NAME
SNMP::MIB::Compiler - a MIB Compiler supporting SMIv1 and SMIv2
DESCRIPTION
SNMP::MIB::Compiler is a MIB compiler that fully supports both SMI(v1) and SMIv2. This module can be use to compile MIBs (recursively or not) or load already compiled MIBs for later use.
More information about this module is included in this package.
INSTALLATION
To install, cd to the directory containing the unpacked distribution and do one of the following:
perl -MCPAN -e 'install Bundle::SNMP::MIB::Compiler'
b. Create a makefile by running Makefile.PL using the perl
program into whose library you want to install and then run
make three times:
perl Makefile.PL
make
make test
make install
c. To install into a private library, for example your home
perl Makefile.PL INSTALLSITELIB=$HOME/lib INSTALLMAN3DIR=$HOME/man
make
make test
make pure_install
NOTES
This package contains 2 sample programs :