Question 1,209 of 2,011
mediumMultiple ChoiceObjective-mapped
300-410 Practice Question: Refer to the following partial configuration:…
Refer to the following partial configuration:
logging console informational logging monitor debugging logging trap errors logging buffered 4096
Which statement is true about the logging levels?
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
✓
The console receives messages of severity 0 through 6.
Logging levels: emergencies (0), alerts (1), critical (2), errors (3), warnings (4), notifications (5), informational (6), debugging (7). The trap level 'errors' means only messages severity 0-3 are sent to syslog servers. Console 'informational' means 0-6. Monitor 'debugging' means 0-7. Buffer defaults to debugging if not specified, but here it is set to 4096 bytes without a level, so it defaults to debugging.
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 console receives messages of severity 0 through 6.
Why this is correct
Console level 'informational' includes severities 0-6 (emergency through informational).
- ✗
The monitor receives messages of severity 0 through 6.
Why it's wrong here
Monitor level is 'debugging', which includes all severities 0-7.
- ✗
The syslog server receives messages of severity 0 through 7.
Why it's wrong here
Trap level 'errors' includes only severities 0-3.
- ✗
The buffer stores messages of severity 0 through 6.
Why it's wrong here
Buffer defaults to 'debugging' level (0-7) when not explicitly set.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on 300-410
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Consider the configuration snippet: logging 192.168.1.10 vrf Mgmt-intf logging source-interface Vlan1 logging trap 6 What is the effect of the 'logging trap 6' command?
easy- A.Only messages of severity 6 are sent to the syslog server.
- ✓ B.Messages of severity 0 through 6 are sent to the syslog server.
- C.Messages of severity 6 through 7 are sent to the syslog server.
- D.The number 6 is invalid; only named levels are accepted.
Why B: The 'logging trap' command accepts either a severity level name or number. Level 6 corresponds to 'informational'. This means messages with severity 0-6 are sent to the syslog server.
Last reviewed: Jun 18, 2026
This 300-410 practice question is part of Courseiva's free Cisco 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 300-410 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.