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:
10-23-2024 02:07 PM - edited 11-10-2024 03:12 AM
t seems you are redesigning your network when you do not need to…can you add more vlans in your existing router? If not