SV-216788r531087_rule
V-216788
SRG-NET-000512-RTR-000003
CISC-RT-000600
CAT III
10
Configure the MPLS router to synchronize IGP and LDP, minimizing packet loss when an IGP adjacency is established prior to LDP peers completing label exchange.
OSPF Example
RP/0/0/CPU0:R3(config)#router ospf 1
RP/0/0/CPU0:R3(config-ospf)#mpls ldp sync
RP/0/0/CPU0:R3(config-ospf)#end
IS-IS Example
RP/0/0/CPU0:R3(config)#router isis 1
RP/0/0/CPU0:R3(config-isis)#interface g0/0/0/1
RP/0/0/CPU0:R3(config-isis-if)#address-family ipv4 unicast
RP/0/0/CPU0:R3(config-isis-if-af)#mpls ldp sync
RP/0/0/CPU0:R3(config-isis-if-af)#end
OSPF Example
router ospf 1
mpls ldp sync
IS-IS Example
router isis 1
net 49.0001.1234.1600.5531.00
interface GigabitEthernet0/0/0/1
address-family ipv4 unicast
mpls ldp sync
If the router is not configured to synchronize IGP and LDP, this is a finding.
V-216788
False
CISC-RT-000600
OSPF Example
router ospf 1
mpls ldp sync
IS-IS Example
router isis 1
net 49.0001.1234.1600.5531.00
interface GigabitEthernet0/0/0/1
address-family ipv4 unicast
mpls ldp sync
If the router is not configured to synchronize IGP and LDP, this is a finding.
M
4029