Information
Ensures that each access-list has an explicit deny statement
Rationale:
Configuring an explicit deny entry, with log option, at the end of access control lists enables monitoring and troubleshooting traffic flows that have been denied. Logging these events can provide an effective record to troubleshoot issues and attacks.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Step 1: Acquire the name <access-list_name> of the access-list that is not compliant from the audit procedure
Step 2: Run the following to configure the explicit deny.
hostname(config)#<access-list_name> extended deny ip any any log
The statement will be placed at the end of the access-list
Default Value:
Disabled by default.