03-07-2019 02:09 PM
Hi All,
can i track ip 15 hop away from source?
please check attached file
******************from the router after the cloud **************
ip sla 10
icmp-echo 10.0.0.10 source-interface loopback1
request-data-size 1000
tag ** ping 10.0.0.10 **
threshold 1000
timeout 5000
frequency 4
ip route 10.0.0.10 255.255.255.255 loopback1
track 199 ip sla 10
ip route 10.0.0.0/8 6.6.6.6 track 199 ******* so i lose this one the next route kick in and direct to 7.7.7.7******
ip route 10.0.0.0/8 7.7.7.7
Solved! Go to Solution.
03-07-2019 02:29 PM
Hello,
--> icmp-echo 10.0.0.10 source-interface loopback1
It doesn't matter how many hops away the target is. Google's DNS server address 8.8.8.8 is often used, and that is an undetermined number of hops away.
03-07-2019 02:29 PM
Hello,
--> icmp-echo 10.0.0.10 source-interface loopback1
It doesn't matter how many hops away the target is. Google's DNS server address 8.8.8.8 is often used, and that is an undetermined number of hops away.
03-07-2019 02:33 PM
03-07-2019 03:14 PM - edited 03-07-2019 03:15 PM
addition in post of Pauwen,
you configuration is good, if you has use it for internal address track, if you need it to work through internet, suggest to you use a external address, like google's dns.
03-07-2019 04:28 PM
03-07-2019 05:48 PM - edited 03-07-2019 11:58 PM
Hello
@Jaderson Pessoa wrote:
you configuration is good, if you has use it for internal address track, if you need it to work through internet, suggest to you use a external address, like google's dns.
Jaderson Pessoa
Humm - I would say this isn’t a good tracking option as that is a Internet address and would most probably be reachable from various alternate paths even from the source address - you would really want to specify a destination address closer to primary isp network so its then only reachable from the specified source address via that path and not also via the alternate back up path
03-07-2019 05:36 PM - edited 03-07-2019 11:55 PM
Hello David
@davidKamal2000 wrote:
Putting the hop count query aside I would say no it isn’t -In your current configuration you have 3 static routes with two for the same subnet with no definnative admin distance between them and then ip sla tracking for one of them which by the way would have no affect apart from withdrawing that single route if the sla tracking worked - however the other route would have been in the rib from the start -so your static routing from what I can see isn’t applicable as you need to at least add an high adminstrative distance to the secondary static route.
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