-
Notifications
You must be signed in to change notification settings - Fork 10
NetSNMP
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
Unzip mibs.zip in the same install directory as oscar.jar
####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, because of a system call to the snmptranslate application to do the OID lookup. As each time you use OSCAR, a DB mapping of the Dotted-OID <=> Textual-OID is created, and this will reduce the lookup time by by-passing snmptranslate.
This file is located in db/DottedTextualNetSNMPMap.json
OSCAR - OpenSource Cablemodem file AssembleR