In a switched network, each client receives only one default gateway. There is no way to use a secondary gateway, even if a second path exists to carry packets off the local segment.
pinkiaiii wrote: » In a switched network, each client receives only one default gateway. There is no way to use a secondary gateway, even if a second path exists to carry packets off the local segment.
theodoxa wrote: » An FHRP uses a single Virtual IP Address for both physical gateways, so the client only receives a single default gateway. The FHRP takes care of determining which physical device the traffic should be sent through (HSRP, VRRP) or may even be able to load balance the traffic (GLBP). As for the clients themselves, as indicated above it is possible to manually configure multiple gateways on a PC. Adding static routes to a PC can be useful when traffic to a specific network needs to go out a different gateway, but you can't change anything on the default gateway. Also, with ASA Firewalls, issues can arise from Asymmetric routing, which can be solved using a static route on the PC. You can even push an extra static route using DHCP option 33 or 121. The former only works with classful routes, but is supported on more devices whereas the latter supports classless routes, but may not be supported on some devices. Windows also has a RIPv1 Listener that you can install under Windows Features, but I have never been able to get it to work (learn routes).