Dell PowerEdge VRTX User Manual
Page 21
Using the CLI
21
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\Maintenance Projects\Dell
Plasma\GSG\Plasma_UGUsing_CLI.fm
D E LL CO N F I D E N T IA L – P R E L I M I N A RY 3 / 6 / 13 - F O R PR O O F O N LY
The following types of banners can be defined:
• Message-of-the-Day Banner (motd) — Displayed when the user connects
to the device, before login. The following defines a message-of-the-day for
the console:
• Login Banner
— Displayed after the Message-of-the-Day Banner, and
before the user has logged in. The following defines a login banner for the
console:
• Exec Banner
— Displayed after successful login (in all privileged levels
and in all authentication methods). The following defines an exec banner
console# configure
console(config)# line console
console(config-line)# motd-banner
console(config-line)# exit
console (config)# banner motd *
Welcome*
console# do show banner motd
Banner: MOTD
Welcome
console(config)#
console# configure
console(config)# line console
console(config-line)# login-banner
console(config-line)# exit
console (config)# banner login *
Please log in*
console# do show banner login
Banner: Login
Please log in
console(config)#