in reply to Storing a tied hash of SNMP
a tied hash to access parsed MIB information. After the MIB has been loaded this hash allows access to to the parsed in MIB meta-data(the structure of the MIB (i.e., schema)). The hash returns blessed references to SNMP::MIB::NODE objects which represent a single MIB attribute. The nodes can be fetched with multiple 'key' formats - the leaf name (e.g.,sysDescr) or fully/partially qualified name (e.g., system.sysDescr) or fully qualified numeric OID. The returned node object supports the following fields...
Does that help you?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Storing a tied hash of SNMP
by linxdev (Sexton) on Feb 24, 2016 at 22:16 UTC | |
by perlfan (Parson) on Feb 25, 2016 at 02:39 UTC |