STIGQter STIGQter: STIG Summary: Juniper EX Series Switches Router Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 24 Jul 2024:

The Juniper perimeter router must be configured to have Link Layer Discovery Protocols (LLDPs) disabled on all external interfaces.

DISA Rule

SV-254047r844174_rule

Vulnerability Number

V-254047

Group Title

SRG-NET-000364-RTR-000111

Rule Version

JUEX-RT-000750

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

This requirement is not applicable for the DODIN Backbone.

Disable LLDPs on all external interfaces.

set protocols lldp interface all disable
set protocols lldp interface <interior interface>
set protocols lldp interface <exterior interface> disable

set protocols lldp-med interface all disable
set protocols lldp-med interface <interior interface>
set protocols lldp-med interface <exterior interface> disable

Note: The <exterior interface> disable command is not required if LLDP and LLDP-MED are globally disabled. However, the configured protocol status may be more apparent if each exterior interface is explicitly disabled.

Check Contents

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. Examples of LLDPs are Cisco Discovery Protocol (CDP), Link Layer Discovery Protocol (LLDP), and Link Layer Discovery Protocol - Media Endpoint Discovery (LLDP-MED). Junos does not support CDP, but supports both LLDP and LLDP-MED, configured at [edit protocols]. Verify external interfaces are either not configured or explicitly disabled. For example:

To globally disable LLDP and LLDP-MED:
[edit protocols]
<no LLDP or LLDP-MED hierarchy>
-or-
lldp {
interface all {
disable;
}
}
lldp-med {
interface all {
disable;
}
}

If LLDP or LLDP-MED is authorized, verify external interfaces are not configured or are explicitly disabled. For example:
[edit protocols]
lldp {
interface all {
disable;
}
interface ge-0/0/0; <<< Verify ge-0/0/0 is not an external interface.
interface ge-0/0/1 {
disable; <<< Assuming ge-0/0/1 is an external interface, it is disabled globally (interface all disable) or explicitly disabled as shown.
}
}
lldp-med {
interface all {
disable;
interface ge-0/0/0; <<< Verify ge-0/0/0 is not an external interface.
interface ge-0/0/1 {
disable; <<< Assuming ge-0/0/1 is an external interface, it is disabled globally (interface all disable) or explicitly disabled as shown.
}
}

Note: Both LLDP and LLDP-MED are globally disabled on all interfaces but Junos will apply the most specific configuration. Therefore, both LLDP and LLDP-MED are enabled only on ge-0/0/0 and disabled on all other interfaces as configured in the example.

If LLDPs are configured globally or on any external interface, this is a finding.

Vulnerability Number

V-254047

Documentable

False

Rule Version

JUEX-RT-000750

Severity Override Guidance

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. Examples of LLDPs are Cisco Discovery Protocol (CDP), Link Layer Discovery Protocol (LLDP), and Link Layer Discovery Protocol - Media Endpoint Discovery (LLDP-MED). Junos does not support CDP, but supports both LLDP and LLDP-MED, configured at [edit protocols]. Verify external interfaces are either not configured or explicitly disabled. For example:

To globally disable LLDP and LLDP-MED:
[edit protocols]
<no LLDP or LLDP-MED hierarchy>
-or-
lldp {
interface all {
disable;
}
}
lldp-med {
interface all {
disable;
}
}

If LLDP or LLDP-MED is authorized, verify external interfaces are not configured or are explicitly disabled. For example:
[edit protocols]
lldp {
interface all {
disable;
}
interface ge-0/0/0; <<< Verify ge-0/0/0 is not an external interface.
interface ge-0/0/1 {
disable; <<< Assuming ge-0/0/1 is an external interface, it is disabled globally (interface all disable) or explicitly disabled as shown.
}
}
lldp-med {
interface all {
disable;
interface ge-0/0/0; <<< Verify ge-0/0/0 is not an external interface.
interface ge-0/0/1 {
disable; <<< Assuming ge-0/0/1 is an external interface, it is disabled globally (interface all disable) or explicitly disabled as shown.
}
}

Note: Both LLDP and LLDP-MED are globally disabled on all interfaces but Junos will apply the most specific configuration. Therefore, both LLDP and LLDP-MED are enabled only on ge-0/0/0 and disabled on all other interfaces as configured in the example.

If LLDPs are configured globally or on any external interface, this is a finding.

Check Content Reference

M

Target Key

5479