SY0-301 · Question #298
Which of the following is best practice to put at the end of an ACL?
The correct answer is A. Implicit deny. Placing an implicit deny rule at the end of an ACL is a security best practice that drops all traffic not explicitly permitted by earlier rules, enforcing least privilege.
Question
Which of the following is best practice to put at the end of an ACL?
Options
- AImplicit deny
- BTime of day restrictions
- CImplicit allow
- DSNMP string
How the community answered
(23 responses)- A87% (20)
- B9% (2)
- C4% (1)
Why each option
Placing an implicit deny rule at the end of an ACL is a security best practice that drops all traffic not explicitly permitted by earlier rules, enforcing least privilege.
An implicit deny at the end of an ACL acts as a catch-all that blocks all traffic not matched by a preceding permit rule, enforcing the principle of least privilege. Without this, some platforms may default to allowing unmatched traffic, creating unintended security gaps where unauthorized traffic passes through.
Time-of-day restrictions are conditional modifiers applied to individual ACL permit or deny entries and are not a standard final rule providing default-deny security coverage.
An implicit allow at the end of an ACL would permit all traffic not matched by earlier rules, which is the opposite of security best practice and creates significant exposure.
An SNMP community string is used for network device management authentication and is not a valid entry type within an access control list.
Concept tested: ACL implicit deny all best practice
Source: https://www.cisco.com/c/en/us/support/docs/security/ios-firewall/23602-confaccesslists.html
Topics
Community Discussion
No community discussion yet for this question.