pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

OID Description

Open robobeaver6 opened this issue 6 years ago • 1 comments

Is it possible to resolve the OID Description from the MIB for specific ObjectTypes

robobeaver6 avatar Apr 15 '19 17:04 robobeaver6

As long as you locate the MibBuilder instance, you can easily access the description of the object types.

Sample code can be found here.

lextm avatar Feb 12 '23 23:02 lextm