200-301 · Question #943
What is the purpose of configuring different levels of syslog for different devices on the network?
The correct answer is B. to set the severity of syslog messages from each device. Configuring different syslog levels allows administrators to control which types of messages, based on their severity, are generated and sent by a specific device.
Question
What is the purpose of configuring different levels of syslog for different devices on the network?
Options
- Ato rate-limit messages for different seventy levels from each device
- Bto set the severity of syslog messages from each device
- Cto identify the source from which each syslog message originated
- Dto control the number of syslog messages from different devices that are stored locally
How the community answered
(34 responses)- A3% (1)
- B88% (30)
- C6% (2)
- D3% (1)
Why each option
Configuring different syslog levels allows administrators to control which types of messages, based on their severity, are generated and sent by a specific device.
Rate-limiting syslog messages is a separate configuration feature to prevent a flood of messages, not the primary purpose of setting severity levels.
Syslog levels, also known as severity levels, categorize messages by their importance (e.g., emergency, alert, critical, error, warning, notice, informational, debug). Configuring different levels on devices allows administrators to filter and determine which minimum severity level messages should be logged or sent to a syslog server, preventing less critical messages from overwhelming the system or logs.
Identifying the source of a syslog message is achieved by the message header itself, which typically includes the hostname or IP address of the sending device, not by setting severity levels.
While setting severity levels can indirectly affect the number of messages stored, its primary purpose is classification by importance, not explicitly controlling the storage quota.
Concept tested: Syslog severity levels configuration
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/esm/command/esm-cr-book/esm-cr-s3.html#wp4166299863
Topics
Community Discussion
No community discussion yet for this question.