Cisco router 1811w failover does not work? Please help? - TechRepublic
Question
January 31, 2012 at 02:10 PM
devitocoke

Cisco router 1811w failover does not work? Please help?

by devitocoke . Updated 14 years, 4 months ago

I have a cable internet connection going into FE0 and DSL into FE1 (backup).
When the cable connection goes down, the DSL does not takeover. From what I have been reading online, these are the lines of code that seems to be responsible for failover:

ip sla 1
icmp-echo 24.233.167.168 source-ip 69.65.81.139
timeout 1500
frequency 30
ip sla schedule 1 life forever start-time now
ip sla 2
icmp-echo 205.152.144.23 source-ip 74.164.15.103
frequency 10
ip sla schedule 2 life forever start-time now
ip sla 3
icmp-echo 24.233.167.168 source-ip 69.65.81.139
timeout 1500
frequency 5
ip sla schedule 3 life forever start-time now

track 111 rtr 3 reachability
!
track 122 rtr 2 reachability
delay down 30 up 5
!
track 123 rtr 1 reachability
delay down 30 up 5

I do not understand the code, so please help. Also how do I edit the code, for instance using the backspace to erase a line and retype new code. I was able to access the router using a console cable and Hyperterminal. The only code changes I was able to do was copy code and paste to host, but towards the end of the code I lose some letters. I would rather use something to just get in and backspace a line and write new code.

This discussion is locked

All Comments