SV-256050r882492_rule
V-256050
SRG-NET-000512-RTR-000003
ARST-RT-000710
CAT III
10
Configure the Arista MPLS router to synchronize IGP and LDP, minimizing packet loss when an IGP adjacency is established prior to LDP peers completing label exchange.
ISIS configuration example:
P-Router-EOS(config)#router isis 1
P-Router-EOS(config-router-isis)#mpls ldp sync default
OSPF configuration example:
LEAF-1A(config-mpls-ldp)#router ospf 1
LEAF-1A(config-router-ospf)#mpls ldp sync default
Configure LDP to synchronize with the link-state routing protocol.
LEAF-1A(config)#interface Loopback1
LEAF-1A(config-if-Lo0)#erface Loopback1
LEAF-1A(config-if-Lo0)#description MPLS-LDP-Router-ID
LEAF-1A(config-if-Lo0)#ip address 10.1.129.94/32
LEAF-1A(config-if-Lo0)#mpls ldp igp sync
LEAF-1A(config-if-Lo0)#ip ospf area 0.0.0.5
Review the Arista router OSPF or IS-IS configuration.
ISIS configuration example:
router isis 1
mpls ldp sync default
OSPF configuration example:
router ospf 1
mpls ldp sync default
Verify LDP will synchronize with the link-state routing protocol.
interface Loopback1
description MPLS-LDP-Router-ID
ip address 10.1.129.94/32
mpls ldp igp sync
ip ospf area 0.0.0.5
If the Arista router is not configured to synchronize IGP and LDP, this is a finding.
V-256050
False
ARST-RT-000710
Review the Arista router OSPF or IS-IS configuration.
ISIS configuration example:
router isis 1
mpls ldp sync default
OSPF configuration example:
router ospf 1
mpls ldp sync default
Verify LDP will synchronize with the link-state routing protocol.
interface Loopback1
description MPLS-LDP-Router-ID
ip address 10.1.129.94/32
mpls ldp igp sync
ip ospf area 0.0.0.5
If the Arista router is not configured to synchronize IGP and LDP, this is a finding.
M
5513