Basic Line Card Configuration - Cisco ASR 9000 Series Installation Manual

Aggregation services router ethernet line card
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Verifying and Troubleshooting the Line Card Installation
When you first log in, you are automatically in EXEC mode. Next, enter the configure command to access
configuration mode. Then, enter the interface command to enter interface configuration mode and specify
the interface. You are now in the command mode where you can configure the new interface. Be prepared
with the information you will need, such as the interface IP address.

Basic Line Card Configuration

The following procedure is for creating a basic configuration—enabling an interface and specifying IP routing.
You might also need to enter other configuration subcommands, depending on the requirements for your
system configuration.
The following example shows one way to configure the basic parameters of a line card:
1.
2.
3.
4.
5.
6.
Enter EXEC mode:
Username: username
Password: password
RP/0/RSP0/CPU0:router#
Check the status of each port by entering the show interface command:
RP/0/RSP0/CPU0:router# show interface
Enter global configuration mode and specify that the console terminal will be the source of the
configuration commands:
RP/0/RSP0/CPU0:router# configure terminal
At the prompt, specify the new interface to configure by entering the interface command, followed by
the type (for example, gigabitethernet or tengige) and rack/slot /instance/port (line card rack, slot
number, subslot number, port number). Remember that Cisco ASR 9000 Series rack and subslot values
are always 0 (zero). For example, to configure port 4 on an 8-Port 10-Gigabit Ethernet line card in line
card slot 1:
RP/0/RSP0/CPU0:router# interface tengige 0/1/0/3
You are now in interface configuration mode.
Assign an IP address and subnet mask to the interface with the ipv4 address configuration subcommand,
as in the following example:
RP/0/RSP0/CPU0:router(config-if)# ipv4 address 10.1.2.3 255.255.255.0
Change the shutdown state to up and enable the interface:
RP/0/RSP0/CPU0:router(config-if)# no shutdown
The no shutdown command passes an enable command to the line card. It also causes the line card to
configure itself based on the most recent configuration commands received by the line card.
Cisco ASR 9000 Series Aggregation Services Router Ethernet Line Card Installation Guide
Basic Line Card Configuration
141

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents