Hello Everyone,
Sorry for the long post. I'm pretty much a newbie when it comes to Cisco routers, so any help that you can provide would be much appreciated.
I currently have a Cisco 1720 router that is configured with 2 active WAN interfaces (primary and secondary) and 1 LAN interface. The router was actually configured by someone else to use the secondary WAN interface as a failover in case the primary WAN interface went down. Sounds good in theory. However, the failover portion never worked.
My main question is, does the router have to be configured for dynamic routing (RIP, OSPF), or, can I successfully do this using static routes? Currently, from what I can tell, the router is set up for static routes.
Near the bottom of the config, I have a couple of lines of text reading what I believe to be static routes to use for internet access. I am using fictional IPs as an example. They read:
ip route 0.0.0.0 0.0.0.0 99.88.77.1
ip route 0.0.0.0 0.0.0.0 88.77.66.1 10
From what I can surmise on the config, the top ip route command line is using the primary WAN interface. The bottom ip route is using the secondary WAN interface. The only real difference that I can see between the 2 lines is the addition of the number 10 in the bottom line. This, I assume, is probably some type of routing priority?
The router works great when the primary WAN interface connection is up. Just so happens that when the primary WAN interface fails, the secondary WAN interface connection does not "kick" in.
Also, I noticed a discrepancy in the IP config of the secondary WAN interface. Seems the broadcast IP address is incorrect, so I am wondering if this could cause a failover problem? I will use fictional IPs as an example again.
interface Ethernet0
ip address 88.77.66.2 255.255.255.240
ip broadcast-address 88.77.66.31
If memory serves, I think the actual broadcast-address should be 88.77.66.15. I have not fixed this as of yet. Still, I am wondering if this would cause my failover not to work?
Anyways, to summarize:
How can I get the router to failover to the secondary WAN interface when the primary WAN interface fails on a Cisco 1720 router? Can the router be set up for static routing or do I have to configure the router for dynamic routing to make the failover work?
IP broadcast address is incorrect on the secondary WAN interface... can this affect the failover functionality?
Again, sorry for the long post and any help would be much appreciated!
Thanks,
goober
Sorry for the long post. I'm pretty much a newbie when it comes to Cisco routers, so any help that you can provide would be much appreciated.
I currently have a Cisco 1720 router that is configured with 2 active WAN interfaces (primary and secondary) and 1 LAN interface. The router was actually configured by someone else to use the secondary WAN interface as a failover in case the primary WAN interface went down. Sounds good in theory. However, the failover portion never worked.
My main question is, does the router have to be configured for dynamic routing (RIP, OSPF), or, can I successfully do this using static routes? Currently, from what I can tell, the router is set up for static routes.
Near the bottom of the config, I have a couple of lines of text reading what I believe to be static routes to use for internet access. I am using fictional IPs as an example. They read:
ip route 0.0.0.0 0.0.0.0 99.88.77.1
ip route 0.0.0.0 0.0.0.0 88.77.66.1 10
From what I can surmise on the config, the top ip route command line is using the primary WAN interface. The bottom ip route is using the secondary WAN interface. The only real difference that I can see between the 2 lines is the addition of the number 10 in the bottom line. This, I assume, is probably some type of routing priority?
The router works great when the primary WAN interface connection is up. Just so happens that when the primary WAN interface fails, the secondary WAN interface connection does not "kick" in.
Also, I noticed a discrepancy in the IP config of the secondary WAN interface. Seems the broadcast IP address is incorrect, so I am wondering if this could cause a failover problem? I will use fictional IPs as an example again.
interface Ethernet0
ip address 88.77.66.2 255.255.255.240
ip broadcast-address 88.77.66.31
If memory serves, I think the actual broadcast-address should be 88.77.66.15. I have not fixed this as of yet. Still, I am wondering if this would cause my failover not to work?
Anyways, to summarize:
How can I get the router to failover to the secondary WAN interface when the primary WAN interface fails on a Cisco 1720 router? Can the router be set up for static routing or do I have to configure the router for dynamic routing to make the failover work?
IP broadcast address is incorrect on the secondary WAN interface... can this affect the failover functionality?
Again, sorry for the long post and any help would be much appreciated!
Thanks,
goober