Basic Configuration Using the Command-Line Interface
Creating a Login Banner
5
Cisco AS5350XM and Cisco AS5400XM Universal Gateways Software Configuration Guide
Note For comprehensive information about how to implement a Cisco AAA-based security environment for
dial-based and router environments, see the Cisco AAA Implementation Case Study document, available
online at
http://www.cisco.com/univercd/cc/td/doc/cisintwk/intsolns/aaaisg/index.htm
Creating a Login Banner
A banner shows you which unit you are connected to (or are connecting through, in the case of a console
server).
Step 1 Create the banner:
AS5400(config)# banner login |
Enter TEXT message. End with the character '|'.
This is a secured device.
Unauthorized use is prohibited by law.
|
AS5400(config)# ^Z
AS5400#
Step 2 Test the banner:
AS5400# login
This is a secured device.
Unauthorized use is prohibited by law.
User Access Verification
Username: admin
Password:
AS5400#
Configuring Loopback Interfaces, Gigabit Ethernet Interfaces,
and IP Route
To commission a basic dial access service, perform the following tasks:
• Create two loopback interfaces.
• Bring up the Gigabit Ethernet interface.
• Add an IP route to the default gateway.
Step 1 Assign the IP addresses as in the following example, and create an IP route to the default gateway:
AS5400(config)# interface loopback 0
AS5400(config-if)# ip address 172.22.99.1 255.255.255.255
AS5400(config-if)# exit
AS5400(config)# interface loopback 1