Basic Configuration Using the Command-Line Interface
Configuring Local AAA Security
3
Cisco AS5350XM and Cisco AS5400XM Universal Gateways Software Configuration Guide
Note
The
enable password
command is obsolete. Do not use it.
Verify
To verify that you configured the right hostname and passwords, use these commands:
•
Enter the
show configuration
command:
AS5400(config)#
show configuration
Using 1888 out of 512000 bytes
!
version XX.X
.
.
!
hostname AS5400
!
enable secret 5 $1$60L4$X2JYOwoDc0.kqa1loO/w8/
.
Check the hostname and encrypted password displayed near the top of the command output.
•
Exit global configuration mode and attempt to log in using the new enable secret password. The
show privilege
command shows the current security privilege level.
AS5400#
exit
AS5400 con0 is now available
Press RETURN to get started.
AS5400>
enable
Password:
AS5400#
show privilege
Current privilege level is 15
AS5400#
Configuring Local AAA Security
Configure authentication, authorization, and accounting (AAA) to perform login authentication by using
the local username database. The
login
keyword authenticates EXEC shell users. Additionally, configure
PPP authentication to use the local database if the session was not already authenticated by the
login
keyword.
Step 8
AS5400(config)#
line con 0
Enters line configuration mode to configure the
console port. You are in configuration mode when
the prompt changes to
AS5350(config-line)#
or
AS5400(config-line)#.
Step 9
AS5400(config-line)#
exec-timeout 0 0
Prevents the gateway’s EXEC facility from timing
out if you do not type any information on the
console screen for an extended period.
Step 10
AS5400(config-line)#
exit
AS5400(config)#
Exits global configuration mode.
Command
Purpose