The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

snmpbulk.pl - Command to get MIB values with SNMP GetBulkRequest

SYNOPSIS

    $ snmpbulk.pl [OPTIONS] HOST[,HOST[,...]] OID [OID [...]]

See command help, type;

    $ snmpbulk.pl -h

DESCRIPTION

This program get MIB values with snmpbulk() or snmpparabulk() of Net::SNMP::Util.

REQUIREMENTS

Net::SNMP, Net::SNMP::Util

AUTHOR

t.onodera, <cpan :: garakuta.net>

SEE ALSO

Net::SNMP - Core module of Net::SNMP::Util which brings us good SNMP implementations. Net::SNMP::Util::OID - Sub module of Net::SNMP::Util which provides easy and simple functions to treat OID. Net::SNMP::Util::TC - Sub module of Net::SNMP::Util which provides easy and simple functions to treat textual conversion.

LICENSE AND COPYRIGHT

Copyright(C) 2011- Takahiro Ondoera.

This program is free software; you may redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.