Cisco CCNA Exam: Logging Trap Levels and Syslog Message Types

Logging Trap Levels and Syslog Message Types

Question

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.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

BDF.

The command "logging trap 3" on a Cisco router sets the logging level to 3, which means that messages with severity level 0 to 3 will be sent to the Syslog server.

Here are the explanations of the message types and their severity levels that will be sent to the Syslog server:

A. Informational: This message type has severity level 6, which is higher than the logging level set by the command. Therefore, it will not be sent to the Syslog server.

B. Emergency: This message type has severity level 0, which is lower than the logging level set by the command. Therefore, it will not be sent to the Syslog server.

C. Warning: This message type has severity level 4, which is within the range of the logging level set by the command. Therefore, it will be sent to the Syslog server.

D. Critical: This message type has severity level 2, which is within the range of the logging level set by the command. Therefore, it will be sent to the Syslog server.

E. Debug: This message type has severity level 7, which is higher than the logging level set by the command. Therefore, it will not be sent to the Syslog server.

F. Error: This message type has severity level 3, which is within the range of the logging level set by the command. Therefore, it will be sent to the Syslog server.

In summary, the three message types that will be sent to the Syslog server with the "logging trap 3" command are warning, critical, and error.