User Interface Commands
57
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Contax
CLI\files\User_Interface.fm
D E L L CO N F I D E N T I A L – P R E L I MI N A RY 5/ 1 5 /1 2 - F O R PR O O F O N LY
Use the
no login-banner
line configuration command to disable the Login
banner on a particular line or lines.
Example
The following example sets a Login banner that uses tokens. The percent sign
(
%
) is used as a delimiting character. Note that the
$(token)
syntax is
replaced by the corresponding configuration variable.
Device(config)# banner login %
Enter TEXT message. End with the character '%'.
You have entered $(hostname).$(domain)
%
When the login banner is executed, the user will see the following banner:
You have entered host123.ourdomain.com
banner motd
Use the
banner motd
command in Global Configuration mode to specify and
enable a message-of-the-day banner. Use the
no
form of this command to
delete the existing MOTD banner.
Syntax
banner motd
d message-text d
no banner motd
Parameters
•
d
—Delimiting character of your choice—a pound sign (
#
), for example.
You cannot use the delimiting character in the banner message.
•
message-text
—The message must start on a new line. You can enter multi-
line messages. You can include tokens in the form of
$(token)
in the
message text. Tokens are replaced with the corresponding configuration
variable. Tokens are described in the User Guidelines. The message can
contain up to 2000 characters (after every 510 characters, you must press
<Enter> to continue).