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.
07-25-2024 03:37 PM
My issue is
VLAN | VLAN Name | Switch port | IP |
VLAN 30 | home | 12 | 192.168.20.1/24 |
VLAN 40 | Office | 10, 11,22,23, | 192.168.30.1/24 |
|
|
|
|
Command as following
>enable
#con t
# boot system flash secondary<<< because flash only support for layer 3
<<< after restarted>>
#boot system flash secondary
# write mem
#Exit
#config terminal
#vlan 20 name BMS
#router-interface ve 30
#untagged ethernet 1/1/12
#exit
#interface ve 30
#ip address 192.168.30.1/24
#exit
same code followed for Vlan 40
Why I aim facing following issues:
