DISA STIGS Viewer

The RUCKUS ICX PE router must be configured to enforce a Quality-of-Service (QoS) policy to limit the effects of packet flooding denial-of-service (DoS) attacks.

Overview

Finding ID Version Rule ID IA Controls Severity
V-273601 RCKS-RTR-000340 SV-273601r1110917_rule   Medium
Description
DoS is a condition when a resource is not available for legitimate users. Packet flooding distributed denial-of-service (DDoS) attacks are referred to as volumetric attacks and have the objective of overloading a network or circuit to deny or seriously degrade performance, which denies access to the services that normally traverse the network or circuit. Volumetric attacks have become relatively easy to launch using readily available tools such as Low Orbit Ion Cannon or botnets. Measures to mitigate the effects of a successful volumetric attack must be taken to ensure that sufficient capacity is available for mission-critical traffic. Managing capacity may include, for example, establishing selected network usage priorities or quotas and enforcing them using rate limiting, Quality of Service (QoS), or other resource reservation control methods. These measures may also mitigate the effects of sudden decreases in network capacity that are the result of accidental or intentional physical damage to telecommunications facilities (such as cable cuts or weather-related outages).
STIG Date
RUCKUS ICX Router Security Technical Implementation Guide 2025-06-03

Details

Check Text (C-77692r1109823_chk)
Review configuration to determine whether DDoS attack prevention is configured (values may vary):

ICX#show running-config | include burst
ip icmp attack-rate burst-normal 500 burst-max 1000 lockup 300
ip tcp burst-normal 30 burst-max 100 lockup 300

If DSCP trust is required, verify that it has been applied to the necessary interfaces.

ICX# show running-config interface ethernet x/x/x

interface ethernet x/x/x
trust dscp

If DDoS protection is not configured or DSCP trust is required but not configured, this is a finding.
Fix Text (F-77597r1109824_fix)
Configure DDoS protection (values may vary):

ICX(config)#ip icmp attack-rate burst-normal 500 burst-max 1000 lockup 300
ICX(config)#ip tcp burst-normal 30 burst-max 100 lockup 300

If required, apply DSCP trust to applicable interfaces:

ICX(config)# interface ethernet x/x/x
ICX(config-if-e1000-x/x/x)# trust dscp