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 3 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-256034

CAT II (Medium)

The Arista router must be configured to have Internet Control Message Protocol (ICMP) redirects disabled on all external interfaces.

Rule ID

SV-256034r882444_rule

STIG

Arista MLS EOS 4.X Router Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-002385

Discussion

The ICMP supports IP traffic by relaying information about paths, routes, and network conditions. Routers automatically send ICMP messages under a wide variety of conditions. Redirect ICMP messages are commonly used by attackers for network mapping and diagnosis.

Check Content

Review the device configuration to determine if controls have been defined to ensure the router does not send ICMP Redirect messages out to any external interfaces.

Step 1: To verify the ACL is configured to determine the router does not send ICMP Redirect messages out to any external interfaces, execute the command "sh ip access-list".

ip access-group DENY_REDIRECT
 deny icmp any any redirect
 permit ip any any

Step 2: To verify the ACL is applied outbound on interface, execute the command "sh run int Eth YY".

interface Ethernet 2
 ip access-group DENY_REDIRECT out

If ICMP Redirect messages are enabled on any external interfaces, this is a finding.

Fix Text

Step 1: Disable ICMP redirects on all external interfaces.

ip access-group DENY_REDIRECT
 deny icmp any any redirect
 permit ip any any

Step 2: Apply the ACL outbound on interfaces.

interface Ethernet 2
description EXTERNAL INTERFACE
 ip access-group DENY_REDIRECT in