RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
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 +---------------+
