The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CISCO-PING - Cisco Proxy Ping

SYNOPSIS

cisco-ping [options] host [...]

DESCRIPTION

Execute proxy ping from host to provided destination.

ARGUMENTS

host             The Cisco device to ping from.

OPTIONS

-c <snmp_rw>     SNMP read/write community.
--community      DEFAULT:  (or not specified) 'private'.

-C #             The number of pings to send.
--Count          DEFAULT:  (or not specified) 4.

-d <IP>          The destination to ping to.
--destination    DEFAULT:  (or not specified) localhost.

-s #             The size of the ping packets.
--size           DEFAULT:  (or not specified) 64.

-v <name>        The VRF instance name to source pings from.
--vrf            DEFAULT:  (or not specified) [none].

-w #             The ping timeout in seconds.
--wait           DEFAULT:  (or not specified) 1.

LICENSE

This software is released under the same terms as Perl itself. If you don't know what that means visit http://perl.com/.

AUTHOR

Copyright (C) Michael Vincent 2010

http://www.VinsWorld.com

All rights reserved