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.
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.
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
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
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!
anged.
How does the agent store the name?
Thank you.
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
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.
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__