Cisco ASR 9000 Series 구성 - 페이지 32
{카테고리_이름} Cisco ASR 9000 Series에 대한 구성을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco ASR 9000 Series 46 페이지. Line card
Cisco ASR 9000 Series에 대해서도 마찬가지입니다: 네트워크 설정 구성 (26 페이지), 구성 매뉴얼 (46 페이지), 구성 매뉴얼 (50 페이지), 매뉴얼 (24 페이지), 매뉴얼 (44 페이지), 빠른 참조 매뉴얼 (7 페이지)
How to Configure Channelized SONET/SDH
Command or Action
Step 12
interface serial interface-path-id
Example:
RP/0/RSP0/CPU0:router(config)# interface
serial 0/1/1/0/0/0:0
Step 13
encapsulation frame-relay | hdlc | ppp
Example:
RP/0/RSP0/CPU0:router(config-if)#
encapsulation frame-relay | hdlc | ppp
Step 14
ipv4 ip-address mask
Example:
RP/0/RSP0/CPU0:router(config-if)# ip
address 10.10.10.10 255.255.255.255
Step 15
no shutdown
Example:
RP/0/RSP0/CPU0:router(config-if)# no
shutdown
Step 16
end
or
commit
Example:
RP/0/RSP0/CPU0:router(config-sonet)# end
or
RP/0/RSP0/CPU0:router(config-sonet)#
commit
Step 17
show controllers sonet interface-path-id
Example:
RP/0/RSP0/CPU0:router# show controllers
sonet 0/1/1/0
Cisco ASR 9000 Aggregation Services Router Interfaces and Hardware Component Configuration Guide
HC-348
Configuring Channelized SONET/SDH on the Cisco ASR 9000 Series Router
Purpose
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).
Saves configuration changes.
•
When you issue the end command, the system prompts you to
commit changes:
Uncommitted changes found, commit them before
exiting(yes/no/cancel)?
[cancel]:
Entering yes saves configuration changes to the running
–
configuration file, exits the configuration session, and
returns the router to EXEC mode.
Entering no exits the configuration session and returns the
–
router to EXEC mode without committing the
configuration changes.
Entering cancel leaves the router in the current
–
configuration session without exiting or committing the
configuration changes.
•
Use the commit command to save the configuration changes to
the running configuration file and remain within the
configuration session.
Verifies the SONET controller configuration.
OL-26061-03