Skip to content

The Cisco perimeter switch must be configured to filter ingress traffic at the external interface on an inbound direction.

An XCCDF Rule

Description

<VulnDiscussion>Access lists are used to separate data traffic into that which it will route (permitted packets) and that which it will not route (denied packets). Secure configuration of switches makes use of access lists to restrict access to services on the switch itself as well as filter traffic passing through the switch. Inbound versus Outbound: Some operating systems' default access lists are applied to the outbound queue. The more secure solution is to apply the access list to the inbound queue for three reasons: - The switch can protect itself before damage is inflicted. - The input port is still known and can be filtered on. - It is more efficient to filter packets before routing them.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-220446r622190_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

Configure the switch to use an inbound ACL on all external interfaces as shown in the example below: 

SW1(config)#int g0/2 
SW1(config-if)#ip access-group EXTERNAL_ACL_INBOUND in