04-17-2011 01:17 PM - edited 03-04-2019 12:05 PM
Dear Cisco Professional
My Scenario :
I have 3 Cisco Routers as following :
G.SHDSL Router : Cisco 3845 with
ISDN and Branch Router : Cisco 2811
How My Network works :
Branch Router has two type of connection ( First one : G.SHDSL link work as Main link and the other one ISDN Link work as Backup link )
when main link goes down the ISDN link goes up ...
( Note : i applied IP SLA with tracking ) ...
My Problem :
i want to delete default route from ( G.SHDSL Router )
0.0.0.0 0.0.0.0 dialer 3
- Note : My network works properly with these configuration but when i delete the default route 0.0.0.0 0.0.0.0 dailer3 , my network goes down ( Failover technique not works )
in general :
My network should works with two these router :
ip route 192.168.6.0 255.255.255.0 172.113.2.1 10
ip route 192.168.6.0 255.255.255.0 Dialer3 track 1
Please advice me what should i Do.
Look at atched file ...
04-25-2011 07:37 PM
From what I see this is the track you have configured,
ip sla 1
icmp-echo 10.10.10.2 source-interface Dialer3
timeout 1000
You are tracking 10.10.10.2 and I guess you do not have a route to 10.10.10.2 but the default route. So, when you remove that defalut route the track goes down. You have configured failover only for these routes:
ip route 192.168.6.0 255.255.255.0 172.113.2.1 10
ip route 192.168.6.0 255.255.255.0 Dialer3 track 1
Not for the defalut route. Not sure what your requirement is but it is working as expected from the config you have.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide