STIGhubSTIGhub
STIGsSearchCompare

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
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 5 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Juniper EX Series Switches Router Security Technical Implementation Guide

V-254048

CAT II (Medium)

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

Rule ID

SV-254048r844177_rule

STIG

Juniper EX Series Switches Router Security Technical Implementation Guide

Version

V2R1

CCIs

CCI-002403

Discussion

When Proxy ARP is enabled on a 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 router configuration to determine if Proxy ARP is disabled on all external interfaces. By default, Proxy ARP is disabled on all interfaces. Verify "proxy-arp" has not been enabled on external interfaces as shown in the example:

[edit interfaces]
<external interface> {
    unit 0 {
        proxy-arp [restricted|unrestricted]; << Must not be configured on external interfaces.
        <additional configuration>
    }
}

If 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.

delete interfaces <external interface> unit 0 proxy-arp