Cisco ASR 9000 Series Konfigurationshandbuch - Seite 18

Blättern Sie online oder laden Sie pdf Konfigurationshandbuch für Netzwerk-Hardware Cisco ASR 9000 Series herunter. Cisco ASR 9000 Series 50 Seiten. Line card
Auch für Cisco ASR 9000 Series: Konfigurieren der Netzwerkeinstellungen (26 seiten), Konfigurationshandbuch (46 seiten), Handbuch (24 seiten), Konfigurieren von (46 seiten), Handbuch (44 seiten), Kurzreferenz-Handbuch (7 seiten)

Cisco ASR 9000 Series Konfigurationshandbuch
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