N10-009 Network Operations Practice Question
A network administrator has configured a router to send syslog messages to a server with the command 'logging trap 4'. The administrator notices that the syslog server is receiving messages with severity levels 0, 1, and 2. Which of the following best explains why these messages are being received?
⚠ Common exam trap
The N10-009 exam often tests the inverted nature of syslog severity levels, where the trap level is a maximum threshold (inclusive of all lower numbers), not a minimum, causing candidates to incorrectly assume that higher numbers are more severe.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Syslog severity levels are reversed; lower numbers indicate higher urgency, so trap 4 includes levels 0-4.
C is correct because in syslog, severity levels are inverted: lower numbers indicate higher urgency (0=emergency, 1=alert, 2=critical). The command 'logging trap 4' sets a threshold that includes all messages with a severity level of 4 or lower (i.e., more urgent), so levels 0, 1, and 2 are included. This is defined in RFC 5424 and is standard behavior on Cisco IOS devices.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The 'trap' level indicates the minimum severity; only messages with severity 4 and above are sent.
Why it's wrong here
This statement is incorrect because the `logging trap` command does not define a minimum severity. Instead, it establishes the *maximum* severity level that will be sent, *inclusive* of all more critical (lower-numbered) levels. If it were a minimum, only less critical messages (4, 5, 6, 7) would be sent, which contradicts the fundamental purpose of capturing important operational events.
When this WOULD be correct
This option would be correct if the command were 'logging trap 4' and the question stated that messages with severity 5 and above are being received, or if the exam used a different convention where higher numbers indicate higher urgency.
- ✗
The router is misconfigured and sending all messages regardless of the trap level.
Why it's wrong here
This is incorrect. The `logging trap` command is a valid and effective configuration that explicitly controls which syslog messages are forwarded from the router. If the router were sending all messages, it would typically be configured with `logging trap debugging` (level 7) or have no `logging trap` command specified, allowing all severities to be sent. The specified `trap 4` correctly limits the output to messages with severity levels 0 through 4.
When this WOULD be correct
This option would be correct if the question stated that the router was configured with 'logging trap 4' but the server received messages of all severity levels (0-7), indicating a configuration error or a bug that causes the router to ignore the trap level.
- ✓
Syslog severity levels are reversed; lower numbers indicate higher urgency, so trap 4 includes levels 0-4.
Why this is correct
Syslog severity levels are counter-intuitive, with lower numerical values (0-7) representing higher urgency or criticality. The `logging trap` command specifies the *highest* severity level (least urgent) that the router should send. Therefore, `logging trap 4` instructs the router to forward all messages with severity levels from 0 (Emergencies) up to and including 4 (Warnings), ensuring critical events are always captured.
- ✗
The syslog server is configured to accept only levels 0-2, so it filters out the others.
Why it's wrong here
This option incorrectly attributes the filtering to the syslog server. The question implies the router is sending messages, and the `logging trap 4` command dictates precisely what the *router* will transmit. While a syslog server *can* be configured to apply its own filtering rules upon reception, the primary control in this scenario is at the source device, which is only sending messages of severity 0 through 4. The server would therefore only receive messages within that range.
When this WOULD be correct
This option would be correct if the question stated that the syslog server is configured with a filter to only accept or display messages with severity levels 0-2, and the router is sending all messages (e.g., 'logging trap 7').
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The N10-009 exam frequently reuses these exact scenarios with slightly different constraints.
✓Syslog severity levels are reversed; lower numbers indicate higher urgency, so trap 4 includes levels 0-4.Correct answer▾
Why this is correct
Syslog severity levels are counter-intuitive, with lower numerical values (0-7) representing higher urgency or criticality. The `logging trap` command specifies the *highest* severity level (least urgent) that the router should send. Therefore, `logging trap 4` instructs the router to forward all messages with severity levels from 0 (Emergencies) up to and including 4 (Warnings), ensuring critical events are always captured.
✗The 'trap' level indicates the minimum severity; only messages with severity 4 and above are sent.Wrong answer — click to see why▾
Why this is wrong here
The 'logging trap 4' command sets the minimum severity level to 4, meaning only messages with severity 0-4 are sent. Since levels 0-2 are included, the statement that only severity 4 and above are sent is incorrect.
★ When this WOULD be the correct answer
This option would be correct if the command were 'logging trap 4' and the question stated that messages with severity 5 and above are being received, or if the exam used a different convention where higher numbers indicate higher urgency.
Why candidates choose this
Candidates may confuse 'trap level' with a threshold that sends only messages at that level or higher, not realizing that lower numbers indicate higher urgency in syslog.
✗The router is misconfigured and sending all messages regardless of the trap level.Wrong answer — click to see why▾
Why this is wrong here
The router is not misconfigured; the 'logging trap 4' command correctly sends messages with severity 0-4, including levels 0, 1, and 2. The observed behavior matches the intended configuration.
★ When this WOULD be the correct answer
This option would be correct if the question stated that the router was configured with 'logging trap 4' but the server received messages of all severity levels (0-7), indicating a configuration error or a bug that causes the router to ignore the trap level.
Why candidates choose this
Candidates may assume that if messages with severity lower than the trap level are received, the configuration must be broken, rather than understanding that lower numbers indicate higher urgency and are included.
✗The syslog server is configured to accept only levels 0-2, so it filters out the others.Wrong answer — click to see why▾
Why this is wrong here
The syslog server does not filter based on severity levels; it receives all messages sent by the router. The router's 'logging trap 4' command sends messages with severity 0-4, so the server receives levels 0-2 as part of that range.
★ When this WOULD be the correct answer
This option would be correct if the question stated that the syslog server is configured with a filter to only accept or display messages with severity levels 0-2, and the router is sending all messages (e.g., 'logging trap 7').
Why candidates choose this
Candidates may think that the server can filter messages independently, or they misunderstand that the trap level sets the maximum severity sent, not the minimum, leading them to believe the server is selectively accepting only certain levels.
Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Go deeper
Related to this question
Learn chapter
Network Documentation and Diagrams
Key term
Syslog
Syslog is a standard protocol used to send and store log messages from network devices and servers to a central logging server for monitoring and troubleshooting.
Key term
Router
A router is a networking device that connects different networks together and directs data traffic between them by choosing the best path for data to travel.
About these practice questions
This N10-009 question is part of Courseiva's 464-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This N10-009 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the N10-009 exam.