08-20-2012 06:31 AM - edited 03-04-2019 05:18 PM
Hi
I have 2 Dialer interfaces, I want to route IP from LAN ip 10.5.200.1 to any via Dialer2 unless it goes down.
The Dialer’s are DSL connections and the next hop is the same for both connections.
Any ideas how I can do this?
Thanks
Solved! Go to Solution.
08-20-2012 01:23 PM
Hi,
in this case you should use the verify-availibilty along with tracking: http://www.cisco.com/en/US/docs/ios/12_3t/12_3t4/feature/guide/gtpbrtrk.html
Regards.
Alain
Don't forget to rate helpful posts.
08-20-2012 07:03 AM
ip access-list extended PBR
permit ip host 10.5.200.1 any
route-map PBR permit 10
match ip address PBR
set interface dialer2
on LAN interface:
ip policy route-map PBR
Regards.
Alain
Don't forget to rate helpful posts.
08-20-2012 07:22 AM
Hi
This works for routing traffic when Dialer2 is up, but when its down the traffic is not routed to Dialer1
Any ideas how to make it fail over?
Many thanks for your help.
08-20-2012 07:37 AM
Hi,
either the default route in the RIB points out dialer 1 and then when dialer 2 line protocol is down it will default
to normal routing
either set interface dialer2 dialer1
Regards.
Alain.
Don't forget to rate helpful posts.
08-20-2012 07:58 AM
Hi
This works if I do a “shut” on Dialer2, but if I unplug the phone line it doesn’t. If I do a “show ip int br” it shows Dailer2 as up.
Is there any way I can show this as down when its not connected or should I not be using a Dialer interface to do this?
Thanks
08-20-2012 01:23 PM
Hi,
in this case you should use the verify-availibilty along with tracking: http://www.cisco.com/en/US/docs/ios/12_3t/12_3t4/feature/guide/gtpbrtrk.html
Regards.
Alain
Don't forget to rate helpful posts.
08-21-2012 06:40 AM
Hi Cadet
thanks for the pointer on this, Tracking wont work with interface, but I asked the IPS to add another loopback interface which I could use as a next hop address in our VRF. I then used an ACL on the Dialer1 interface to deny access to it through there so all trafic would be forced through Dialer2 as this is the only route the next hop is avalable and when Dialer 2 goes down the next hop is removed and the trafic goes through Dialer1. This only works with upload though. I needed down routes adding via RADIUS Cisco-AVPair to get the download to work as well.
All one now though,
Thanks again!
05-09-2013 05:27 AM
Hi Simon!
I have the same problem (Tracking wont work with interface), and after the DSL line is breaks down and then UP again,
the next hop address is changing and the router doesn't know the new next hop.
Please explain me with detailes what your ISP did to solve this issue!
Thanx!
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