Is there a way to add new fields to an existing table?

2008-06-20 Thread Need Help
I used "mib2c" with the MFD configuration to generate my code and have implemented the required MIB data accordingly and things are working fine.  However, the MIB file I implemented has been updated to include many new fields and set values in existing tables. To obtain the new table updates,

Doubt regarding snmpd transport specifier option.

2008-06-20 Thread Rupa P V
Hi , I have some doubts regarding snmpd transport specifier option. I read in the manpages that we can make snmpd listen on a specific ipaddress with the command : snmpd :. I was able to do snmp operations through vlan interface eth0.2 using the above command by giving the

Re: Timeout on GET request from second Manager

2008-06-20 Thread Dave Shield
2008/6/16 <[EMAIL PROTECTED]>: > When the request from AdventNet Mib Browser configured for V3 request , then > request from second Mibbrowser timed out > > But from command line both were successfull I can think is that that second MIB browser is configured to use different settings. If you set

Re: Multithreaded : IS IT Safe to create new thread for updating CONTAINERS

2008-06-20 Thread Dave Shield
2008/6/19 <[EMAIL PROTECTED]>: > I created a new thread and... in this thread only,i updated the NetSNMP > CONTAINER using > CONTAINER.INSERT() and took a mutex before updating it. That's half of the task, yes. But as I understand threading (and I am *not* an expert in this field), you will als