200-301 · Question #1411
Which fact must the engineer consider when implementing syslog on a new network?
The correct answer is C. The logging level defines the severity of a particular message.. When implementing syslog, an engineer must understand that logging levels are used to categorize messages based on their severity.
Question
Which fact must the engineer consider when implementing syslog on a new network?
Options
- ASyslog defines the software or hardware component that triggered the message.
- BThere are 16 different logging levels (0-15).
- CThe logging level defines the severity of a particular message.
- DBy default, all message levels are sent to the syslog server.
How the community answered
(28 responses)- A4% (1)
- C89% (25)
- D7% (2)
Why each option
When implementing syslog, an engineer must understand that logging levels are used to categorize messages based on their severity.
While syslog messages do include information about the source (facility), the logging level itself defines message severity, not the software or hardware component that triggered it.
Syslog typically defines 8 standard logging levels (0-7) to classify messages by severity, not 16.
The logging level in syslog (e.g., emergency, alert, critical, error, warning, notice, informational, debug) is a crucial parameter that specifically defines the severity or importance of a particular message, allowing engineers to filter and prioritize alerts.
By default, most network devices do not send all possible syslog message levels to a remote syslog server; specific configuration is usually required to enable and filter messages for remote logging.
Concept tested: Syslog logging levels
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sysmsg/configuration/xe-16/sm-xe-16-book/sm-log-sys-msgs.html
Topics
Community Discussion
No community discussion yet for this question.