Login banner

When logging in to the system from the console or via ssh, a pre-login banner is displayed before the login prompt, and a post-login banner is displayed after successfully logging in.

These banners may be customized.

Set custom banners

To specify a custom pre-login banner, type the following command:

vsr> cmd banner pre-login message "WARNING! ACCESS RESTRICTED"
OK.
vsr>

To specify a custom post-login banner, type the following command:

vsr> cmd banner post-login message "Welcome to the management network"
OK.
vsr>

The effect of these commands is as follows:

vsr> exit

WARNING! ACCESS RESTRICTED
vsr login: admin
Password:
Last login: Tue Jul  9 12:57:10 UTC 2019 on ttyS0
Welcome to the management network
vsr>

Restore factory banners

To restore the factory pre-login banner, type the following command:

vsr> cmd banner pre-login reset
OK.
vsr>

To restore the factory post-login banner, type the following command:

vsr> cmd banner post-login reset
OK.
vsr>

See also

The command reference for details.