banner motd

Configures the message of the day (MOTD) banner for displaying after authenticating the user.

Syntax

banner motd STRING
no banner motd

Parameters

motd STRING
Specifies the motd message string. Valid range is 1-1024.

Modes

Config mode

Examples

The following example configures the motd banner message.

device(config)# banner motd “This is sample motd message” 

device# show running-config banner 
banner login "This is sample motd message"