CCNA: Cisco Certified Network Associate — Question 185
A network administrator enters the following command on a router: logging trap 3. What are three message types that will be sent to the Syslog server? (Choose three.)
Answer options
- A. informational
- B. emergency
- C. warning
- D. critical
- E. debug
- F. error
Correct answer: B, D, F
Explanation
The command logging trap 3 configures the router to send messages with a severity level of 3 and above. This includes emergency (level 0), critical (level 2), and error (level 3) messages, which are why B, D, and F are correct. Informational (level 6), warning (level 4), and debug (level 7) messages are not included as they fall below the severity threshold specified.