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 not redistribute static routes to an alternate gateway service provider into BGP or an IGP peering with the NIPRNet or to other autonomous systems.

DISA Rule

SV-256004r882354_rule

Vulnerability Number

V-256004

Group Title

SRG-NET-000019-RTR-000010

Rule Version

ARST-RT-000180

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

This requirement is not applicable for the DODIN backbone.

Configure the router so static routes are not redistributed to an alternate gateway into either an Exterior Gateway Protocol or Interior Gateway Protocol to the NIPRNet or to other autonomous systems.

Review the BGP and IGP configurations and remove the redistribute static statement if it is configured.

BGP Example:

router bgp 1500
no redistribute static

OSPF Example:

router ospf 1500
no redistribute static

RIP Example:

router rip
no redistribute static

Check Contents

This requirement is not applicable for the DODIN backbone.

Review the Arista router configuration of the router connecting to the alternate gateway and verify that redistribution of static routes to the alternate gateway is not occurring.

Verify the BGP and IGP configurations and remove the redistribute static statement if it is configured.

BGP Example:

To verify the BGP configuration, execute the commands "show bgp configuration active" and "show run section router bgp".

router bgp 1500
no redistribute static

OSPF Example:

To verify the OSPF configuration, execute the command "show run section router ospf".

router ospf 1
no redistribute static

RIP Example:

To verify the RIP configuration, execute the command "show run section router rip".

router rip
no redistribute static

If the static routes to the alternate gateway are being redistributed into BGP or any IGP peering with a NIPRNet gateway or another autonomous system, this is a finding.

Vulnerability Number

V-256004

Documentable

False

Rule Version

ARST-RT-000180

Severity Override Guidance

This requirement is not applicable for the DODIN backbone.

Review the Arista router configuration of the router connecting to the alternate gateway and verify that redistribution of static routes to the alternate gateway is not occurring.

Verify the BGP and IGP configurations and remove the redistribute static statement if it is configured.

BGP Example:

To verify the BGP configuration, execute the commands "show bgp configuration active" and "show run section router bgp".

router bgp 1500
no redistribute static

OSPF Example:

To verify the OSPF configuration, execute the command "show run section router ospf".

router ospf 1
no redistribute static

RIP Example:

To verify the RIP configuration, execute the command "show run section router rip".

router rip
no redistribute static

If the static routes to the alternate gateway are being redistributed into BGP or any IGP peering with a NIPRNet gateway or another autonomous system, this is a finding.

Check Content Reference

M

Target Key

5513