Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.
Code Block
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

...