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

V-283877

CAT III (Low)

The Nokia perimeter router must be configured to have Link Layer Discovery Protocols (LLDPs) disabled on all external interfaces and ensure LLDPs are not included in the system level.

Rule ID

SV-283877r1203880_rule

STIG

Nokia Service Router OS 25.x Router Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-002403

Discussion

LLDPs are primarily used to obtain protocol addresses of neighboring devices and discover platform capabilities of those devices. Use of Simple Network Management Protocol (SNMP) with the LLDP Management Information Base (MIB) allows network management applications to learn the device type and the SNMP agent address of neighboring devices, enabling the application to send SNMP queries to those devices. LLDPs are also media and protocol independent as they run over the data link layer; therefore, two systems that support different network-layer protocols can still learn about each other. Allowing LLDP messages to reach external network nodes is dangerous as it provides an attacker a method to obtain information about the network infrastructure that can be useful to plan an attack.

Check Content

This requirement is not applicable for the DODIN Backbone.

Review all router configurations to ensure LLDPs are not included in the global configuration or LLDPs are not included for each active external interface.

Verify LLDP "Admin Enabled" sis et to "False" in the system level using the command below:

- show system lldp | match "Admin Enabled"
Admin Enabled          : False

Verify LLDP is in "Admin State" and set to "disabled" for all active external ports using the command below: 

- show port 1/1/c2/1 ethernet lldp | match "Admin State"
Admin State           : disabled       Notifications         : Disabled
Admin State           : disabled       Notifications         : Disabled
Admin State           : disabled       Notifications         : Disabled

If LLDPs are configured on the system and any external interface, this is a finding.

Fix Text

This requirement is not applicable for the DODIN Backbone.

Disable LLDP on the system level using the command below: 

- configure system lldp shutdown

Disable LLDP on the port using the command below: 

- configure port 1/1/c2/1
- config>port# ethernet lldp dest-mac nearest-bridge admin-status disabled
- config>port# exit all