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

V-273829

CAT II (Medium)

The RUCKUS ICX device must be configured to protect against known types of denial-of-service (DoS) attacks by employing organization-defined security safeguards.

Rule ID

SV-273829r1110847_rule

STIG

RUCKUS ICX NDM Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-002385

Discussion

DoS is a condition that occurs when a resource is not available for legitimate users. When this occurs, the organization either cannot accomplish its mission or must operate at degraded capacity. This requirement addresses the configuration of network devices to mitigate the impact of DoS attacks that have occurred or are ongoing on device availability. For each network device, known and potential DoS attacks must be identified and solutions for each type implemented. A variety of technologies exist to limit or, in some cases, eliminate the effects of DoS attacks (e.g., limiting processes or restricting the number of sessions the device opens at one time). Employing increased capacity and bandwidth, combined with service redundancy, may reduce the susceptibility to some DoS attacks. The security safeguards cannot be defined at the DOD-level because they vary according to the capabilities of the individual network devices and the security controls applied on the adjacent networks (for example, firewalls performing packet filtering to block DoS attacks).

Check Content

Check whether DDoS protection in place:

SSH@ICX# show running-config | include burst

ip icmp attack-rate burst-normal 50 burst-max 100 lockup 300
ip tcp burst-normal 30 burst-max 100 lockup 300

* burst-normal, burst-max, and lockup values may vary by site. 

If the switch is not configured with DDoS protection this is a finding.

Fix Text

Configure DDoS protection:

SSH@ICX(config)# ip icmp attack-rate burst-normal 50 burst-max 100 lockup 300
SSH@ICX(config)# ip tcp burst-normal 30 burst-max 100 lockup 300

Note: burst-normal, burst-max, and lockup values may vary by site.