Cisco ASR 9000 Series Configuration - Page 28

Parcourez en ligne ou téléchargez le pdf Configuration pour {nom_de_la_catégorie} Cisco ASR 9000 Series. Cisco ASR 9000 Series 46 pages. Line card
Également pour Cisco ASR 9000 Series : Configuration des paramètres du réseau (26 pages), Manuel de configuration (46 pages), Manuel de configuration (50 pages), Manuel (24 pages), Manuel (44 pages), Manuel de référence rapide (7 pages)

Cisco ASR 9000 Series Configuration
How to Configure Channelized SONET/SDH
Command or Action
Step 10
timeslots num1:num2:num3:num4
or
timeslots range1-range2
Example:
RP/0/RSP0/CPU0:router(config-t1-channel_g
roup)# timeslots 1:3:7:9
RP/0/RSP0/CPU0:router(config-t1-channel_g
roup)# timeslots 1-12
Step 11
show configuration
Example:
RP/0/RSP0/CPU0:router(config-t1-channel_g
roup)# show configuration
Step 12
root
Example:
RP/0/RSP0/CPU0:router(config-t3)# root
Step 13
interface serial interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)# interface
serial 0/1/1/0/0/0:0
Step 14
encapsulation {frame-relay | hdlc | ppp}
Example:
RP/0/RSP0/CPU0:router(config-if)#
encapsulation frame-relay
Step 15
ipv4 ip-address mask
Example:
RP/0/RSP0/CPU0:router(config-if)# ip
address 10.10.10.10 255.255.255.255
Step 16
no shutdown
Example:
RP/0/RSP0/CPU0:router(config-if)# no
shutdown
Cisco ASR 9000 Aggregation Services Router Interfaces and Hardware Component Configuration Guide
HC-344
Configuring Channelized SONET/SDH on the Cisco ASR 9000 Series Router
Purpose
Specifies 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.
Exits to global configuration mode.
Specifies the complete interface number with the
rack/slot/module/port/T3Num/T1num:instance notation.
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
Assigns an IP address and subnet mask to the interface.
Removes the shutdown configuration.
Removal of the shutdown configuration eliminates the
Note
forced administrative down on the interface, enabling it to
move to an up or down state (assuming that the parent
SONET layer is not configured administratively down).
OL-26061-03