Note that there are some explanatory texts on larger screens.

plurals
  1. POFrom Management Information Base [MIB] file generate table, c,c header file
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COhttp://www.net-snmp.org/wiki/index.php/TUT:mib2c_General_Overview That's exactly what mib2c serves.
      singulars
    2. CO1. snmptranslate -m RC-REC-MIB -IR -On deviceId [ works fine] 2. snmptranslate -On RC-REC-MIB::deviceId [works fine] First two commands are showing the OID for the deviceId 3. env MIBS="+RC-REC-MIB" mib2c deviceId shows the numeric translation of OID and OID values. And its asking for the the First, do you want to generate code that is compatible with the ucd-snmp 4.X line of code, or code for the newer Net-SNMP 5.X code base (which provides a much greater choice of APIs to pick from): 1) ucd-snmp style code 2) Net-SNMP style code i have choosed 2
      singulars
    3. COIt looks like you have some scalars in the mib you requested, so I will now generate code for them if you wish. You have two choices for scalar API styles currently. Pick between them, or choose not to generate any code for the scalars: 1) If you're writing code for some generic scalars (by hand use: "mib2c -c mib2c.scalar.conf deviceId") 2) If you want to magically "tie" integer variables to integer scalars (by hand use: "mib2c -c mib2c.int_watch.conf deviceId") 3) Don't generate any code for the scalars
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload