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 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Arista MLS EOS 4.2x Router Security Technical Implementation Guide

V-256028

CAT II (Medium)

The PE router providing MPLS Layer 2 Virtual Private Network (L2VPN) services must be configured to authenticate targeted Label Distribution Protocol (LDP) sessions used to exchange virtual circuit (VC) information using a FIPS-approved message authentication code algorithm.

Rule ID

SV-256028r882426_rule

STIG

Arista MLS EOS 4.2x Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-001958

Discussion

LDP provides the signaling required for setting up and tearing down pseudowires (virtual circuits used to transport Layer 2 frames) across an MPLS IP core network. Using a targeted LDP session, each PE router advertises a virtual circuit label mapping that is used as part of the label stack imposed on the frames by the ingress PE router during packet forwarding. Authentication provides protection against spoofed TCP segments that can be introduced into the LDP sessions.

Check Content

Review the Arista router configuration to determine if LDP messages are being authenticated for the targeted LDP sessions.

Step 1: Verify the Arista router configuration to verify LDP is configured globally and router-id is set.

mpls ldp
  router-id [x.x.x.x | interface] LoopbackY
  no shutdown

Step 2: Verify the Arista router configuration to ensure the password is configured for LDP neighbor.

mpls ldp
  password [type] [password]

Step 3: Enable the mpls globally or per interface.

For Global:

mpls ip

For interfaces:

interface Ethernet 1
 mpls ip

If authentication is not being used for the LDP sessions using a FIPS-approved message authentication code algorithm, this is a finding.

Fix Text

Implement authentication for all targeted LDP sessions using a FIPS-approved message authentication code algorithm.

Step 1: Configure the mpls LDP on the Arista MLS.

PE11(config)#mpls ldp
PE11(config-mpls-ldp)#router-id interface Loopback0
PE11(config-mpls-ldp)#no shutdown

Step 2: Enable the authentication for LDP neighbors.

PE11(config-mpls-ldp)#password 0 xxxxx