A network administrator applies a standard IPv4 access control list containing a single line, `access-list 10 permit 192.168.1.0 0.0.0.255`, to a router interface. What happens to incoming packets originating from host 10.0.0.5?
- The packets are dropped due to the implicit deny statement at the end of the access list.Cevap
- BThe packets are permitted because access lists permit all unlisted traffic by default.
- CThe packets are permitted because there is no explicit deny statement configured in the list.
- DThe packets are forwarded to the default gateway interface for further ACL evaluation.
Cevap
The packets are dropped due to the implicit deny statement at the end of the access list.
In Cisco IOS IPv4 Access Control Lists, an unwritten 'implicit deny' statement exists at the end of every list. Any traffic that does not match one of the explicit permit statements will be dropped by default when it reaches the end of the ACL.
Adım Adım Çözüm
Anahtar Kavram
Implicit Deny Clause in Cisco IPv4 ACLs