Specifications
4-75
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
Router(config-if)# pvc 0/40 l2transport
Router(cfg-if-atm-l2trans-pvc)# encapsulation aal0
b. Use the xconnect command to bind an attachment circuit to the ATM IMA interface to create an
ATM pseudowire. Use the pw-class parameter to specify the pseudowire class that the ATM
pseudowire interface uses.
Router(cfg-if-atm-l2trans-pvc)# xconnect 1.1.1.1 40 pw-class myclass
Note You cannot use the encapsulation mpls parameter with the pw-class parameter.
Note The use of the xconnect command can vary depending on the type of pseudowire you are configuring.
Using CEM Classes
A CEM class allows you to create a single configuration template for multiple CEM pseudowires.
Follow these steps to configure a CEM class:
Note You cannot apply a CEM class to other pseudowire types such as ATM over MPLS.
Step 1 Follow these steps to create the CEM class.
a. Enter configuration mode.
Router# configure terminal
b. Use the class cem command to create a new CEM class
Router(config)# class cem mycemclass
c. Enter the configuration commands common to the CEM class. This example specifies a sample rate,
payload size, dejitter buffer, and idle pattern.
Router(config-cem-class)# payload-size 512
Router(config-cem-class)# dejitter-buffer 10
Router(config-cem-class)# idle-pattern 0x55
d. Type exit to return to the config prompt.
Router(config-cem-class)# exit
Step 2 Follow these steps to create a reference to the CEM class in the CEM interface.
a. Enter the following commands to configure the CEM interface that you want to use the new CEM
class.
Router(config)# interface cem 0/0
Router(config-if)# no ip address
Router(config-if)# cem 0
Router(config-if-cem)# cem class mycemclass
Router(config-if-cem)# xconnect 10.10.10.10 200 encapsulation mpls
Note The use of the xconnect command can vary depending on the type of pseudowire you are configuring.