A Visual Studio Code extension to automatically decode and display information about SNMP OIDs (Object Identifiers) inline.
🔍 Features
⬇️ Automatic decoding of OIDs like .1.3.6.1.2.1.1.1.0
🧠 Offline decoding using snmptranslate
💬 Hover descriptions show complete MIB details
📦 Lightweight and local – does not require online access
✅ Supports line-by-line decoding throughout files
📸 Example
OID: .1.3.6.1.2.1.1.1.0
SNMPv2-MIB::sysDescr.0 sysDescr OBJECT-TYPE
-- FROM SNMPv2-MIB, RFC1213-MIB
-- TEXTUAL CONVENTION DisplayString
SYNTAX OCTET STRING (0..255)
DISPLAY-HINT "255a"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A textual description of the entity..."
⚙️ Requirements
This extension uses the snmptranslate command internally. You must install Net-SNMP on your system.