Since you can’t use a default route you will can try to use static routes between the VLANs so that they forward traffic. Default routes are a static route that is broadly defined as all unknown traffic. You should be able to create a static route from VLAN 200 and 300 to VLAN 100 so that they send traffic there and make sure that there is a route from 100 to 200 and 300.
You can use the show routes command to see what the current routes are. You may also be able to create a static route from VLAN 200 and 300 directly to the internet uplink ip address so that they route traffic there through VLAN 100.
DELL-Josh Cr
Moderator
•
9.5K Posts
0
May 18th, 2015 16:00
Hi,
Since you can’t use a default route you will can try to use static routes between the VLANs so that they forward traffic. Default routes are a static route that is broadly defined as all unknown traffic. You should be able to create a static route from VLAN 200 and 300 to VLAN 100 so that they send traffic there and make sure that there is a route from 100 to 200 and 300.
Page 459 http://downloads.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_networking/esuprt_net_fxd_prt_swtchs/force10-s4810_Owner%27s%20Manual9_en-us.pdf
Page 892 http://downloads.dell.com/Manuals/all-products/esuprt_ser_stor_net/esuprt_networking/esuprt_net_fxd_prt_swtchs/force10-s4810_Owner%27s%20Manual8_en-us.pdf
You can use the show routes command to see what the current routes are. You may also be able to create a static route from VLAN 200 and 300 directly to the internet uplink ip address so that they route traffic there through VLAN 100.