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.)
Correct Answer: B,D,F
The Message Logging is divided into 8 levels as listed below:
Level
Keyword
Description
0
emergencies
System is unusable
1
alerts
Immediate action is needed
2
critical
Critical conditions exist
3
errors
Error conditions exist
4
warnings
Warning conditions exist
5
notification
Normal, but significant, conditions exist
6
informational
Informational messages
7
debugging
Debugging messages
If you specify a level with the "logging trap level" command, that level and all the higher levels will be logged. For example, by using the "logging trap 3" command, all the logging of emergencies, alerts, critical, and errors, will be logged.