etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
572 stars 188 forks source link

OID Description #261

Open robobeaver6 opened 5 years ago

robobeaver6 commented 5 years ago

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

lextm commented 1 year ago

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

Sample code can be found here.