A SERVICE OF

logo

21-7
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 21 Configuring Pseudowire
Configuring Pseudowire
Step 3
class cem
cem-class-name
Example:
Router(config)# class cem
mycemclass
Creates a new CEM class
Step 4
payload-size
size
Example:
Router(config-cem-class)#
payload-size 512
Specifies the payload for the CEM class.
Step 5
dejitter-buffer
size
Example:
Router(config-cem-class)#
dejitter-buffer 10
Specifies the dejitter buffer for the CEM class.
Step 6
idle-pattern
size
Example:
Router(config-cem-class)#
idle-pattern 0x55
Specifies the idle-pattern for the CEM class.
Step 7
exit
Example:
Router(config-cem-class)# exit
Returns to the config prompt.
Step 8
interface cem
slot/port
Example:
Router(config)# interface cem 0/0
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 9
no ip address
Example:
Router(config-if)# no ip address
Disables the IP address configuration for the physical layer interface.
Step 10
cem
group-number
Example:
Router(config-if)# cem 0
Enters the CEM configuration mode.
Command Purpose