An enterprise router is experiencing intermittent interface flaps. To capture log messages for troubleshooting, an engineer configures the commands `logging host 172.16.10.5` and `logging trap notice` in global configuration mode. Which set of syslog severity levels will the router send to the remote server?
- Emergency, Alert, Critical, Error, Warning, and Notice (levels 0 through 5)Answer
- BNotice, Informational, and Debugging (levels 5 through 7)
- CNotice (level 5) only
- DEmergency, Alert, Critical, and Error (levels 0 through 3)
Answer
The router will send Emergency, Alert, Critical, Error, Warning, and Notice messages (numerical severity levels 0 through 5) to the remote syslog host.
In Cisco IOS, syslog trap thresholds include the configured severity level and all levels of higher criticality (which have lower numerical values). The `notice` keyword corresponds to severity level 5. Therefore, messages with severity levels 0 (Emergency), 1 (Alert), 2 (Critical), 3 (Error), 4 (Warning), and 5 (Notice) are forwarded to the configured syslog host.
Step-by-Step Solution
Key Concept
Syslog severity level threshold evaluation in Cisco IOS