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.