mediumMultiple ChoiceObjective-mapped
Interpreting Cisco ASA Syslog Denied Traffic
Exhibit
Refer to the exhibit. %ASA-4-106023: Deny udp src outside:10.0.0.1/53 dst inside:192.168.1.100/12345 by access-group "OUTSIDE_IN" [0x0, 0x0]
Based on the Cisco ASA syslog message, what does this event indicate?
Quick Answer
The correct answer is that an inbound UDP packet from an external source to an internal destination was denied. This is determined by parsing the Cisco ASA syslog message, which explicitly lists the protocol as UDP, the direction as inbound (from a lower-security outside interface to a higher-security inside interface), and the action as “denied” due to the access-group “OUTSIDE_IN” applied to the outside interface. On the Cisco CyberOps Associate 200-201 exam, this type of question tests your ability to read and interpret ASA syslog messages for denied traffic, a core skill for security monitoring and incident response. A common trap is confusing the source and destination IPs or misreading the protocol—remember that the ASA always logs the denied packet’s original direction, so “outside” source and “inside” destination means inbound. Memory tip: “UDP denied, outside tried inside” — focus on the protocol, the word “denied,” and the interface pair to avoid the trap.
⚠ Common exam trap
Cisco often tests the ability to distinguish between inbound and outbound traffic based on source/destination IPs in syslog messages, leading candidates to confuse the direction when the access-group name suggests an inbound policy but the traffic flow is misinterpreted.
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
✓
An inbound UDP packet from an external source to an internal destination was denied.
The syslog message indicates that an inbound UDP packet from an external source to an internal destination was denied by the Cisco ASA. The message includes the source and destination IP addresses and ports, and the action is 'denied' due to the access-group 'OUTSIDE_IN' applied to the outside interface. This matches option B, which correctly identifies the denied inbound UDP traffic.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A DNS response from an external server to an internal client was allowed.
Why it's wrong here
The message indicates 'Deny', not allow.
- ✓
An inbound UDP packet from an external source to an internal destination was denied.
Why this is correct
The syslog clearly states 'Deny udp src outside:... dst inside:...'.
- ✗
The access-group "OUTSIDE_IN" is misconfigured.
Why it's wrong here
The message does not indicate misconfiguration; the deny could be by design.
- ✗
An outbound UDP connection was denied.
Why it's wrong here
The source is outside, so it is an inbound packet, not outbound.
Go deeper
Related to this question
About these practice questions
This 200-201 question is part of Courseiva's 979-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 →
Same concept, more angles
1 more way this is tested on 200-201
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. Based on the exhibit, which type of traffic is being denied?
easy- A.Traffic permitted by the access group.
- B.TCP traffic to a DNS server.
- ✓ C.UDP traffic from an internal host to an external DNS server.
- D.ICMP traffic from an external host.
Why C: The exhibit shows an access control list (ACL) entry that denies UDP traffic from any source to any destination with a destination port of 53, which is the standard port for DNS. Since the ACL is applied inbound on an interface facing the internal network, it specifically blocks UDP traffic originating from an internal host destined for an external DNS server. This matches option C exactly.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-201 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 200-201 exam.