STIGQter STIGQter: STIG Summary: Arista MLS EOS 4.X Router Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 02 Apr 2025:

The Arista perimeter router must be configured to protect an enclave connected to an alternate gateway by using an inbound filter that only permits packets with destination addresses within the sites address space.

DISA Rule

SV-256002r882348_rule

Vulnerability Number

V-256002

Group Title

SRG-NET-000019-RTR-000008

Rule Version

ARST-RT-000160

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

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

Check Contents

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.

Vulnerability Number

V-256002

Documentable

False

Rule Version

ARST-RT-000160

Severity Override Guidance

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.

Check Content Reference

M

Target Key

5513