12-26-2006 07:22 PM - edited 03-05-2019 01:29 PM
Hi All expert,
I was trying to implement this feature in our environment, so that I configure my 2 routers with this feature. I'd configure a loopback interface for the tracking IP. But when the primary link (route) is fail, it can't output the traffic to second link, I can see the routing table is change to second route, but the traffic can't go through, can anyone point me the mistake I'd made?
Thank you.
Diagram:-
R1 --- R2 -- R4 (same router R4)
|
|
R3 --- R4 (same router R4)
12-27-2006 07:02 AM
hi,
ur n/w topology is like this i guess.
r1--r2
x |
| |
| |
r3-xr4
(x is ur back up link)
correct?
12-28-2006 02:51 AM
Yes, correct.
Can you please kindly point me my error on the configuration?
Because the first link down, second link can't ping to destination. But from the routing table I can see the second route was in place.
Please help.
12-30-2006 05:12 AM
Hi Shawvoel
try removing this command
access-list 101 permit icmp any host 172.16.1.1 echo
!
route-map MY_POLICY permit 10
match ip address 101
set interface Null0
set ip next-hop 192.168.1.2
and let me know
01-03-2007 09:20 AM
Check to see if R4 has routes back to the other subnets, I mean the backup link subnets.
Please if you can paste R2 and R3 config as well so I can understand what are you trying to do.
Thanks,
01-08-2007 09:03 PM
Please help to identify the issue.
Thank you.
01-07-2007 11:22 PM
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