nerdexam
Cisco

200-301 · Question #111

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

The correct answer is B. emergency D. critical F. error. The logging trap 3 command configures the router to send syslog messages with a severity level of 3 (error) or lower (more severe) to the syslog server.

Submitted by fatima_kr· Mar 5, 2026IP Services

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

Options

  • Ainformational
  • Bemergency
  • Cwarning
  • Dcritical
  • Edebug
  • Ferror

How the community answered

(47 responses)
  • A
    17% (8)
  • B
    70% (33)
  • C
    4% (2)
  • E
    9% (4)

Why each option

The `logging trap 3` command configures the router to send syslog messages with a severity level of 3 (error) or lower (more severe) to the syslog server.

Ainformational

Informational (severity 6) is numerically higher than 3, meaning these less critical messages will not be sent.

BemergencyCorrect

Emergency (severity 0) is numerically lower than 3, so these critical messages will be sent.

Cwarning

Warning (severity 4) is numerically higher than 3, meaning these less critical messages will not be sent.

DcriticalCorrect

Critical (severity 2) is numerically lower than 3, so these important messages will be sent.

Edebug

Debug (severity 7) is numerically higher than 3, meaning these least critical messages will not be sent.

FerrorCorrect

Error (severity 3) is the specified trap level, so messages at this level will be sent.

Concept tested: Syslog severity levels and `logging trap`

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/esm/command/esm-cr-book/esm-cr-l1.html#wp2423164472

Topics

#syslog#logging trap#severity levels#syslog server

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice