09-12-2022 03:53 AM - edited 09-12-2022 04:06 AM
While configuring a multi-line banner motd on a vSZ/SZ managed Switch using the CLI template option on vSZ/SZ, all the lines should end with delimiting character ^C if the Switch version is 08.0.95, whereas on 09.0.10 all the lines except the last line should end with ^C.
Below is the working example for both the Switch versions.
For 08.0.95:
banner motd ^C
+----------------+ WARNING RUCKUS SWITCH +---------------+^C
. .^C
. Access to this system is limited to authorized .^C
. users and for official purposes only .^C
. .^C
. Your activities will be logged and abuse .^C
. will be reported! .^C
. .^C
+----------------+ WARNING RUCKUS SWITCH +---------------+^C
For 09.0.10:
banner motd ^C
+----------------+ WARNING RUCKUS SWITCH +---------------+^C
. .^C
. Access to this system is limited to authorized .^C
. users and for official purposes only .^C
. .^C
. Your activities will be logged and abuse .^C
. will be reported! .^C
. .^C
+----------------+ WARNING RUCKUS SWITCH +---------------+