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

CAT II (Medium)

The Arista perimeter router must be configured to have Proxy ARP disabled on all external interfaces.

Rule ID

SV-256043r882471_rule

STIG

Arista MLS EOS 4.X Router Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-002403

Discussion

When Proxy ARP is enabled on a Cisco router, it allows that router to extend the network (at Layer 2) across multiple interfaces (LAN segments). Because proxy ARP allows hosts from different LAN segments to look like they are on the same segment, proxy ARP is only safe when used between trusted LAN segments. Attackers can leverage the trusting nature of proxy ARP by spoofing a trusted host and then intercepting packets. Proxy ARP should always be disabled on router interfaces that do not require it unless the router is being used as a LAN bridge.

Check Content

This requirement is not applicable for the DODIN backbone.

Review the Arista router configuration to determine if IP Proxy ARP is disabled on all external interfaces. Execute the command "sh run int ethernet YY".

int ethernet 3
no ip proxy-arp 

If IP Proxy ARP is enabled on any external interface, this is a finding.

Fix Text

This requirement is not applicable for the DODIN backbone.

Disable IP Proxy ARP on all external interfaces.

LEAF-1A(config)#int ethernet 3
LEAF-1A(config-if-Et3)#no ip proxy-arp