Disabling MLDP
Perform this task to disable MLDP on Label Distribution Protocol (LDP) enabled interfaces.
SUMMARY STEPS
1.
configure
2.
mpls ldp
3.
interface type interface-path-id
4.
address-family {ipv4 }
5.
igp mldp disable
6.
Use the commit or end command.
DETAILED STEPS
PurposeCommand or Action
Enters Global Configuration mode.configure
Example:
RP/0/RP0/CPU0:router# configure
Step 1
Enters MPLS LDP configuration mode.mpls ldp
Example:
RP/0/RP0/CPU0:router(config)# mpls ldp
Step 2
Enters interface configuration mode for the LDP protocol.
interface type interface-path-id
Example:
RP/0/RP0/CPU0:router(config-ldp)# interface
POS 0/1/0/0
Step 3
Enables the LDP IPv4 address family.address-family {ipv4 }
Example:
RP/0/RP0/CPU0:router(config-ldp-if)#
address-family ipv4
Step 4
or
Disables MLDP.igp mldp disable
Example:
RP/0/RP0/CPU0:router(config-ldp-if-af)# igp
mldp disable
Step 5
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
78
Implementing MPLS Label Distribution Protocol
Disabling MLDP