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: &quot;wlan0&quot;<br>SNMPv2-SMI::mib-2.1000.1.3.1 = STRING: &quot;Managed&quot;<br>
<br>I need add information that OID &quot;2.1000.3.1&quot; = &quot;mode&quot; and so on.<br>I&#39;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>