I've got two offices with 2600 routers and a T1 between them. Currently the remote office uses the T1 to send all traffic over to the main office, including using the main office's internet access. This works well enough, except when the T1 goes down, which is more often than we would like. So, there has been another (frac)T1 ordered from another carrier. The desire is to have the new T1 take over if the first fails. My question is: what's the best way?
should I simply go with static routes with different metrics, or is there a better way? For instance, is this sufficient and will it work the way that is desired?
ip route 192.168.1.0 255.255.255.0 serial0/0 10 {primary T1}
ip route 192.168.1.0 255.255.255.0 serial0/1 20 {second. T1}
Any thoughts? Thanks very much!
should I simply go with static routes with different metrics, or is there a better way? For instance, is this sufficient and will it work the way that is desired?
ip route 192.168.1.0 255.255.255.0 serial0/0 10 {primary T1}
ip route 192.168.1.0 255.255.255.0 serial0/1 20 {second. T1}
Any thoughts? Thanks very much!