Please, if there is any developer in mailing list, who also created his own MIB, let me know where I set up OID description in source code. I need my own description of new OID. This is output and looks disappointing without descriptions:<br>
<br>[maestro@creative3 mibwifi]$ ./walkl <br>+ snmpwalk -v2c -c clovek localhost:5910<br>SNMPv2-SMI::mib-2.1000.1.1.1 = INTEGER: 1<br>SNMPv2-SMI::mib-2.1000.1.2.1 = STRING: "wlan0"<br>SNMPv2-SMI::mib-2.1000.1.3.1 = STRING: "Managed"<br>
<br>I need add information that OID "2.1000.3.1" = "mode" and so on.<br>I'm editing code from sample <br><a href="http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mfd/if-mib/ifTable/source/">http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mfd/if-mib/ifTable/source/</a><br>
Thank you.<br>