SV-221012r622190_rule
V-221012
SRG-NET-000205-RTR-000003
CISC-RT-000320
CAT II
10
Configure the switch to use an inbound ACL on all external interfaces as shown in the example below to restrict traffic in accordance with the guidelines contained in DOD Instruction 8551.1.
SW1(config)#ip access-list extended EXTERNAL_ACL_INBOUND
SW1(config-ext-nacl)#permit tcp any any established
SW1(config-ext-nacl)#permit tcp host x.11.1.1 eq bgp host x.11.1.2
SW1(config-ext-nacl)#permit tcp host x.11.1.1 host x.11.1.2 eq bgp
SW1(config-ext-nacl)#permit icmp host x.11.1.1 host x.11.1.2 echo
SW1(config-ext-nacl)#permit icmp host x.11.1.1 host x.11.1.2 echo-reply
…
… < must be in accordance with DoD Instruction 8551.1>
…
SW1(config-ext-nacl)#deny ip any any log-input
SW1(config-ext-nacl)#exit
SW1(config)#int g0/2
SW1(config-if)#ip access-group EXTERNAL_ACL_INBOUND in
Review the switch configuration to verify that the ingress ACL is in accordance with DoD 8551.1.
Step 1: Verify that an inbound ACL is configured on all external interfaces.
interface GigabitEthernet0/2
ip address x.11.1.2 255.255.255.254
ip access-group EXTERNAL_ACL_INBOUND in
Step 2. Review the inbound ACL to verify that it is filtering traffic in accordance with DoD 8551.1.
ip access-list extended EXTERNAL_ACL_INBOUND
permit tcp any any established
permit tcp host x.11.1.1 eq bgp host x.11.1.2
permit tcp host x.11.1.1 host x.11.1.2 eq bgp
permit icmp host x.11.1.1 host x.11.1.2 echo
permit icmp host x.11.1.1 host x.11.1.2 echo-reply
…
… < must be in accordance with DoD Instruction 8551.1>
…
deny ip any any log-input
If the switch does not filter traffic in accordance with the guidelines contained in DoD 8551.1, this is a finding.
V-221012
False
CISC-RT-000320
Review the switch configuration to verify that the ingress ACL is in accordance with DoD 8551.1.
Step 1: Verify that an inbound ACL is configured on all external interfaces.
interface GigabitEthernet0/2
ip address x.11.1.2 255.255.255.254
ip access-group EXTERNAL_ACL_INBOUND in
Step 2. Review the inbound ACL to verify that it is filtering traffic in accordance with DoD 8551.1.
ip access-list extended EXTERNAL_ACL_INBOUND
permit tcp any any established
permit tcp host x.11.1.1 eq bgp host x.11.1.2
permit tcp host x.11.1.1 host x.11.1.2 eq bgp
permit icmp host x.11.1.1 host x.11.1.2 echo
permit icmp host x.11.1.1 host x.11.1.2 echo-reply
…
… < must be in accordance with DoD Instruction 8551.1>
…
deny ip any any log-input
If the switch does not filter traffic in accordance with the guidelines contained in DoD 8551.1, this is a finding.
M
4074