Monitoring critical packet loss in the channel
Posted: Fri Feb 19, 2016 6:10 am
Hi
There is not a trivial task. We have leased line via ISP between two offices (use Cisco 3925). Used to ip phone (bt phone). Criticality of packet loss during data transmission. To check the quality of the channel, i send ping (1000 pcs.) on cisco3925 from the sourse address of the tunnel to destination address of the tunnel. If the connections between btphones is down, then this is accompanied by the degradation of the channel and can be seen that the packets are lost, but the channel itself alive.
-
Prompt please, what means you can take on the nagios to monitor the result of the ping? To 100% if the packet comes, the all right, and if it is less, then the critical.
Thanks
There is not a trivial task. We have leased line via ISP between two offices (use Cisco 3925). Used to ip phone (bt phone). Criticality of packet loss during data transmission. To check the quality of the channel, i send ping (1000 pcs.) on cisco3925 from the sourse address of the tunnel to destination address of the tunnel. If the connections between btphones is down, then this is accompanied by the degradation of the channel and can be seen that the packets are lost, but the channel itself alive.
-
Code: Select all
ping 192.168.***.** re 1000 si 1500 so 192.168.***.**
Type escape sequence to abort.
Sending 1000, 1500-byte ICMP Echos to 192.168.221.9, timeout is 2 seconds:
!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!.!!!!.!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!
...
!!!!!!!!!!!!!!!!!!!!
Success rate is 98 percent (980/1000), round-trip min/avg/max = 38/60/158 ms
Thanks