Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi All,I was wondering if its safe running a script on a endless loop?Reason is, I want to monitor my network outages and other network problems in real time, and also get notified right away. But im not sure how the router will handle this loop scri...
Hi All,I find this very weird, while I am pinging some host, and the host's Success Rate is for example below 40% while the average response time remains at around 5ms.Why Weird? Shouldn't it raise the Average response time if there were timeouts ( S...
Hi All,Has anyone came across this weird bug that when you configure ip sla in proactive with xofy, it will generate two syslog messages?Here is how I am using it:ip sla reaction-configuration 3 react rtt threshold-value 100 70 threshold-type xofy 2 ...
Dear All,I have made one or two topics a few weeks ago on how to get this topology working, and finally I have completed it ( yet I think so.. ).There are 2 Networks on my spokes, DATA and INTERNET.DATA network is always most important, and INTERNET ...
Dear All,I'm currently designing a DMVPN topology which includes every branch having 2 different ISP's ( One is L3 and the other one is L2VPN ).Both Hub's got 2 ISP connections as well, both Hub's will be used although no load balanace will be done,...
Thanks Joseph , seems fair enough ..can you refer me to that webserver script you mentioned before? I would be glad to see an example on how you achieved it.
I have tried that, but sla didn't work well ( or at least I didnt get it right ), which is what made me write this script. The script is much more complicated, i've integrated it on a DMVPN setup which continuously monitors its redundant links and re...
I believe this is what you are looking for:set egr_drp_ctr $resultexpr {$egr_drp_ctr + 100} sumofif {$egr_drp_ctr >= $sumof} puts "Alarm"It may need correction on the syntax , but thats the logic.
Hi Michal,Yes, it is possible and I am currently using that hierarchy on my network.My DATA Vlan uses ISP1 , while INTERNET uses ISP2.I have 2 Hub's on my HQ, each HUB has 2 Tunnels with 2 ISP providers, and the branches have 4 Tunnels ( 1 Tunnel pri...