cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
692
Views
5
Helpful
2
Replies

disabling ldp autoconfig on XR

sachin30720041
Level 1
Level 1

Hello, 

 

I have configured 'mpls ldp auto-config' under ospf process on XR router.

router ospf 1

mpls ldp auto-config

 

What is the command to disable ldp on a particular interface?

 

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi @sachin30720041 ,

 

mpls ldp
interface GigabitEthernet0/0/0/0
address-family ipv4
igp auto-config disable

RP/0/RP0/CPU0:R1#sh mpls ldp int
Thu Mar 10 21:21:27.419 UTC
Interface GigabitEthernet0/0/0/0 (0x1000018)
VRF: 'default' (0x60000000)
Disabled via config: IGP Auto-config disable
Ignoring:
RP/0/RP0/CPU0:R1#

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

2 Replies 2

igp auto-config disable<- try this

Harold Ritter
Spotlight
Spotlight

Hi @sachin30720041 ,

 

mpls ldp
interface GigabitEthernet0/0/0/0
address-family ipv4
igp auto-config disable

RP/0/RP0/CPU0:R1#sh mpls ldp int
Thu Mar 10 21:21:27.419 UTC
Interface GigabitEthernet0/0/0/0 (0x1000018)
VRF: 'default' (0x60000000)
Disabled via config: IGP Auto-config disable
Ignoring:
RP/0/RP0/CPU0:R1#

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)