Which syslog severity is more critical: level 2 or level 5?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Distractor review
Level 5
Higher numbers are less severe in syslog.
Best answer
Level 2
Correct. Lower number means higher urgency.
Distractor review
They are equal
The levels are not equal.
Distractor review
It depends on platform model
The severity ordering is standard, not model-specific.
Common exam trap
Common exam trap: answer the scenario, not the keyword
A frequent exam trap is assuming that a higher numeric syslog severity level means a more critical message. Many candidates mistakenly think level 5 is more severe than level 2 simply because 5 is a larger number. However, syslog severity levels are inverted: lower numbers indicate higher severity. This misunderstanding can lead to selecting the wrong answer and failing to recognize the urgency of critical network events. Remembering that level 0 is the most critical and level 7 the least critical helps avoid this confusion.
Technical deep dive
How to think about this question
Syslog is a standard protocol used in Cisco networking and other systems to log messages about system events, errors, and informational data. Each syslog message is assigned a severity level from 0 to 7, where 0 indicates the most critical conditions and 7 the least critical. These levels help network administrators prioritize issues and respond appropriately. Cisco devices use these severity levels to filter and display messages based on configured thresholds, aiding in efficient network monitoring and troubleshooting. The severity levels in syslog are numerically ordered such that lower numbers represent higher severity. Level 0 is "Emergency," level 1 is "Alert," level 2 is "Critical," and so forth, down to level 7 which is "Debug." Therefore, level 2 (Critical) is more urgent and requires faster attention than level 5 (Notification), which is more informational. This numeric ordering is consistent across Cisco IOS and other syslog implementations, ensuring a standardized approach to event prioritization. A common exam trap is confusing higher numeric values with higher severity, leading to incorrect answers. Candidates might assume level 5 is more critical than level 2 because 5 is numerically larger. However, syslog severity levels are inverted in priority: lower numbers mean higher urgency. Practically, network engineers configure syslog filters and alerts based on these levels to ensure critical issues (like level 2) trigger immediate action, while less severe messages (like level 5) are logged for informational purposes only.
KKey Concepts to Remember
- Syslog severity levels range from 0 (most critical) to 7 (least critical), with lower numbers indicating higher urgency in Cisco devices.
- Cisco IOS uses syslog severity levels to filter and prioritize system messages for effective network monitoring and troubleshooting.
- Level 2 severity in syslog represents 'Critical' events that require immediate attention compared to level 5 'Notification' messages.
- Syslog severity numbering is standardized and consistent across Cisco platforms, ensuring uniform interpretation of message importance.
- Network administrators configure syslog message filtering based on severity levels to focus on the most urgent network events first.
- Misinterpreting higher numeric syslog levels as more critical is a common exam trap that can lead to incorrect answers.
- Syslog severity levels help automate alerting and logging policies, improving operational response times in Cisco network environments.
- Understanding syslog severity ordering is essential for correctly interpreting Cisco device logs and troubleshooting network issues.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Related practice questions
Related 200-301 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
CCNA DHCP practice questions
Practise DHCP scopes, relay, leases and troubleshooting.
CCNA show ip route practice questions
Practise routing-table output, longest-prefix match, AD and route selection.
CCNA show interfaces trunk practice questions
Practise trunk verification and VLAN forwarding across switches.
CCNA wireless security practice questions
Practise WLAN security, authentication and wireless architecture concepts.
CCNA IPv6 practice questions
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
A router learns the same prefix from both OSPF and EIGRP. Which route is installed by default?
Question 2
A router shows this output: R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.1.1.2 1 FULL/DR 00:00:34 192.168.12.2 GigabitEthernet0/0 10.1.1.3 1 2WAY/DROTHER 00:00:39 192.168.12.3 GigabitEthernet0/0 Which statement is correct?
Question 3
What is the OSPF metric called?
Question 4
A non-root switch has two uplinks toward the root bridge. One path has a lower total STP cost than the other. What role will the lower-cost uplink have?
Question 5
A router interface applies this ACL inbound: 10 deny tcp any any eq 80 20 permit ip any any A user reports that web browsing to a server by IP address fails, but ping works. Which statement best explains the behavior?
Question 6
A router learns route 198.51.100.0/24 from OSPF with AD 110 and also has a static route to the same prefix configured with AD 150. Which route is installed?
FAQ
Questions learners often ask
What does this 200-301 question test?
Syslog severity levels range from 0 (most critical) to 7 (least critical), with lower numbers indicating higher urgency in Cisco devices.
What is the correct answer to this question?
The correct answer is: Level 2 — In syslog, lower numeric values indicate higher severity. Level 2 is therefore more critical than level 5.
What should I do if I get this 200-301 question wrong?
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Discussion
Sign in to join the discussion.