set message type motd

In the R81.10.X releases, this command is available in these versions:

  • R81.10.10 Build 996002945 and higher

  • R81.10.15 and higher

Description

Configure a message of the day (MOTD), a message that users see after they log in.

See also:

Syntax

set message type motd

msgvalue "Text"

{ on | off }

To add a new MOTD message:

set message type motd msgvalue "Text for Line 1" on

To add a new line to an existing MOTD message:

set message type motd msgvalue "Text for Next Line" line on

Note - To add an empty line enter a space instead of text:

set message type motd msgvalue " " on

To disable an existing MOTD message:

set message type motd off

To enable an existing MOTD message again:

set message type motd on

Example Command

set message type motd msgvalue "Maintenance window at 16:00" on

Example login screen

Maintenance window at 16:00
HostName>