Specifications

Table Of Contents
mpls label
MP-184
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
mpls label
To configure an Any Transport over MPLS (AToM) static pseudowire connection by defining local and
remote circuit labels, use the mpls label com
mand in xconnect configuration mode. To remove the local
and remote pseudowire labels, use the no form of this command.
mpls label l
ocal-pseudowire-label remote-pseudowire-label
no mpl
s label
Syntax Description
Command Default No default labels.
Command Modes Xconnect configuration
Command History
Usage Guidelines This command is mandatory when configuring AToM static pseudowires, and must be configured at both
en
ds of the connection.
The mpls la
bel command checks the validity of the local pseudowire label and will generate an error
message if the label is invalid.
Examples The following example shows configurations for both ends of an AToM static pseudowire connection:
Router# configure terminal
Router(config)# interface Ethernet 1/0
Router(config-if)# no ip address
Router(config-if)# xconnect 10.131.191.251 100 encapsulation mpl
s manual pw-class mpls
Router(config-if-xconn)# mpls label 100 150
Router(config-if-xconn)# exit
Router(config-if)# exit
Router# configu
re terminal
Router(config)# interface Ethernet 1/0
Router(config-if)# no ip address
Router(config-if)# xconnect 10.132.192.252 100 encapsulation mpl
s manual pw-class mpls
Router(config-if-xconn)# mpls label 150 100
Router(config-if-xconn)# exit
Router(config-if)# exit
local-pseudowire-label An unused static label that is within the range defined by the mpls label
range command.
remote-pseudowire-label The value of the peer provider edge router’s local pseudowire label.
Release Modification
12.2(33)SRB This command was introduced.