Hi,

I have defined new mib table and generated corresponding .c and .h file
using tool 'mib2c'.
I am able to walk on the newly created mib table

test$ snmpwalk -m ALL -M ~/mibs -v 2c -c pushpa 192.168.107.26
MIBMODULE::newTable
MIBMODULE::newtableElement1.339787776.1 = INTEGER: 24
MIBMODULE::newtableElement2.339787776.1 = INTEGER: 1
MIBMODULE::newtableElement3.339787776.1 = INTEGER: 36


$ snmpget -m ALL -M ~/mibs -v 2c -c pushpa 192.168.107.26
MIBMODULE::newtableElement1.339787776.1

MIBMODULE::newtableElement1.339787776.1= No Such Instance currently exists
at this OID


Kindly let me know how to debug the issue.


Thanks and Regards,
Pushpa.T
------------------------------------------------------------------------------
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to