The RUCKUS ICX perimeter router must be configured to have Proxy ARP disabled on all external interfaces.
Overview
Finding ID | Version | Rule ID | IA Controls | Severity |
V-273645 | RCKS-RTR-000780 | SV-273645r1110946_rule | Medium |
Description |
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. |
STIG | Date |
RUCKUS ICX Router Security Technical Implementation Guide | 2025-06-03 |
Details
Check Text (C-77736r1109955_chk) |
This requirement is not applicable for the DODIN Backbone. Review the router configuration to determine if IP Proxy ARP has been enabled (see below): ip proxy-arp Note: By default, Proxy ARP is disabled globally. If IP Proxy ARP is enabled, this is a finding. |
Fix Text (F-77641r1109956_fix) |
This requirement is not applicable for the DODIN Backbone. Disable IP Proxy ARP as shown in the example below: ICX(config)# no ip proxy-arp |