Operation Manual
System Services Commands
System Services Commands
4 – 25
3. Enable the auto-config option:
MX# set auto-config enable
success: change accepted.
4. Save the configuration changes:
MX# save config
success: configuration saved.
See Also
● crypto generate key on page 16-412
● crypto generate self-signed on page 16-414
● save config on page 21-495
● set interface dhcp-client on page 8-103
● set vlan port on page 6-74
set banner acknowledge
Configures a prompt that is displayed following the MOTD banner. The user must acknowledge
the prompt in order to gain access to the system.
Syntax
set banner acknowledge mode {enable | disable}
Syntax
set banner acknowledge message “message”
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 6.0.
Usage
Enable the MOTD prompt, then optionally specify a prompt message. When a user logs
into the MX using the CLI, the configured MOTD banner is displayed, followed by the MOTD
prompt message (if one is specified). In response, the user has the option of entering y to proceed or
any other key to terminate the connection.
Examples
To enable the prompt for the MOTD banner, type the following command:
MX# set banner acknowledge enable
success: change accepted.
To set Do you agree? as the text to be displayed following the MOTD banner, type the following
command:
MX# set banner acknowledge message ‘Do you agree?’
success: change accepted.
After these commands are entered, when the user logs on, the MOTD banner is displayed, followed
by the text Do you agree? If the user enters y, then the login proceeds. If not, then the user is
disconnected.
enable Enables the prompt to acknowledge the MOTD banner.
disable Disables the prompt to acknowledge the MOTD banner.
“ Delimiting character that begins and ends the prompt message; for example,
double quotes (“).
message Up to 32 alphanumeric characters, but not the delimiting character.