SV-273585r1111051_rule
V-273585
SRG-NET-000019-RTR-000008
RCKS-RTR-000170
CAT I
10
This requirement is not applicable for the DODIN Backbone.
Configure the ingress filter of the perimeter router connected to an alternate gateway to only permit packets with destination addresses of the site's NIPRNet address space or a destination address belonging to the address block assigned by the alternate gateway network service provider.
1. Configure an ACL that exists to allow only desired traffic (example includes SSL hosts).
ip access-list extended FILTER_ISP
sequence 10 permit tcp any any established
sequence 20 permit icmp host x.12.1.16 host x.12.1.17 echo
sequence 30 permit icmp host x.12.1.16 host x.12.1.17 echo-reply
sequence 40 permit tcp any host x.12.1.22 eq ssl
sequence 50 permit tcp any host x.12.1.23 eq ssl
sequence 60 permit esp any host x.12.1.24
sequence 70 permit ahp any host x.12.1.24
sequence 80 deny ip any any log
!
2. Apply the ACL to alternative gateway interface.
interface ethernet 1/1/10
ip address x.12.1.10 255.255.255.0
ip access-group FILTER_ISP in
!
This requirement is not applicable for the DODIN Backbone.
Review the configuration of each router interface connecting to an alternate gateway.
1. Verify an ACL exists to allow only desired traffic (example includes SSL hosts).
ip access-list extended FILTER_ISP
sequence 10 permit tcp any any established
sequence 20 permit icmp host x.12.1.16 host x.12.1.17 echo
sequence 30 permit icmp host x.12.1.16 host x.12.1.17 echo-reply
sequence 40 permit tcp any host x.12.1.22 eq ssl
sequence 50 permit tcp any host x.12.1.23 eq ssl
sequence 60 permit esp any host x.12.1.24
sequence 70 permit ahp any host x.12.1.24
sequence 80 deny ip any any log
!
2. Check that ACL is applied to alternative gateway interface.
interface ethernet 1/1/10
ip address x.12.1.10 255.255.255.0
ip access-group FILTER_ISP in
!
If the alternative gateway interface is not configured with an ACL permitting only the destination addresses in the sites address space, this is a finding.
V-273585
False
RCKS-RTR-000170
This requirement is not applicable for the DODIN Backbone.
Review the configuration of each router interface connecting to an alternate gateway.
1. Verify an ACL exists to allow only desired traffic (example includes SSL hosts).
ip access-list extended FILTER_ISP
sequence 10 permit tcp any any established
sequence 20 permit icmp host x.12.1.16 host x.12.1.17 echo
sequence 30 permit icmp host x.12.1.16 host x.12.1.17 echo-reply
sequence 40 permit tcp any host x.12.1.22 eq ssl
sequence 50 permit tcp any host x.12.1.23 eq ssl
sequence 60 permit esp any host x.12.1.24
sequence 70 permit ahp any host x.12.1.24
sequence 80 deny ip any any log
!
2. Check that ACL is applied to alternative gateway interface.
interface ethernet 1/1/10
ip address x.12.1.10 255.255.255.0
ip access-group FILTER_ISP in
!
If the alternative gateway interface is not configured with an ACL permitting only the destination addresses in the sites address space, this is a finding.
M
5696