C613-50170-01 Rev B
Command Reference for x510 Series
229
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
S
YSTEM
C
ONFIGURATION
AND
M
ONITORING
C
OMMANDS
BANNER
EXEC
banner exec
Overview
This command configures the User Exec mode banner that is displayed on the
console after you login. The
banner exec default
command restores the User Exec
banner to the default banner. Use the
no banner exec
command to disable the
User Exec banner and remove the default User Exec banner.
Syntax
banner exec <
banner-text>
banner exec default
no banner exec
Default
By default, the AlliedWare Plus™ version and build date is displayed at console
login, such as:
Mode
Global Configuration
Examples
To configure a User Exec mode banner after login (in this example, to tell people to
use the
enable
command to move to Privileged Exec mode), enter the following
commands:
To restore the default User Exec mode banner after login, enter the following
commands:
AlliedWare Plus (TM) 5.4.7 01/03/17 12:00:00
awplus#configure terminal
awplus(config)#banner exec Use enable to move to Priv Exec mode
awplus(config)#exit
awplus#exit
awplus login: manager
Password:
Use enable to move to Priv Exec mode
awplus>
awplus#configure terminal
awplus(config)#banner exec default
awplus(config)#exit
awplus#exit
awplus login: manager
Password:
AlliedWare Plus (TM) 5.4.7 01/03/17 12:00:00
awplus>