-
Notifications
You must be signed in to change notification settings - Fork 10
NetSNMP
Maurice Garcia edited this page May 8, 2015
·
29 revisions
OSCAR does NOT require NetSNMP, but if you desire to translate Dotted OIDs to Textual OIDs you will need to install Net-SNMP
Download Net-SNMP Binaries for your OS
####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