DETAILED STEPS
Command or Action Purpose
Step 1 enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3 mpls ip
Example:
Router(config)# mpls ip
Globally enables hop-by-hop forwarding.
Step 4 mpls label protocol ldp
Example:
Router(config)# mpls label protocol ldp
Specifies LDP as the default label distribution protocol.
Step 5 interface type number
Example:
Router(config)# interface POS 3/0
Specifies the interface to configure and enters interface
configuration mode.
Step 6 ip address prefix mask
Example:
Router(config-if)# ip address 10.0.0.11
255.255.255.255
Assigns an IP address to the interface.
Step 7 exit
Example:
Router(config-if)# exit
Exits interface configuration mode.
MPLS LDP Autoconfiguration
How to Configure MPLS LDP Autoconfiguration
MPLS LDP Configuration Guide, Cisco IOS Release 12.4
53