cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2247
Views
15
Helpful
3
Replies

disable LDP and use static label bindings

hgans
Level 1
Level 1

Hi,

I have to test a simple point to point PE - PE MPLS VPN setup.

To keep it short - there are certain reasons we need to talk MPLS between these two PE's (VRF lite with VLANS is not an option)

A must have is to not use LDP, TDP or any other label distribution protocol between these routers.

So we would use static label ipv4 bindings on both PE routers for our next hops and MP-BGP to advertise the VPN labels.

As far as I understand the interface command "mpls ip" is mandatory because the interface must be aware of the MPLS ether type...

Now I am confused because I found no way to disable LDP and only use static bindings in my setup?

Unbenanntes Bild.png

Can you help me out to understand the missing part here?

Thanks in advance

Herwig

3 Replies 3

hgans
Level 1
Level 1

Looks like this global command is the solution:

no mpls ldp advertise-labels

Vinit Jain
Cisco Employee
Cisco Employee

Hello Herwig

Yes, no mpls ldp advertise-labels will help you here and then you can create an ACL to match the ip add for which you want to generate labels.:

mpls ldp advertise-labels for

Regards

Vinit

Thanks
--Vinit