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:
vrouter> cmd banner pre-login message "WARNING! ACCESS RESTRICTED"
OK.
vrouter>
To specify a custom post-login banner, type the following command:
vrouter> cmd banner post-login message "Welcome to the management network"
OK.
vrouter>
The effect of these commands is as follows:
vrouter> exit
WARNING! ACCESS RESTRICTED
vrouter login: admin
Password:
Last login: Tue Jul 9 12:57:10 UTC 2019 on ttyS0
Welcome to the management network
vrouter >
Restore factory banners¶
To restore the factory pre-login banner, type the following command:
vrouter> cmd banner pre-login reset
OK.
vrouter>
To restore the factory post-login banner, type the following command:
vrouter> cmd banner post-login reset
OK.
vrouter>
See also
The command reference for details.