Re: Implementing MIB table

2008-12-18 Thread Wes Hardaker
> On Thu, 18 Dec 2008 17:37:14 +0530 (IST), jayesh km > said: jk> My problem is the generated code doesn't gives me a method to jk> directly access the data from map using index when I issue a get jk> request. Instead it gives "get_first" and "get_next" function calls jk> to iterate thro

Implementing MIB table

2008-12-18 Thread jayesh km
Hi, I am new to Net-SNMP. Please help me in getting my MIB table integrated to SNMP agent. I have done the following 1. Executed mib2c -c mib2c.iterate_access.conf MYMIB::myTable myTable has following entries rowStatus - Integer, name - DisplayString, age - Integer. and the key is "name" 2