5-6
Cisco ME-3600X-24CX Series Switch Chassis Configuration Guide
OL-27620-01
Chapter 5 Configuring Pseudowire
Configuring Circuit Emulation Service over Packet-Switched Network (CESoPSN)
Configuring Circuit Emulation Service over Packet-Switched
Network (CESoPSN)
Follow these steps to configure CESoPSN on the Cisco ME 3600X 24CX Series Switch.
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
card type [T1|E1]
Selects the card type as T1 or E1.
Step 4
Router(config)# controller [e1|t1]
0/0
Router(config-controller)#
Enters configuration mode for the E1 or T1 controller.
Step 5
Router(config-controller)#
cem-group 5 timeslots 1-24
Assigns channels on the T1 or E1 circuit to the circuit emulation (CEM)
channel. This example uses the timeslots parameter to assign specific
timeslots to the CEM channel.
Step 6
Router(config-controller)# exit
Router(config)#
Exits controller configuration.
Step 7
Router(config)# interface CEM0/5
Router(config-if-cem)# cem 5
Defines a CEM channel.
Step 8
Router(config-if-cem)# xconnect
30.30.30.2 305 encapsulation mpls
Binds an attachment circuit to the CEM interface to create a pseudowire.
This example creates a pseudowire by binding the CEM circuit 5 to the
remote peer 30.30.30.2.
Note
When creating IP routes for a pseudowire configuration, we
recommend that you build a route from the xconnect address
(LDP router-id or loopback address) to the next hop IP address,
such as
ip route 30.30.30.2 255.255.255.255 1.2.3.4.
Step 9
Router(config-if-cem)# exit
Router(config)#
Exits the CEM interface.
Step 10
exit
Example:
Router(config)# exit
Exits configuration mode.