Cisco CRS Configuration Manual page 65

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 remote accept from ldp-id for prefix-acl
Example:
RP/0/RP0/CPU0:router(config-ldp-af)# label
remote accept from 192.168.1.1:0 for
pfx_acl_1
Step 5
Use the commit or end command.
Related Topics
Label Acceptance Control (Inbound Filtering), on page 15
Configuring Label Acceptance (Inbound Filtering): Example, on page 82
Configuring Label Acceptance Control (Inbound Filtering)
Purpose
Enters global configuration mode.
Enters the MPLS LDP configuration mode.
(Optional) Specifies a non-default VRF.
Enables the LDP IPv4 address family.
Configures inbound label acceptance control for prefixes specified
by prefix-acl from neighbor (as specified by its LDP ID).
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
47

Advertisement

Table of Contents
loading

Table of Contents