Installation guide
24
Cisco AS5850 Universal Gateway Commissioning Guidelines
78-10537-04
How to Commission the Cisco AS5850 Universal Gateway
To configure a hostname, enable-secret passwords, and time stamps, perform the following steps.
Step 1 Enter the following commands in global configuration mode.
ip hostname Gateway
enable secret
yourpasswordhere
service password-encryption
service timestamps debug datetime msec
service timestamps log datetime msec
Note Do not use the obsolete enable password command.
Step 2 Log in with the enable secret password. Use the show privilege command to show the current security
privilege level.
Gateway# disable
Gateway> enable
Password:
Gateway# show privilege
Current privilege level is 15
Gateway#
Configure Local AAA Security
Configure 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 login.
AAA is the Cisco IOS software security model used on all Cisco devices. AAA provides the primary
framework through which you set up access control on the universal gateway.
In this basic discussion, the same authentication method is used on all interfaces. AAA is set up to use
the local database configured on the universal gateway. This local database is created with the username
configuration commands.
Note We recommend using a AAA RADIUS server. For more information on the AAA RADIUS server, see
Chapter 4 “Cisco AS5850 Administration,” under “RADIUS Management” of the Cisco AS5850
Operations, Administration, Maintenance, and Provisioning Guide at
http://www.cisco.com/univercd/cc/td/doc/product/access/acs_serv/as5850/sw_conf/5850oamp/
index.htm.
To configure local security, perform the following steps.
Step 1 Enter global configuration mode. You are in global configuration mode when your prompt changes to
Gateway(config)#.
Gateway# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Gateway(config)#