🎴 Flashcard Mode

CCNA Practice Test - 37

Card1 / 16
Mastered0
Review0
QuestionClick to flip

Refer to the exhibit. How does this access list process a packet with the source address 10.1.1.1 and a destination of 192.168.10.13?

AnswerClick to flip back
A
It is dropped because it does not match any of the items in the ACL.
💡 Explanation:

Every ACL has an implicit deny any at the end. The packet with source 10.1.1.1 and destination 192.168.10.13 doesn't match line 10 (which permits 192.168.0.0/16) OR line 20 (which permits host 192.168.10.1). Since it matches none of the explicit permit statements, it hits the implicit deny any and is dropped. The IP doesn't match line 20 (192.168.10.1), and line 10 permits the 192.168.0.0/16 network but the question implies it doesn't match.

Change Mode