Specifications
5-79
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 5 Configuring System Components
Banner Support
Examples
The following example configures the banner login to “Welcome to hostname:”
se-10-0-0-0# config t
se-10-0-0-0 (config)# banner login %
Enter TEXT message. End with the character '%'.
Welcome to $(hostname)%
se-10-0-0-0 (config)# exit
The following example configures the banner login to “Welcome to hostname.somewhere.com, enjoy:”
se-10-0-0-0# config t
se-10-0-0-0 (config)# ip domain-name somewhere.com
se-10-0-0-0 (config)# banner login @
Enter TEXT message. End with the character '@'.
Welcome to $(hostname).$(domain), enjoy!
@
se-10-0-0-0 (config)# exit
The following example configures the banner login to:
-----------------------------------
You have entered a restricted area.
Unauthorized access is prohibited.
-----------------------------------
se-10-0-0-0# config t
se-10-0-0-0 (config)# banner login 1
Enter TEXT message. End with the character '1'.
-----------------------------------
You have entered a restricted area.
Unauthorized access is prohibited.
-----------------------------------
1
se-10-0-0-0 (config)# exit
Step 2
banner login delimiter-char banner-content
delimiter-char
Example:
se-10-0-0-0(config)# banner login %
Enter TEXT message. End with the character '%'.
Welcome to $(hostname)%
Configures the login banner:
delimiter-character—Character that indicates the
beginning and end of of the banner text.
banner-content—Text content of the banner.
Step 3
end
Example:
se-10-0-0-0(config)# end
Returns to privileged EXEC mode.
Command or Action Purpose