A network engineer is configuring IPv4 Access Control Lists (ACLs) on a Cisco IOS router. Which of the following statements regarding the operation and behavior of IPv4 ACLs are correct? (Select TWO.)
- Standard IPv4 ACLs filter network traffic based solely on the packet source IPv4 address.Answer
- An implicit deny statement at the end of an IPv4 ACL automatically drops any packet that does not match an explicit permit statement.Answer
- CIf a packet does not match any explicit permit line in an ACL, the router automatically permits the packet through the interface.
- DExtended IPv4 ACLs should be applied as close to the destination device as possible to preserve network bandwidth.
Answer
Standard IPv4 ACLs filter traffic based solely on the source IP address, and an implicit deny statement drops any packet that does not match an explicit permit entry.
Standard IPv4 ACLs examine only packet source IP addresses. Additionally, every IPv4 ACL includes an unwritten implicit deny clause at the end of the rule list that drops any traffic not matched by explicit permit rules.
Step-by-Step Solution
Key Concept
Standard vs Extended IPv4 ACL capabilities and the implicit deny feature