DETAILED STEPS
Purpose
Command 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
Enables MLDP.
mldp
Example:
RP/0/RP0/CPU0:router(config-ldp)#
mldp
Step 3
Enables MLDP for IPv4 address family.
address-family ipv4
Example:
RP/0/RP0/CPU0:router(config-ldp-mldp)#
Step 4
address-family ipv4
Enables MoFRR support.
mofrr
Example:
RP/0/RP0/CPU0:router(config-ldp-mldp-af)#
Step 5
mofrr
end
or
commit
Step 6
•
When you issue the
end
command, the system prompts you
to commit changes:
Uncommitted changes found, commit them before
Example:
RP/0/RP/0/RP0/CPU0:router
(config-ldp-mldp-af)# end
exiting(yes/no/cancel)?
[cancel]:
or
RP/0/RP/0/RP0/CPU0:router
(config-ldp-mldp-af)# commit
•
Entering
yes
saves configuration changes to the running
configuration file, exits the configuration session, and returns
the router to EXEC mode.
•
Entering
no
exits the configuration session and returns the
router to EXEC mode without committing the configuration
changes.
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
72
Implementing MPLS Label Distribution Protocol
Enabling MLDP