
SNMP::Effective::Dispatch - Helper module for SNMP::Effective

This document refers to version 1.05 of SNMP::Effective::Dispatch.

This is a helper module for SNMP::Effective

dispatchThis method does the actual fetching, and is called by SNMP::Effective::execute

Debugging is enabled through Log::Log4perl. If nothing else is spesified, it will default to "error" level, and print to STDERR. The component-name you want to change is "SNMP::Effective", inless this module ins inherited.

This hash contains a mapping between $effective->add($key => []), SNMP::Effective::Dispatch::_$key() and SNMP.pm's $value method. This means that you can actually add your custom method if you like.
The SNMP::Effective::Dispatch::_walk() method, is a working example on this, since it's actually a series of getnext, seen from SNMP.pm's perspective.


Jan Henning Thorsen,
<pm at flodhest.net>

Various contributions by Oliver Gorwits.

Copyright 2007 Jan Henning Thorsen, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.