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 just now
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to RUCKUS ICX Router Security Technical Implementation Guide

V-273612

CAT II (Medium)

The RUCKUS ICX PE router must be configured with Unicast Reverse Path Forwarding (uRPF) loose mode enabled on all CE-facing interfaces.

Rule ID

SV-273612r1110923_rule

STIG

RUCKUS ICX Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-001097

Discussion

The uRPF feature is a defense against spoofing and denial-of-service (DoS) attacks by verifying if the source address of any ingress packet is reachable. To mitigate attacks that rely on forged source addresses, all provider edge routers must enable uRPF loose mode to guarantee that all packets received from a CE router contain source addresses that are in the route table.

Check Content

Review the router configuration to determine if uRPF loose mode is enabled on all CE-facing interfaces.

1. Check that RPF is configured globally (requires reload when initially set).  
reverse-path-check

2. Review the router configuration to determine if uRPF loose mode is enabled on all CE-facing interfaces.
Interface ethernet 1/1/1
 rpf-mode loose

If uRPF loose mode is not enabled on all CE-facing interfaces, this is a finding.

Fix Text

Enable uRPF loose mode on all CE-facing interfaces.

1. Configure reverse-path-check globally.
ICX(config)#reverse-path-check
reverse-path-check setting changes requires a reload to take effect!
NOTE:
 Configuring reverse-path-check reduces following system-max by half.
 Following system-max will be reset to default. Please configure them after reload
 Please adjust/remove max-route configuration in any vrf before reload.
 Ip-route,ip6-route, ip-route-default-vrf, ip6-route-default-vrf, ip-route-vrf, ip6-route-vrf

2. Configure uRPF mode on CE interface(s).
ICX(config)#interface ethernet 1/1/1
ICX(config-if-e10000-1/1/1)#rpf-mode loose