SV-256002r882348_rule
V-256002
SRG-NET-000019-RTR-000008
ARST-RT-000160
CAT I
10
This requirement is not applicable for the DODIN backbone.
Configure the router for 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.
Step 1: Configure an ACL inbound to the interface-facing service provider.
LEAF-1A(config)#ip access-list NIPRNet_ACL
LEAF-1A(config-acl-NIPRNet_ACL)#permit tcp any host 10.51.12.34 eq www
LEAF-1A(config-acl-NIPRNet_ACL)#permit icmp host 10.51.12.25 host 10.51.12.65 echo
LEAF-1A(config-acl-NIPRNet_ACL)#permit icmp host 10.51.12.25 host 10.51.12.65 echo-reply
LEAF-1A(config-acl-NIPRNet_ACL)#permit 50 any host 10.51.12.28
LEAF-1A(config-acl-NIPRNet_ACL)#permit gre any host 10.51.12.28
LEAF-1A(config-acl-NIPRNet_ACL)#deny ip any any log
Step 2: Apply the ACL to the internet service provider-facing interface.
LEAF-1A(config)#interface ethernet 3
LEAF-1A(config-if-Et3)#ip access-group NIPRNet_ACL in
This requirement is not applicable for the DODIN backbone.
Review the Arista router configuration of each router interface connecting to an alternate gateway.
Verify each permit statement of the ingress filter only permits 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.
Step 1: Verify an inbound ACL is configured to permit the packets with the destination addresses of the site's NIPRNet address space. Verify IP access lists are configured. Execute the command "show ip access-lists".
ip access-list NIPRNet_ACL
permit tcp any host 10.51.12.34 eq www
permit icmp host 10.51.12.25 host 10.51.12.65 echo
permit icmp host 10.51.12.25 host 10.51.12.65 echo-reply
permit 50 any host 10.51.12.28
permit gre any host 10.51.12.28
deny ip any any log
Step 2: Verify the ACL is applied inbound to the service provider-facing interface. Verify interfaces are configured. Execute the command "show run int YY".
interface ethernet 3
ip access-group NIPRNet_ACL in
If the ingress filter permits packets with addresses other than those specified, such as 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, this is a finding.
V-256002
False
ARST-RT-000160
This requirement is not applicable for the DODIN backbone.
Review the Arista router configuration of each router interface connecting to an alternate gateway.
Verify each permit statement of the ingress filter only permits 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.
Step 1: Verify an inbound ACL is configured to permit the packets with the destination addresses of the site's NIPRNet address space. Verify IP access lists are configured. Execute the command "show ip access-lists".
ip access-list NIPRNet_ACL
permit tcp any host 10.51.12.34 eq www
permit icmp host 10.51.12.25 host 10.51.12.65 echo
permit icmp host 10.51.12.25 host 10.51.12.65 echo-reply
permit 50 any host 10.51.12.28
permit gre any host 10.51.12.28
deny ip any any log
Step 2: Verify the ACL is applied inbound to the service provider-facing interface. Verify interfaces are configured. Execute the command "show run int YY".
interface ethernet 3
ip access-group NIPRNet_ACL in
If the ingress filter permits packets with addresses other than those specified, such as 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, this is a finding.
M
5513