Information
The Cisco perimeter switch must be configured to deny network traffic by default and allow network traffic by exception.
Group ID: V-221087
Rule ID: SV-221087r999696
A deny-all, permit-by-exception network communications traffic policy ensures that only connections that are essential and approved are allowed.
This requirement applies to both inbound and outbound network communications traffic. All inbound and outbound traffic must be denied by default. Firewalls and perimeter switches should only allow traffic through that is explicitly permitted. The initial defense for the internal network is to block any traffic at the perimeter that is attempting to make a connection to a host residing on the internal network. In addition, allowing unknown or undesirable outbound traffic by the firewall or switch will establish a state that will permit the return of this undesirable traffic inbound.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Step 1 : Configure an inbound ACL to deny all other traffic by default as shown in the example below:
SW1(config)# ip access-list EXTERNAL_ACL
SW1(config-acl)# permit tcp host x.11.1.1 eq bgp host x.11.1.2
SW1(config-acl)# permit tcp host x.11.1.1 host x.11.1.2 eq bgp
SW1(config-acl)# permit icmp host x.11.1.1 host x.11.1.2 echo
SW1(config-acl)# permit icmp host x.11.1.1 host x.11.1.2 echo-reply
SW1(config-acl)# permit tcp any x.11.2.3/32 eq www
SW1(config-acl)# permit ...
...
...
...
SW1(config-acl)# deny ip any any log
Step 2 : Apply the ingress filter to all external interfaces.
SW1(config)#int e1/2
SW1(config-if)#ip access-group EXTERNAL_ACL in
Item Details
Category: ACCESS CONTROL, MEDIA PROTECTION, SYSTEM AND COMMUNICATIONS PROTECTION
References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, 800-53|SC-7(5), CSCv7|14.6, Rule-ID|SV-221087r999696_rule, STIG-ID|CISC-RT-000240, Vuln-ID|V-221087
Control ID: 8233c4133f0a5702c3b2df243806c9243cf88067d5ff8db02317b9173328761b