21-9
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 21 Configuring Pseudowire
Configuring Pseudowire

Configuring Structure-Agnostic TDM over Packet

Complete the following steps to configure Structure-Agnostic TDM over Packet (SAToP) on the
Cisco ASR 901:
SUMMARY STEPS
1. enable
2. configure terminal
3. controller {t1 | e1} slot/port
4. cem-group group-number unframed
5. interface CEMslot/port
6. no ip address
7. cem group-number
8. xconnect ip-address encapsulation mpls
9. exit
Step 4 cem
group-number
Example:
Router(config-if)# cem 0
Defines a CEM channel.
Step 5 xconnect
peer-loopback-ip-address
encapsulation mpls
Example:
Router(config-if-cem)# xconnect
10.10.10.20
encapsulation mpls
Binds an attachment circuit to the CEM interface to create a pseudowire.
Step 6 backup peer
peer-router-ip-address
vcid
[pw-class
pw-class-name
]
Example:
Router(config-if-cem-xconn)# backup
peer 10.10.10.12 10 344
Defines the address and VC of the backup peer.
Step 7 backup delay
enable-delay
[
disable-delay
| never]
Example:
Router(config-if-cem-xconn)# backup
delay 30 never
Specifies the delay before the router switches pseudowire traffic to the
backup peer VC.
Where:
enable-delay—Time before the backup PW takes over for the primary
PW.
disable-delay—Time before the restored primary PW takes over for
the backup PW.
never—Disables switching from the backup PW to the primary PW.
Command Purpose