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-256057

CAT III (Low)

The Arista router must be configured to advertise a hop limit of at least 32 in Router Advertisement messages for IPv6 stateless auto-configuration deployments.

Rule ID

SV-256057r882513_rule

STIG

Arista MLS EOS 4.2x Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000366

Discussion

The Neighbor Discovery protocol allows a hop limit value to be advertised by routers in a Router Advertisement message being used by hosts instead of the standardized default value. If a very small value was configured and advertised to hosts on the LAN segment, communications would fail due to the hop limit reaching zero before the packets sent by a host reached its destination.

Check Content

This requirement is not applicable for the DODIN backbone. 

Review the Arista router configuration to determine if the hop limit has been configured for Router Advertisement messages. Execute the command "sh run | section hop-limit".

interface Ethernet3
  ipv6 nd ra hop-limit 32

If the router has been configured and has not been set to at least 32, this is a finding.

Fix Text

This requirement is not applicable for the DODIN backbone. 

Configure the Arista router to advertise a hop limit of at least 32 in Router Advertisement messages.

LEAF-1A(config-if-Et3)#interface ethernet 3
LEAF-1A(config-if-Et3)#ipv6 nd ra hop-limit 32