Is there a simple way to map snmp(MIB) strings to OIDs in Perl?
Posted
by Sec
on Stack Overflow
See other posts from Stack Overflow
or by Sec
Published on 2010-03-12T14:01:50Z
Indexed on
2010/03/17
3:31 UTC
Read the original article
Hit count: 333
Is there a simple way/module to map snmp(MIB) strings to OIDs in Perl?
E.g. I start with "sysUpTime.0" and get "1.3.6.1.2.1.1.3.0". As far as I can see, Net::SNMP expects you to have them already mapped.
© Stack Overflow or respective owner