Question 653 of 2,152
Network Logging and SysloghardMultiple SelectObjective-mapped

Quick Answer

The correct commands are logging host 10.1.1.100 trap 4 and logging console 6. This configuration works because the trap keyword on the logging host command sets the severity filter for remote syslog messages, so specifying level 4 ensures that only warnings (severity 4) and higher (0–3) are sent to the server, while the default trap level of 6 would have allowed informational messages as well. The logging console 6 command overrides the default console severity of 7 (debugging), restricting console output to informational (6) and higher, which matches the requirement. On the Cisco CCNP ENARSI 300-410 exam, this tests your understanding of syslog severity levels and the distinct commands for remote versus local logging—a common trap is confusing the trap keyword with the console keyword or forgetting that the default trap level is 6. A helpful memory tip: think of the trap as a “net” that catches only the most critical messages for the remote server, while the console is your local “loudspeaker” that you can turn down to a specific level.

300-410 Network Logging and Syslog Practice Question

This 300-410 practice question tests your understanding of network logging and syslog. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

An engineer must ensure that all syslog messages with severity level 4 (warning) and higher are sent to a remote syslog server at 10.1.1.100, while also logging messages of severity 6 (informational) to the console. Which TWO configuration commands are required? (Choose TWO.)

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

logging host 10.1.1.100 trap 4

The 'logging host' command with the 'trap' keyword sets the severity filter for remote logging; default trap level is 6 (informational), so to limit to level 4 and higher, the trap level must be set to 4. The 'logging console' command controls console logging; default is level 7 (debugging), so setting it to 6 allows informational and higher (0-6). The 'logging buffered' command affects buffer logging, not console. The 'logging source-interface' sets the source IP but does not filter severity. The 'logging monitor' affects terminal lines, not console.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • logging host 10.1.1.100 trap 4

    Why this is correct

    Correct. This sets the remote syslog server and limits messages sent to severity 4 (warning) and higher (0-4).

    Related concept

    Read the scenario before looking for a memorised answer.

  • logging console 6

    Why this is correct

    Correct. This sets console logging to severity 6 (informational) and higher (0-6), meeting the requirement.

    Related concept

    Read the scenario before looking for a memorised answer.

  • logging buffered 6

    Why it's wrong here

    Incorrect. This affects buffered logging (to internal buffer), not console logging.

  • logging source-interface Loopback0

    Why it's wrong here

    Incorrect. This sets the source IP address for syslog packets but does not filter severity.

  • logging monitor 4

    Why it's wrong here

    Incorrect. This sets the severity for terminal line (monitor) logging, not console.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Detailed technical explanation

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the 300-410 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which 300-410 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

Related practice questions

Related 300-410 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 300-410 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 300-410 question test?

Network Logging and Syslog — This question tests Network Logging and Syslog — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: logging host 10.1.1.100 trap 4 — The 'logging host' command with the 'trap' keyword sets the severity filter for remote logging; default trap level is 6 (informational), so to limit to level 4 and higher, the trap level must be set to 4. The 'logging console' command controls console logging; default is level 7 (debugging), so setting it to 6 allows informational and higher (0-6). The 'logging buffered' command affects buffer logging, not console. The 'logging source-interface' sets the source IP but does not filter severity. The 'logging monitor' affects terminal lines, not console.

What should I do if I get this 300-410 question wrong?

Identify which 300-410 exam domain this question belongs to, then review the specific concept being tested. Practise related questions in that domain and focus on understanding why each wrong answer is tempting — not just why the correct answer is right.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways 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. A network engineer is troubleshooting a router that is generating excessive syslog messages, filling up the local logging buffer and causing performance issues. The engineer wants to reduce the volume of messages sent to the remote syslog server while still capturing critical alerts locally. The current configuration includes 'logging buffered 4096 debugging' and 'logging host 10.1.1.100'. What is the best approach?

hard
  • A.Change 'logging buffered 4096 debugging' to 'logging buffered 4096 errors' to reduce local messages.
  • B.Configure 'logging trap errors' under the logging host configuration to limit remote messages to severity 3 and above.
  • C.Remove the 'logging buffered' command to stop all local logging.
  • D.Add 'logging rate-limit 10' to limit the number of messages per second.

Why B: To reduce remote syslog volume without affecting local logging, the engineer should set a higher severity threshold for the remote server using 'logging trap' (e.g., 'logging trap 3' for errors only). The local buffer can remain at debugging level for detailed troubleshooting. This separates the logging levels.

Last reviewed: Jun 18, 2026

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.

Loading comments…

Sign in to join the discussion.

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.