Specifications
23-5
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 23 Configuring Pseudowire
Configuring Pseudowire
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.
Command Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
Router(config)# class cem
mycemclass
Creates a new CEM class
Step 4
Router(config-cem-class)#
payload-size 512
Router(config-cem-class)#
dejitter-buffer 10
Router(config-cem-class)#
idle-pattern 0x55
Enter the configuration commands common to the CEM class. This
example specifies a payload size, dejitter buffer, and idle pattern.
Step 5
Router(config-cem-class)# exit
Returns to the config prompt.
Step 6
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
Configure the CEM interface that you want to use for the new CEM class.
Note The use of the xconnect command can vary depending on the type
of pseudowire you are configuring.
Step 7
Router(config-if-cem)# exit
Router(config-if)#
Exits the CEM interface.
Step 8
exit
Example:
Router(config)# exit
Router#
Exits configuration mode.