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

The Juniper MPLS router must be configured to use its loopback address as the source address for LDP peering sessions.

DISA Rule

SV-254061r844216_rule

Vulnerability Number

V-254061

Group Title

SRG-NET-000512-RTR-000002

Rule Version

JUEX-RT-000890

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Configure MPLS routers to use their loopback address as the source address for LDP peering sessions.

set interfaces lo0 unit 0 family inet <IPv4 address>/32
set interfaces lo0 unit 0 family inet6 <IPv6 address>/128

set routing-options router-id <lo0 address>

Check Contents

Review the router configuration to determine if it uses its loopback address as the source address for LDP peering sessions.

Verify that a loopback address has been configured as shown in the following example:
[edit interfaces]
lo0 {
unit 0 {
family inet {
address <IPv4 address>/32;
}
family inet6 {
address <IPv6 address>/128;
}
}
}

An MPLS router will use the LDP router ID as the source address for LDP hellos and when establishing TCP sessions with LDP peers; hence, it is necessary to verify that the LDP router ID is the same as the loopback address. By default, routers will assign the LDP router ID using the highest IP address on the router, with preference given to loopback addresses. If the router-id command is specified that overrides this default behavior, verify that it is the IP address of the designated loopback interface.

[edit routing-options]
router-id <lo0 address>;

If the router is not configured do use its loopback address for LDP peering, this is a finding.

Vulnerability Number

V-254061

Documentable

False

Rule Version

JUEX-RT-000890

Severity Override Guidance

Review the router configuration to determine if it uses its loopback address as the source address for LDP peering sessions.

Verify that a loopback address has been configured as shown in the following example:
[edit interfaces]
lo0 {
unit 0 {
family inet {
address <IPv4 address>/32;
}
family inet6 {
address <IPv6 address>/128;
}
}
}

An MPLS router will use the LDP router ID as the source address for LDP hellos and when establishing TCP sessions with LDP peers; hence, it is necessary to verify that the LDP router ID is the same as the loopback address. By default, routers will assign the LDP router ID using the highest IP address on the router, with preference given to loopback addresses. If the router-id command is specified that overrides this default behavior, verify that it is the IP address of the designated loopback interface.

[edit routing-options]
router-id <lo0 address>;

If the router is not configured do use its loopback address for LDP peering, this is a finding.

Check Content Reference

M

Target Key

5479