Re: Some problems with interfaces.c

2006-01-05 Thread Zax
Thank you!   I will see the newest version.   - net-snmp version :  5.2.1 platform  :  i686 OS :  debian 2.6.10   source install using default options.    

Re: Some problems with interfaces.c

2006-01-04 Thread Zax
Thank you!   I will see the newest version.   - net-snmp version :  5.2.1 platform  :  i686 OS :  debian 2.6.10   source install using default options.

Some problems with interfaces.c

2006-01-04 Thread Zax
Now I run the agent 'snmpd' in Linux.   1. ifLastChange is not implemented. I want to implement it in my agent. But I don't know how to get the time when the status is changed. I did not find some informations about this in the NIC driver. Maybe I think I should do something in the NIC driver.   Co

How can I know the data I get from the interfaces module is correct?

2005-12-11 Thread Zax
I am not sure that the driver of NIC works right. So I use 'ifconfig' to get some informations which may be not correct.   Is there any other method to handle this problem?   Thank you!     ZAX

How to find the handle function according to request?

2005-12-08 Thread Zax
I guess the agent may maintain a tree structure.   there are oid and a handle function in the leaf node.   The agent uses the oid to find the corresponding handle function to do something, isn't it? I would like to know how the agent works.   Thank you!  

some questions about the code

2005-12-05 Thread Zax
anged. How does the agent store the name?         Thank you.   ZAX      

some questions about snmpd.conf ,set and mibII

2005-11-29 Thread Zax
1,start agent. #snmpd. or #snmpd -c snmpd.conf if I don't use configure file, I can't get any info from the agent with community public. If I write 'rwcommunity xx' in configure file , that is OK. I want to know what the default community is. 2.Why does not using mib2c to create all t

How does the agent snmpd response the request?

2005-11-22 Thread Zax
Now I am reading this code. I would like to know how the agent snmpd response the requests, and how the agent know which module functions should be used to response the requests. Sincerely. --- This SF.Net email is sponsored by the JBoss Inc.

some questions about appending a table

2005-11-06 Thread Zax
I have some questions with appending a table to the snmpd. --- /* from the comment in the source code */ /*quote one*/ get_first_data_point return the first set of "index" data. get_next_data_point return the next loop context /* from http://www.net-snmp.org/dev/agent/group__table__