inter vlan routing issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 03:37 PM
My issue is
- VLAN Configuration:
- You've created VLANs (which you refer to as "clans") 3, and 4.
- Ports 13, and 14 are assigned to VLANs 30, and 40 respectively.
- Assigned ip address for each vlan as following
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 |
|
|
|
|
- Other ports remain in VLAN 1 (the default VLAN).
- Connect router for internet into port 2
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:
- Devices in VLANs 3, and 4 cannot browse the internet.
- Attempting to "pin VLAN 2 to VLAN 3" did not resolve the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

