Difficulty: Easy
Correct Answer: One access list may be configured, per direction, for each Layer 3 protocol configured on an interface.
Explanation:
Introduction / Context:
Access control lists (ACLs) are used on Cisco routers and multilayer switches to filter traffic. A frequent exam and real-world question is how many ACLs can be applied to a single interface. The answer depends on direction (inbound or outbound) and the Layer-3 protocol family (for example, IP, IPv6). Understanding this rule prevents configuration conflicts and unintended traffic blocking.
Given Data / Assumptions:
Concept / Approach:
The IOS rule is: one ACL per direction per Layer-3 protocol on an interface. For example, for IPv4 you may apply one ACL inbound and one ACL outbound on a given interface. If IPv6 is also enabled, you may additionally apply a separate IPv6 ACL per direction using the corresponding command. Attempting to apply a second IPv4 ACL in the same direction replaces the previous one rather than adding cumulatively.
Step-by-Step Solution:
Verification / Alternative check:
Use show running-config interface
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
One access list may be configured, per direction, for each Layer 3 protocol configured on an interface.
Discussion & Comments