Re: first step in snmpd programming

2004-08-02 Thread Dave Shield
> To experiment the very first few step I hard coded every return > values for each case under switch(vp->magic). My table is a table > of 5 entries. It didn't give me anything when I issued "get" or > "getnext" commands > Could you kind show me what should I do to cross over the very first

first step in snmpd programming

2004-08-01 Thread Jim Su
Hi Greeting: I am new to the SNMP programming. I use mib2c tool to generate one C code with ucd-snmp old api (the MIB text file was provided). To experiment the very first few step I hard coded every return values for each case under switch(vp->magic). My table is a table of 5 entries.