2013年6月18日星期二

ip tracking... not tracking


Question:

I have this config,

when I remove the dsl cable from the Cisco 3560X Price router, tracking shows all 3 objects as down and then it goes to dialer1.
problem I have is when I plug the dsl cable back, all the objects stay to DOWN even after 5 minutes it just never goes back to UP state so it never goes back to my dialer0.
I was under the impression that when dsl comes up, tracking will go up and things will move over to the main dsl line.

I'm running this on a 891 router with ios Version 15.2(4)M3

          
track 1 list boolean or
object 12
object 13
object 14
delay up 60
!
track 12 ip sla 12 reachability
!
track 13 ip sla 13 reachability
!
track 14 ip sla 14 reachability


ip route 0.0.0.0 0.0.0.0 Dialer0 track 1
ip route 0.0.0.0 0.0.0.0 Dialer1 2

ip sla 12
icmp-echo <IP ON THE INTERNET> source-interface Dialer0
frequency 30
ip sla schedule 12 life forever start-time now
ip sla 13
icmp-echo <IP ON THE INTERNET> source-interface Dialer0
frequency 30
ip sla schedule 13 life forever start-time now
ip sla 14
icmp-echo <IP ON THE INTERNET> source-interface Dialer0
frequency 30
ip sla schedule 14 life forever start-time now


Answer:

Can you add 3 specfic static route for IP ON THE INTERNET.I hope then Track1 will come UP

For Ex: ip route 4.2.2.2 255.255.255.255 Dialer0  Cisco 3560X 

没有评论:

发表评论