Difficulty: Easy
Correct Answer: show ip interface
Explanation:
Introduction / Context:
After creating an access list, you must apply it inbound or outbound on an interface to have any effect. Verifying attachment requires an interface-centric command, not just a global view of ACL contents. Knowing the correct command speeds up troubleshooting connectivity and security policy enforcement.
Given Data / Assumptions:
Concept / Approach:
show ip interface displays per-interface IP details, including lines such as “Inbound access list is
Step-by-Step Solution:
Verification / Alternative check:
Attempting to remove the ACL from the interface and repeating the command shows the fields change to “not set,” confirming the linkage.
Why Other Options Are Wrong:
show access-lists lists contents but not where applied.
show interface shows operational stats (line protocol, errors) but not IP ACL bindings.
show interface access-lists is not a standard IOS command.
Common Pitfalls:
Forgetting directionality (inbound vs outbound); assuming an ACL exists implies it is applied; overlooking that ACLs are evaluated top-down with an implicit deny at the end.
Final Answer:
show ip interface
Discussion & Comments