STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Arista MLS EOS 4.X Router Security Technical Implementation Guide

V-256027

CAT II (Medium)

The Arista BGP router must be configured to use a unique key for each autonomous system (AS) that it peers with.

Rule ID

SV-256027r945862_rule

STIG

Arista MLS EOS 4.X Router Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-002205

Discussion

If the same keys are used between eBGP neighbors, the chance of a hacker compromising any of the BGP sessions increases. It is possible that a malicious user exists in one autonomous system who would know the key used for the eBGP session. This user would then be able to hijack BGP sessions with other trusted neighbors.

Check Content

Interview the ISSM and router administrator to determine if unique keys are being used.

Verify the BGP router AS is configured for a unique key. Run the command "sh run | section router bgp".

router bgp [NN]
neighbor [ip address] password [type] [password-string]

If unique keys are not being used, this is a finding.

Fix Text

Configure all eBGP Arista routers with unique keys for each eBGP neighbor that it peers with.

To configure BGP authentication, in the BGP configuration mode interface, when adding neighbors, include the following statement:

router bgp NN
neighbor 100.1.0.0  password 0 [password-string]