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

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-283783NOKI-ND-000760SV-283783r1223372_ruleCCI-002385medium
Description
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).
STIGDate
Nokia Service Router OS 25.x Network Device Management Security Technical Implementation Guide2026-06-15

Details

Check Text (C-283783r1223372_chk)

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 (F-88253r1203393_fix)

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>