Re: How to debug the agent

2004-07-26 Thread Giorgio Nunzi
Hi, the easiest way is to launch the agent with this syntax: snmpd -f -L -DALL -f: don't go back to shell (easier to stop it with ctrl-c). -L: print messagges to the stdout (otherwise they go to /var/log/snmpd.log. I guess to you can change this with the configure script). -D: select the scope

Re: same column name in different mibs

2004-07-13 Thread Giorgio Nunzi
Hi. ujjwal wrote: Hi, I am writing the new mib which contains multiple tables. What I observed is if my table contains some column name (say ifIndex) which matches with column from some standard mib, mib2c is using the column from the standard mib and not my mib. Is it that snmp libraries are

Re: Question about the display of the table index fields

2004-06-17 Thread Giorgio Nunzi
Let's see if I can help... An index is NOT an object value, but it's used only to index a row in the table. You see a ? because snmptable asks for the value of the index, but the agent doesn't implement that object value (as it should be, because the object is used as index). Your agent is working