- Cisco ASR 901 Router Overview
- Licensing
- First-Time Configuration
- Managing and Monitoring Network Management Features
- Using the Command-Line Interface
- Software Upgrade
- Configuring Gigabit Ethernet Interfaces
- Configuring EtherChannels
- Configuring Ethernet OAM
- ITU-T Y.1731 Performance Monitoring
- Configuring Resilient Ethernet Protocol
- Configuring MST on EVC Bridge Domain
- Multiprotocol Label Switching
- Configuring EoMPLS
- Configuring MPLS VPNs
- Configuring MPLS OAM
- Configuring Routing Protocols
- Configuring Bidirectional Forwarding Detection
- Configuring T1/E1 Controllers
- Configuring Pseudowire
- Configuring Clocking
- G.8275.1 Telecom Profile
- Cisco IOS IP SLA
- Configuring QoS
- Configuring MLPPP
- Onboard Failure Logging
- Hot Standby Router Protocol and Virtual Router Redundancy Protocol
- Configuring Link Layer Discovery Protocol
- Configuring Multihop Bidirectional Forwarding Detection
- Bit Error Rate Testing
- Microwave ACM Signaling and EEM Integration
- IPv6 Support on the Cisco ASR 901 Router
- Labeled BGP Support
- BGP Support for Next-Hop Address Tracking
- MPLS Traffic Engineering - Fast Reroute Link Protection
- Layer 2 Control Protocol Peering, Forwarding, and Tunneling
- Configuring Inverse Muliplexing over ATM
- IPv6 over MPLS: 6PE and 6VPE
- Storm Control
- Remote Loop-Free Alternate - Fast Reroute
- Digital Optical Monitoring
- IPv4 Multicast
- IPv6 Multicast
- Configuring Switched Port Analyzer
- IP Security
- BCP Support on MLPPP
- ITU-T G.8032 Ethernet Ring Protection Switching
- Configuring NAT for IP Address Conservation
- Auto-IP
- IPv6 Routing: OSPFv3 Authentication Support with IPsec
- Policy-Based Routing
- Generic Routing Encapsulation
- Call Home
- PTP Debugging over GRE Tunnel
- Overview
- MAC Layer 2 Access Control Lists
- Index
First-Time Configuration
This chapter describes the actions to take before turning on your router for the first time.
Setup Mode
The setup mode guides you through creating a basic router configuration. If you prefer to configure the router manually or to configure a module or interface that is not included in setup mode, go to Using the Command-Line Interface to familiarize yourself with the CLI.
Before Starting Your Router
Complete the following steps before you power on your router and begin using the setup mode:
Step 1 | Set up the hardware and connect the console and network cables as described in the “Connecting Cables” section of the Cisco ASR 901 Series Aggregation Services Router Hardware Installation Guide. Cisco ASR 901S Series Aggregation Services Router Hardware Installation Guide. |
Step 2 | Configure your PC terminal emulation program for 9600 baud, 8 data bits, no parity, and 1 stop bit. |
Using Setup Mode
The setup command facility appears in your PC terminal emulation program window. To create a basic configuration for your router, perform the following:
![]() Note | If you made a mistake while using the setup command facility, exit the facility and run it again. Press Ctrl-C, and type setup at the enable mode prompt ( 1900# ). |
Configuring Global Parameters
Complete the following steps to configure global parameters.
Completing the Configuration
When you have provided all of the information prompted for by the setup command facility, the configuration appears. Messages similar to the following appear:
The following configuration command script was created: ! hostname 901-1 enable secret 5 $1$5fH0$Z6Pr5EgtR5iNJ2nBg3i6y1 enable password ciscoenable line vty 0 98 password ciscoenablesnmp-server community public ! no ip routing ! interface GigabitEthernet0/1 shutdown ! end
Complete the following steps to configure the router:
Step 1 | The setup
command facility displays the following prompt.
Example: [0] Go to the IOS command prompt without saving this config. [1] Return back to the setup without saving this config. [2] Save this configuration to nvram and exit. Enter your selection [2]: 2 Building configuration... [OK] Use the enabled mode 'configure' command to modify this configuration. Press RETURN to get started! If you answer:
The 901-1> prompt appears indicating that you are at the CLI and you completed a basic router configuration.
| ||
Step 2 | When the messages stop displaying in your window, press Return to view the command line prompt. |
Verifying the Cisco IOS Software Version
To verify the version of Cisco IOS software, use the show version command. The show version command displays the configuration of the system hardware, the software version, the names and sources of the configuration files, and the boot images.
Configuring the Hostname and Password
First configure the hostname and set an encrypted password. Configuring a hostname allows you to distinguish multiple Cisco routers from each other. Setting an encrypted password allows you to prevent unauthorized configuration changes.
![]() Note | In the following procedure, press the Return key after each step unless otherwise noted. At any time, you can exit the privileged level and return to the user level by entering disable at the Router# prompt. |
Complete the following steps to configure a hostname and to set an encrypted password:
Step 1 | Enter enable
mode.
Example: Router> enable The Password prompt appears. Enter your password. Example: Password: password When the prompt changes to Router , you have entered enable mode. |
Step 2 | Enter global
configuration mode.
Example: Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. When the prompt changes to Router(config) , you have entered global configuration mode. |
Step 3 | Change the name
of the router to a meaningful name. Substitute your hostname for Router .
Example: Router(config)# hostname Router |
Step 4 | Enter an enable
secret password. This password provides access to privileged EXEC mode. When
you type enable at the EXEC prompt ( Router> ), you must enter the enable
secret password to access configuration mode. Enter your secret password.
Example: Router(config)# enable secret secret password |
Step 5 | Exit back to
global configuration mode.
Example: Router(config)# exit |
Verifying the Hostname and Password
Complete the following steps to verify that you have correctly configured the hostname and password:
Step 1 | Enter the
show
config command:
Example: Router# show config Using 1888 out of 126968 bytes ! version XX.X . . . ! hostname Router ! enable secret 5 $1$60L4$X2JYOwoDc0.kqa1loO/w8/ . . . |
Step 2 | Check the hostname and encrypted password, which appear near the top of the command output. |
Step 3 | Exits the
global configuration mode and attempt to re-enter it using the new enable
password:
Example: Router# exit . .Router con0 is now available Press RETURN to get started. Router> enable Password: password Router# |