Cisco CRS Configuration Manual page 53

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

Advertisement

Implementing MPLS Label Distribution Protocol
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
[vrf vrf-name] address-family { ipv4}
Example:
RP/0/RP0/CPU0:router(config-ldp)#
address-family ipv4
Step 4
label local advertise [ to ldp-id for prefix-acl |
interface type interface-path-id ]
Example:
RP/0/RP0/CPU0:router(config-ldp-af)# label
local advertise to 1.1.1.1:0 for pfx_acl1
RP/0/RP0/CPU0:router(config-ldp-af)# label
local advertise interface POS 0/1/0/0
Step 5
Use the commit or end command.
Related Topics
Label Advertisement Control (Outbound Filtering), on page 15
Configuring Label Advertisement Control (Outbound Filtering)
Purpose
Enters global configuration mode.
Enters MPLS LDP configuration mode.
(Optional) Specifies a non-default VRF.
Enables the LDP IPv4 address family.
Configures outbound label advertisement control by specifying
one of the following options:
interface
Specifies an interface for label advertisement.
to ldp-id
for prefix-acl
Specifies neighbors to advertise and receive label
advertisements.
commit—Saves the configuration changes and remains within the
configuration session.
end—Prompts user to take one of these actions:
• Yes— Saves configuration changes and exits the
configuration session.
• No—Exits the configuration session without committing the
configuration changes.
• Cancel—Remains in the configuration session, without
committing the configuration changes.
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
35

Advertisement

Table of Contents
loading

Table of Contents