NAME

probes::IOSPing - Cisco IOS Probe for SmokePing


SYNOPSIS

 *** Probes ***
 + IOSPing
 binary = /usr/bin/remsh
 packetsize = 1024
 ++ PROBE_CONF
 ioshost = router


DESCRIPTION

Integrates Cisco IOS as a probe into smokeping.

The (optional) packetsize option lets you configure the packetsize for the pings sent.

The binary and ioshost options are mandatory. The ioshost option specifies the Cisco IOS router which should be used for the ping.

The FPing manpage has the following to say on this toppic:

Number of bytes of ping data to send. The minimum size (normally 12) allows room for the data that fping needs to do its work (sequence number, timestamp). The reported received data size includes the IP header (normally 20 bytes) and ICMP header (8 bytes), so the minimum total size is 40 bytes. Default is 56, as in ping. Maximum is the theoretical maximum IP datagram size (64K), though most systems limit this to a smaller, system-dependent number.


AUTHOR

Paul J Murphy <paul@murph.org>

based on probes::FPing by

Tobias Oetiker <tobi@oetiker.ch>