Cisco CRS Configuration Manual page 86

Ios xr mpls configuration guide
Hide thumbs Also See for CRS:
Table of Contents

Advertisement

Redistributing MPLS LDP Routes into BGP
DETAILED STEPS
Command or Action
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Step 2
mpls ldp
Example:
RP/0/RP0/CPU0:router(config)#
mpls ldp
Step 3
redistribute bgp
Example:
RP/0/RP0/CPU0:router(config-ldp)#
redistribute bgp advertise-to
acl_1
Step 4
end or commit
Step 5
show run mpls ldp
Example:
RP/0/RP0/CPU0:router# show run
mpls ldp
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
68
Purpose
Enters Global Configuration mode.
Enters MPLS LDP configuration mode.
Allows the redistribution of BGP routes into an MPLS LDP processes.
Autonomous system numbers (ASNs) are globally unique identifiers
Note
used to identify autonomous systems (ASs) and enable ASs to exchange
exterior routing information between neighboring ASs. A unique ASN
is allocated to each AS for use in BGP routing. ASNs are encoded as
2-byte numbers and 4-byte numbers in BGP.
• When you issue the end command, the system prompts you to commit
changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
• 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.
• Entering cancel leaves the router in the current configuration session
without exiting or committing the configuration changes.
• Use the commit command to save the configuration changes to the running
configuration file and remain within the configuration session.
Displays information about the redistributed route information.
Implementing MPLS Label Distribution Protocol

Advertisement

Table of Contents
loading

Table of Contents