Re: ifstated intermittant flapping after 5.1 to 5.5 upgrade

2014-11-21 Thread Alan McKay
We believe we've found it - the internet-facing NIC had a minor configuration change as well, as part of the upgrade. It was no longer explicitly being set in full duplex mode, and as it turns out it was coming up in half-duplex. Now we play the waiting game to see whether we are right :-)

Re: ifstated intermittant flapping after 5.1 to 5.5 upgrade

2014-11-20 Thread Alan McKay
On Thu, Nov 20, 2014 at 3:57 PM, Alan McKay wrote: > peer1 = '( "ping -q -c 1 -w 1 10.1.1.1 > /dev/null 2>&1" every 10)' > peer2 = '( "ping -q -c 1 -w 1 10.20.1.1 > /dev/null 2>&1" every 10)' At present I am thinking that my problem would go away if I changed my pings to "-c 3 -w 3" instead of 1s