Version 7.2 259 Mediant MSBR
Reference Guide 28. welcome-msg
28 welcome-msg
This command configures a banner message, which is displayed when you connect to the
device's management interfaces (Web and CLI).
Syntax
(config-system)# welcome-msg <Index>
(welcome-msg-<Index>)# text <Message>
Command Description
The message can include up to 20 lines (0 to 19).
Configures the message (string) for the row.
Displays the banner message.
Command Mode
Privileged User
Note
The message string must not contain spaces between characters. Use hyphens to separate
words.
Example
This example configures a banner message:
(config-system)# welcome-msg 0
(welcome-msg-0)# text Hello-World-of-SBC
(welcome-msg-0)# activate
(welcome-msg-0)# exit
(config-system)# welcome-msg 1
(welcome-msg-1)# text Configure-Me
(welcome-msg-1)# activate
This example displays the message:
(config-system)# welcome-msg display
welcome-msg 0
text "Hello-World-of-SBC"
welcome-msg 1
text "Configure-Me"
The message is displayed when you connect to the device's management interface:
Hello-World-of-SBC
Configure-Me
Username: Admin