Skip to content

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

An XCCDF Rule

Description

<VulnDiscussion>Using a loopback address as the source address offers a multitude of uses for security, access, management, and scalability of backbone routers. It is easier to construct appropriate ingress filters for router management plane traffic destined to the network management subnet since the source addresses will be from the range used for loopback interfaces instead of from a larger range of addresses used for physical interfaces. Log information recorded by authentication and syslog servers will record the router's loopback address instead of the numerous physical interface addresses.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-254061r844216_rule
Severity
Low
References
Updated



Remediation - Manual Procedure

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>