5-5
Cisco ME-3600X-24CX Series Switch Chassis Configuration Guide
OL-27620-01
Chapter 5 Configuring Pseudowire
Configuring Structure-Agnostic TDM over Packet (SAToP)
Configuring Structure-Agnostic TDM over Packet (SAToP)
Follow these steps to configure SAToP on the Cisco ME 3600X 24CX Series Switch:
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
.
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
controller [T1|E1] 0/1
Example:
Router(config-controller)#
controller t1
Configures the T1 or E1 interface.
Step 5
cem-group group-number {unframed |
timeslots timeslot }
Example:
Router(config-if)# cem-group 4
unframed
Assigns channels on the T1 or E1 circuit to the CEM channel. This
example uses the unframed parameter to assign all the T1 timeslots to the
CEM channel.
Step 6
Router(config)# interface CEM0/4
Router(config-if)# no ip address
Router(config-if)# cem 4
Defines a CEM group.
Step 7
Router(config-if)# xconnect
30.30.30.2 304 encapsulation mpls
Binds an attachment circuit to the CEM interface to create a pseudowire.
This example creates a pseudowire by binding the CEM circuit 304 to the
remote peer 30.30.2.304.
Step 8
exit
Example:
Router(config)# exit
Router#
Exits configuration mode.