Configuring Channelized SONET/SDH on the Cisco ASR 9000 Series Router
How to Configure Channelized SONET/SDH
HC-337
Cisco ASR 9000 Aggregation Services Router Interfaces and Hardware Component Configuration Guide
OL-26061-03
Step 5
sts number
Example:
RP/0/RSP0/CPU0:router(config-sonet)# sts
1
Configures the STS stream specified by number. The ranges are:
• 1 to 48—1-Port Channelized OC-48/DS3 SPA
• 1 to 3—1-Port Channelized OC-3/STM-1 SPA
• 1 to 12—2-Port Channelized OC-12/DS0 SPA
Step 6
mode t3
Example:
RP/0/RSP0/CPU0:router(config-stsPath)#
mode t3
Sets the mode of the interface at the STS level for T3.
Step 7
root
Example:
RP/0/RSP0/CPU0:router(config-stsPath)#
root
Exits to global configuration mode.
Step 8
controller t3 interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)# controller
t3 0/1/1/0/0
Enters T3 controller configuration submode and specifies the T3
controller name and interface-path-id identifier with the
rack/slot/module/port/T3Num notation.
Step 9
mode serial
Example:
RP/0/RSP0/CPU0:router(config-t3)# mode
serial
Sets the mode of the interface to serial to establish a clear channel.
Step 10
root
Example:
RP/0/RSP0/CPU0:router(config-t3)# root
Exits to global configuration mode.
Step 11
interface serial interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)# interface
serial 0/1/1/0/0/0:0
Specifies the complete interface number with the
rack/slot/module/port/T3Num/T1num:instance notation.
Step 12
encapsulation {frame-relay | hdlc | ppp}
Example:
RP/0/RSP0/CPU0:router(config-if)#
encapsulation ppp
Specifies the encapsulation type with the one of the following
keywords:
• frame-relay—Frame Relay network protocol
• hdlc—High-level Data Link Control (HDLC) synchronous
protocol
• ppp—Point-to-Point Protocol
Step 13
ipv4 ip-address mask
Example:
RP/0/RSP0/CPU0:router(config-if)# ip
address 10.10.10.10 255.255.255.255
Assigns an IP address and subnet mask to the interface.
Command or Action Purpose