SNMP-MibProxy

The SNMP::MibProxy is placeholder for the mibProxy command. Please check the perldoc mibProxy documentation for more info.

INSTALLATION

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

Please be aware that the installation tries to write create the directories: /etc/mibProxy and /var/log/mibProxy.
To change those directories please run:

perl Build.PL --install_path etc=/etc/mibProxy --install_path log=/var/log/mibProxy

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc SNMP::MibProxy

You can also look for information at:

Search CPAN

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

CPAN Request Tracker:

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

AnnoCPAN, annotated CPAN documentation:

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

CPAN Ratings:

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

COPYRIGHT AND LICENCE

Copyright (C) 2007 Nito Martinez

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