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

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-283821NOKI-RT-000030SV-283821r1204035_ruleCCI-002403medium
Description
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.
STIGDate
Nokia Service Router OS 25.x Router Security Technical Implementation Guide2026-06-15

Details

Check Text (C-283821r1204035_chk)

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 (F-88291r1203711_fix)

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