banner-motd
To configure a banner and message of the day (MOTD), use the banner-motd command in global configuration mode. To remove the banner or MOTD, use the no form of the command.
banner-motd { banner string | motd string }
no banner-motd [ banner | motd ]
Syntax Description
banner string |
Specifies the banner text. |
motd string |
Specifies the MOTD text. |
Command Default
None
Command Modes
Global configuration (config)
Command History
Release | Modification |
---|---|
3.5.1 |
This command was introduced. |
Usage Guidelines
To verify the configuration, use the show running-config banner-motd command. To delete both the banner and the MOTD configuration, use the no banner-motd command without any keywords and arguments.
Examples
The following example shows how to configure both the banner and the MOTD:
nfvis(config)# banner-motd banner "This is a new banner" motd "This is a new motd"
nfvis(config)# commit
nfvis(config)# end