2 ISP's 2 gateways
Static Route Tracking example
R1(config)# ip route 0.0.0.0 0.0.0.0 2.2.2.2
R1(config)# ip route 0.0.0.0 0.0.0.0 3.3.3.3 10
if the 2.2.2.2 network goes down it will use 3.3.3.3
however when as ISP goes down the gateway usually stays up so can i can track the link of the ISP side so if it goes down it will fail over?
Would it be better using a dynamic routing protocol?
Thanks
Static Route Tracking example
R1(config)# ip route 0.0.0.0 0.0.0.0 2.2.2.2
R1(config)# ip route 0.0.0.0 0.0.0.0 3.3.3.3 10
if the 2.2.2.2 network goes down it will use 3.3.3.3
however when as ISP goes down the gateway usually stays up so can i can track the link of the ISP side so if it goes down it will fail over?
Would it be better using a dynamic routing protocol?
Thanks