Cisco ASR 9000 Series Manuale di configurazione - Pagina 18

Sfoglia online o scarica il pdf Manuale di configurazione per Hardware di rete Cisco ASR 9000 Series. Cisco ASR 9000 Series 50. Line card
Anche per Cisco ASR 9000 Series: Configurazione delle impostazioni di rete (26 pagine), Manuale di configurazione (46 pagine), Manuale (24 pagine), Configurazione (46 pagine), Manuale (44 pagine), Manuale di riferimento rapido (7 pagine)

Cisco ASR 9000 Series Manuale di configurazione
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