Cisco ASR 9000 Series 구성 매뉴얼 - 페이지 18

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

Cisco ASR 9000 Series 구성 매뉴얼
How to Configure Serial Interfaces
7.
8.
9.
10.
11.
DETAILED STEPS
Command or Action
Step 1
show interfaces
Example:
RP/0/0RP0RSP0/CPU0:router# show interfaces
Step 2
configure
Example:
RP/0/0RP0RSP0/CPU0:router# configure
Step 3
interface serial interface-path-id
Example:
RP/0/0RP0RSP0/CPU0:router(config)# interface
serial 0/1/0/0
Step 4
ipv4 address ip-address
Example:
RP/0/0RP0RSP0/CPU0:router(config-if)# ipv4
address 10.1.2.1 255.255.255.224
Step 5
no shutdown
Example:
RP/0/0RP0RSP0/CPU0:router (config-if)# no
shutdown
Cisco ASR 9000 Aggregation Services Router Interfaces and Hardware Component Configuration Guide
516
exit
exit
Repeat Step 1 through Step 8 to bring up the interface at the other end of the connection.
show ipv4 interface brief
show interfaces serial interface-path-id
Configuring Serial Interfaces on the Cisco ASR 9000 Series Router
Purpose
(Optional) Displays configured interfaces.
Use this command to also confirm that the router
recognizes the PLIM card.
Enters global configuration mode.
Specifies the serial interface name and notation
rack/slot/module/port, and enters interface configuration
mode.
Assigns an IP address and subnet mask to the interface.
Skip this step if you are configuring Frame Relay
Note
encapsulation on this interface. For Frame Relay,
the IP address and subnet mask are configured
under the subinterface.
Removes the shutdown configuration.
Removal of the shutdown configuration eliminates
Note
the forced administrative down on the interface,
enabling it to move to an up or down state (assuming
the parent SONET layer is not configured
administratively down).
OL-26061-03