STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated 1 hour ago
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to Nokia Service Router OS 25.x Network Device Management Security Technical Implementation Guide

V-283783

CAT II (Medium)

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

Rule ID

SV-283783r1223372_rule

STIG

Nokia Service Router OS 25.x Network Device Management Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-002385

Discussion

DoS is a condition 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 DoW 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

Determine if the Nokia router protects against or limits the effects of all known types of DoS attacks by employing organization-defined security safeguards.

Verify Distributed CPU Protection is configured for each interface, as shown in the example below:

- show router interface detail | match OperDCpuProtPlcy
OperDCpuProtPlcy : test
OperDCpuProtPlcy : ssh

If the Nokia router does not protect against or limit the effects of all known types of DoS attacks by employing organization-defined security safeguards, this is a finding.

Fix Text

Configure the Nokia router to protect against or limit the effects of all known types of DoS attacks by employing organization-defined security safeguards.

Configure Distributed CPU Protection to rate limit various core/peering protocols, Link, ESM, interface protocols, and any other unspecified control traffic, as shown in the example below: 

- configure system security dist-cpu-protection policy <policy name> create 
- static-policer <name> create
- rate packets <ppi| ma> within <seconds>
OR
- rate kbps <kbps | max> bytes mbs <size>
- exceed-action discard
- back
- protocol <protocol name or all-unspecified> create

Apply the policy to each interface:

- configure router inter <interface name> dist-cpu-protection <policy name>