STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated just now
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Nokia Service Router OS 25.x Router Security Technical Implementation Guide

V-283821

CAT II (Medium)

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

Rule ID

SV-283821r1204035_rule

STIG

Nokia Service Router OS 25.x Router Security Technical Implementation Guide

Version

V1R1

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 (local area network [LAN] segments). Because proxy ARP allows hosts from different LAN segments to look like they are on the same segment, proxy ARP is safe only 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 IP Proxy ARP is enabled on any external interfaces, as shown in the example below.

For each interface, use the command below, and in the "Proxy ARP Details" section, verify "Rem Proxy ARP" and "Local Proxy ARP" are disabled:

- show router interface "TO-PE2" detail | match Proxy

Proxy ARP Details
Rem Proxy ARP    : Disabled             Local Proxy ARP   : Disabled

Note: Proxy ARP is disabled by default. 

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 Proxy ARP on all external interfaces, as shown in the example below:

- configure router interface "TO-PE2" no local-proxy-arp
- configure router interface "TO-PE2" no remote-proxy-arp