4 mins read

LDP Synchronization

1. Intro

In this post we will look at the LDP Synchronization feature, and the impact it can create in the network.

We will work with the following setup, where between R1 and R3, the LDP protocols was not activated in the configuration the R1 router. Because of this, the IGP protocol (OSPF in this case) will advertise maximum metric on the link:

LDP Synchronization

2. The impact

Let’s see the metric and the impact on the CLI:

3. Only p2p interfaces

Note: LDP synchronization is supported only on point-to-point interfaces.

4. Consistency

If the config is not consistent, we can end up with unpredictable routing and blackholing.

For example, in the following setup, both LDP interface and LDP synchronization is missing on R1, so the metric is not symmetric on the link, and this will cause all kind of issues.

In the figure we can see that routing between R1 and R6 will be asymmetrical, even worse, MPLS traffic from R1 to R6 will be blacked holed because of the missing LDP interface. This is also reflected in the routing table:


External Resources:

Leave a Reply

Your email address will not be published. Required fields are marked *