Hello,
Is it possible to have 2 default gateways on a switch?
We have 2 seperate ISP's and I would ideally like to set a rule where the gateway is always ISP #1 unless it is not available and then it would use ISP #2.
something like:
ip route 0.0.0.0 0.0.0.0 192.168.255.1 1(weight of 1)
ip route 0.0.0.0 0.0.0.0 192.168.255.2 2(weight of 2)
Is this possible? if not is there another direction to research?
Is it possible to have 2 default gateways on a switch?
We have 2 seperate ISP's and I would ideally like to set a rule where the gateway is always ISP #1 unless it is not available and then it would use ISP #2.
something like:
ip route 0.0.0.0 0.0.0.0 192.168.255.1 1(weight of 1)
ip route 0.0.0.0 0.0.0.0 192.168.255.2 2(weight of 2)
Is this possible? if not is there another direction to research?