Switches, Hubs, and Modems
1753597 Members
6742 Online
108796 Solutions
New Discussion

5406 default route VLANs

 
Mark Brand
Advisor

5406 default route VLANs

We're going to be incorporating vlans on our 5406 switch. I've tested the routing between vlans and that tested fine. I'm wondering about the default route for the internet. The internal firewall nic is 10.10.3.2 . I'm going to place that in a /30 vlan with a 10.10.3.1 vlan ip address. I'm wondering what would I do for the default route. Would I do a 'ip route 0.0.0.0/0 10.10.3.2' or a 'ip route 0.0.0.0/0 10.10.3.1' to route through the vlan for getting out to the internet?

I realize I'll need to put each VLAN subnet into the firewall's route config, but am puzzled over the default rule on the 5406 switch. Thanks.
1 REPLY 1
Mohammed Faiz
Honored Contributor

Re: 5406 default route VLANs

Hi,

You'd want to do the former - 'ip route 0.0.0.0/0 10.10.3.2' otherwise you'd be pointing the default route back to the switch itself!