After applying a newly defined Access Control List (ACL) containing only a single permit statement for a specific management host onto a router interface, a network technician notices that all traffic from other hosts on the network is immediately blocked. What default ACL behavior causes this traffic to be dropped?
- An unwritten implicit deny rule at the end of the ACL automatically drops any traffic that does not match an explicit permit rule.Cevap
- BACLs process rules strictly at OSI Layer 2, causing all Layer 3 IP traffic to fail evaluation.
- CThe router automatically enables Port Address Translation (PAT) overload, suppressing all unmapped private source IP addresses.
- DACLs require all connectionless UDP protocols to be manually encapsulated into TCP before evaluation.
Cevap
An unwritten implicit deny rule at the end of the ACL automatically drops any traffic that does not match an explicit permit rule.
All standard and extended ACLs feature a invisible 'deny all' statement at the very end of the list. If a packet does not match any explicit permit statements defined by the administrator, it hits this final implicit deny rule and is dropped.
Adım Adım Çözüm
Anahtar Kavram
ACL Implicit Deny Rule