NAME

snmpwalk.pl - Command to get MIB values with SNMP GetNextRequest

SYNOPSIS

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

See command help, type;

$ snmpwalk.pl -h

DESCRIPTION

This program gets MIB values with snmpwalk() or snmpparawalk() 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.