Skip to content

The Cisco perimeter switch must be configured to enforce approved authorizations for controlling the flow of information between interconnected networks in accordance with applicable policy.

An XCCDF Rule

Description

<VulnDiscussion>Information flow control regulates authorized information to travel within a network and between interconnected networks. Controlling the flow of network traffic is critical so it does not introduce any unacceptable risk to the network infrastructure or data. An example of a flow control restriction is blocking outside traffic claiming to be from within the organization. For most switches, internal information flow control is a product of system design.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-220441r622190_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

Step 1: Configure an ACL to allow or deny traffic as shown in the example below: 

R1(config)#ip access-list extended FILTER_PERIMETER 
R1(config-ext-nacl)#permit tcp any any established 
R1(config-ext-nacl)#permit tcp host x.12.1.9 host x.12.1.10 eq bgp 
R1(config-ext-nacl)#permit tcp host x.12.1.9 eq bgp host x.12.1.10