Cisco Systems ASR 1001-X Network Router User Manual


 
5-8
Cisco ASR 1001-X Router Hardware Installation Guide
OL-32376-02
Chapter 5 Cisco ASR 1001-X Router Power Up and Initial Configuration
Performing the Initial Configuration on the Router
Several log messages are displayed.
Step 3 Press Return to bring up the Router> prompt.
Step 4 Type enable to enter privileged EXEC mode:
Router> enable
Router#
Configuring the Router Hostname
The hostname is used in CLI prompts and default configuration filenames. If you do not configure the
router hostname, the router uses the factory-assigned default hostname Router.
SUMMARY STEPS
1. enable
2. configure terminal
3. hostname name
4. end
DETAILED STEPS
Configuring the Enable and Enable Secret Passwords
To provide an additional layer of security, particularly for passwords that cross the network or are stored
on a TFTP server, you can use either the enable password command or enable secret command. Both
commands accomplish the same thing—they allow you to establish an encrypted password that users
must enter to access privileged EXEC (enable) mode.
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
hostname name
Example:
Router(config)# hostname myrouter
Specifies or modifies the hostname for the network server.
Step 4
end
Example:
myrouter# end
(Optional) Returns to privileged EXEC mode.