SNMP::MibProxy - Simple pass_persist script for Net-SNMP


SNMP-MibProxy documentation Contained in the SNMP-MibProxy distribution.

Index


Code Index:

NAME

Top

SNMP::MibProxy - Simple pass_persist script for Net-SNMP

VERSION

Top

Version $Revision: 771 $

SYNOPSIS

Top

The main script is called mibProxy. Please check the documentation of mibProxy for further details.

AUTHOR

Top

Nito Martinez, <nito at qindel.es>

BUGS

Top

Please report any bugs or feature requests to bug-netsnmp-mibproxy at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SNMP-MibProxy. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc SNMP::MibProxy

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/SNMP-MibProxy

* CPAN Ratings

http://cpanratings.perl.org/d/SNMP-MibProxy

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=SNMP-MibProxy

* Search CPAN

http://search.cpan.org/dist/SNMP-MibProxy

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


SNMP-MibProxy documentation Contained in the SNMP-MibProxy distribution.
package SNMP::MibProxy;

use warnings;
use strict;


# Version update....
$SNMP::MibProxy::VERSION = sprintf "1.%04d", q$Revision: 771 $ =~ /(\d+)/g;

1; # End of SNMP::MibProxy