|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Loading/parsing MIB file for use with Net::SNMPby joe_tseng (Novice) |
| on Sep 26, 2012 at 19:58 UTC ( #995863=perlquestion: print w/ replies, xml ) | Need Help?? |
|
joe_tseng has asked for the
wisdom of the Perl Monks concerning the following question:
Is there some way to load a vendor's MIB file to some method/function/whatever so I could parse it for use with Net::SNMP? I was looking at the documentation and source code for Net::SNMP::Util::OID and I'm not entirely sure if that's the right tool to use. It has a bunch of pre-defined univeral MIB entries and values, and there's an import method, but I don't think it reads in values from an external text file. I'm looking to do this with Net::SNMP because I like how it's a pure Perl implementation and can be made portable. Although Net-SNMP has external dependencies, I may revert to that because I know it at least supports what I'm looking to do. I appreciate any and all useful clues. - Joe
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||