Cisco ASR 9000 Series 구성 - 페이지 14

{카테고리_이름} Cisco ASR 9000 Series에 대한 구성을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco ASR 9000 Series 46 페이지. Line card
Cisco ASR 9000 Series에 대해서도 마찬가지입니다: 네트워크 설정 구성 (26 페이지), 구성 매뉴얼 (46 페이지), 구성 매뉴얼 (50 페이지), 매뉴얼 (24 페이지), 매뉴얼 (44 페이지), 빠른 참조 매뉴얼 (7 페이지)

Cisco ASR 9000 Series 구성
How to Configure Channelized SONET/SDH
Command or Action
Step 9
controller controllerName instance
Example:
RP/0/RSP0/CPU0:router(config)# controller
t3 0/1/1/0/0
Step 10
mode mode
Example:
RP/0/RSP0/CPU0:router(config-t3)# mode t1
Step 11
root
Example:
RP/0/RSP0/CPU0:router(config-t3)# root
Step 12
controller t1 interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)# controller
t1 0/1/1/0/0/0
Step 13
channel-group number
Example:
RP/0/RSP0/CPU0:router(config-t1)#
channel-group 1
Step 14
timeslots num1:num2:num3:num4
or
timeslots range1-range2
Example:
RP/0/0/CPU0:router(config-t1-channel_grou
p)# timeslots 1:3:7:9
RP/0/0/CPU0:router(config-t1-channel_grou
p)# timeslots 1-24
Step 15
show configuration
Example:
RP/0/RSP0/CPU0:router(config-t1-channel_g
roup)# show configuration
Cisco ASR 9000 Aggregation Services Router Interfaces and Hardware Component Configuration Guide
HC-330
Configuring Channelized SONET/SDH on the Cisco ASR 9000 Series Router
Purpose
Enters controller configuration submode and specifies the
controller name and instance identifier with the
rack/slot/module/port/controllerName notation. The controller
names are:
t3—SONET path carrying T3
vt15-t1—SONET path carrying virtual tributary 1.5 T1s
(VT15 T1) (1-Port Channelized OC-3/STM-1 SPA and 2-Port
Channelized OC-12c/DS0 SPA only)
Sets the mode of interface at this level. The possible modes are:
t1—Channelized into 28 T1s (1-Port Channelized
OC-3/STM-1 SPA and 2-Port Channelized OC-12c/DS0 SPA
only)
e1—Channelized into 21 E1s (1-Port Channelized
OC-3/STM-1 SPA and 2-Port Channelized OC-12c/DS0 SPA
only)
serial—Clear channel carrying an HDLC-like payload
Exits to global configuration mode.
Enters T1 controller configuration submode and specifies the T1
controller name and interface-path-id with the
rack/slot/module/port/T3Num/T1num notation.
(1-Port Channelized OC-3/STM-1 SPA and 2-Port Channelized
OC-12c/DS0 SPA only)
Sets the channel group number to which time slots are assigned.
The range is from 1 to 24.
Specifies the time slots for the interface by number with the
num1:num2:num3:num4 notation, or by range with the
range1-range2 notation.
Displays the contents of uncommitted configuration.
OL-26061-03