Skip to content

NetSNMP

Maurice Garcia edited this page May 9, 2015 · 29 revisions

NetSNMP v5.7

OSCAR does NOT require NetSNMP, but if you desire to translate Dotted OIDs to Textual OIDs you will need to install NetSNMP

Download NetSNMP Binaries for your OS

DOCSIS & PacketCable MIBs

Unzip mibs.zip in the same install directory as oscar.jar

Review MIBS

####Dotted OID

Snmp11 1.3.6.1.2.1.69.1.2.1.2.1 IpAddress "0.0.0.0";

####Textual OID

Snmp11 docsDevNmAccessIp.1 IpAddress "0.0.0.0";

####Caveat

When using OSCAR for the first time with NetSNMP, there is a performance hit, a system call is required to the snmptranslate application for OID lookups. As each time you use OSCAR, a DB mapping of the Dotted-OID <=> Textual-OID is created, this will reduce the lookup time by by-passing snmptranslate.

This file is located in db/DottedTextualNetSNMPMap.json

Clone this wiki locally