BLOG     |     FORUM
Unbrowse maintenance release 1278

A maintenance release of Unbrowse SNMP 1.6 #1278 is now available.

This release includes various bug fixes and a crucial new functionality to the scripting interface.

New scripting interface functionality

A new method called OIDToNamePrefix is now added to the MIBRepository object. This method returns the best match for a given OID against the Unbrowse SNMP repository.  

OIDToNamePrefix uses 

OIDToNamePrefix allows you to lookup arbitrary OIDs and translate them into a human readable format. 

RepDB.OIDToNamePrefix(" .1.3.6.1.2.1.2.2.1.9.99")

will return  "ifLastChange.99"

For more details about the scripting interface, checkout the documentation at Unbrowse Scripting Reference