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

NAME

pseudo-walk - Manually walk the OID tree provided by a Net-SNMP extension

SYNOPSIS

    pseudo-walk [--debug] [--loop] [--count N] [--format type]
                first-oid path/to/snmpext [snmpext args ..]

    pseudo-walk --help
    pseudo-walk --version

OPTIONS

Behaviour options

-l, --loop

Run in loop mode.

-c, --count number

Specify the number of times to loop over. Defaults to 5.

Output options

-d, --debug

Enable debug mode, printing the communication with the SNMP extension.

-F, --format type

Specify how to print the data from the SNMP extension. Available types are csv, json and human. Defaults to human.

Standard options

-h, --help

Print this help screen and exit.

-V, ---version

Print the program name and version and exit.

DESCRIPTION

This program is a tool to help developers of Net-SNMP pass_persist extensions by manually walking the OID tree it provides, as Net-SNMP would do if queried by snmpwalk.

AUTHOR

Sébastien Aperghis-Tramoni, <sebastien at aperghis.net>

COPYRIGHT & LICENSE

Copyright 2008-2010 Sébastien Aperghis-Tramoni, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.