Specifications

4-100
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Configuration Sequence
Note You can use the show policy map interface command to verify your configuration.
Configuring MPLS Exp Bit Marking using a Pseudowire
You can also configure MPLS Exp bit marking within an ATM over MPLS pseudowire interface using
the mpls experimental command. Follow these steps to configure MPLS Exp bit marking using a
pseudowire interface.
Step 1 Follow these steps to create a pseudowire class that sets an MPLS Exp value.
a. Create a new pseudowire class.
Router(config)# pseudowire-class MPLS_3
b. Configure MPLS encapsulation.
Router(config-pw-class)# encapsulation mpls
c. Use the mpls experimental command to specify the MPLS Exp bit value.
Router(config-pw-class)# mpls experimental 3
d. Use the exit command to exit the pseudowire-class interface.
Router(config-pw-class)# exit
Router(config)#
Step 2 Complete the following steps to apply the pseudowire class to a pseudowire:
a. Configure the ATM/IMA interface.
Router(config)# interface ATM0/IMA0
Router(config-if)#
b. Specify a PVC.
Router(config-if)# pvc 2/1 l2transport
Router(cfg-if-atm-l2trans-pvc)#
c. Specify an encapsulation type for the PVC.
Router(cfg-if-atm-l2trans-pvc)# encapsulation aal0
d. Use the xconnect command with the pw-class parameter to create a pseudowire that uses the
configuration defined in the pseudowire class.
Router(cfg-if-atm-l2trans-pvc)# xconnect 10.10.10.1 121 pw-class MPLS_3
For more information about configuring marking, see the Cisco IOS Quality of Service Solutions
Configuration Guide, Release 12.2SR.
Note The Cisco MWR 2941 does not support all of the commands described in the IOS Release 12.2SR
documentation.