An administrator issued the following commands on router R1:
R1(config)# logging 192.168.10.2 R1(config)# logging trap 5
What conclusion can be drawn from this configuration?
- The only messages that appear on the syslog server are those with severity level of 5.
- Messages with severity level of 6 or higher appear only on the router console output.
- Messages with severity level of 5 or higher appear on the router console output and are sent to the syslog server.
- The only messages that appear on the syslog server are those with severity level of 4 or lower.
Explanation: When these commands are issued, the only messages that appear on the syslog server are those with severity level of 5 or lower. The messages with severity level of 6 or higher appear on the router console output, but do not appear on the syslog server output because the logging trap command limits by severity level the syslog messages that are sent to the syslog server.
Related exam: CCNP Core Networking: Modules 22 - 24 Checkpoint Exam: Network Design and Monitoring Exam
Related exam: CCNA (ICND2) Cert Practice Exam
