Specifications
B-231
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
mpls label
mpls label
To configure an Any Transport over MPLS (AToM) static pseudowire connection by defining local and
remote circuit labels, use the mpls label command in xconnect configuration mode. To remove the local
and remote pseudowire labels, use the no form of this command.
mpls label local-pseudowire-label remote-pseudowire-label
no mpls 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 ends of the connection.
The mpls label command checks the validity of the local pseudowire label and generates 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 mpls manual pw-class mpls
Router(config-if-xconn)# mpls label 100 150
Router(config-if-xconn)# exit
Router(config-if)# exit
Router# configure terminal
Router(config)# interface Ethernet 1/0
Router(config-if)# no ip address
Router(config-if)# xconnect 10.132.192.252 100 encapsulation mpls 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.
12.2(33)MRB This command was integrated into Cisco IOS Release 12.2(33)MRB.