set system login multiline-banner message
The set system login multiline-banner message command configures the header information displayed on a terminal before login, this command can be used for printing multi-line informations.
Command Syntax
set system login multiline-banner <line-number> message <text>
Parameter
Parameter | Description |
multiline-banner <line-number> | Specifies the line number. The value is an integer that ranges from 1 to 20. |
message <text> | Specifies the banner content. The value is a string. Configure the banner information you want to print in double quotes. |
Example
- Configure a multi-line login banner.
admin@Xorplus# set system login multiline-banner 1 message "*********************NOTICE***********************" admin@Xorplus# set system login multiline-banner 2 message "This is a property of Pica8." admin@Xorplus# set system login multiline-banner 3 message "All users log-in are subject to company monitoring!" admin@Xorplus# set system login multiline-banner 4 message "**************************************************" admin@Xorplus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.