Hi
all,
I'm making trying to
make a EMbeded agent like describe in the page : http://www.net-snmp.org/docs/man/snmp_agent_api.html
I've start a project
using KDE, I'm able to compile my project but not to initialize my
mib.
When my agent is
running and I'm trying to send get request from a terminal, things like that
appear :
> snmpget -v 2c
-c private 10.0.0.2 1.3.6.1.2.1.1.6.0
>>
SNMPv2-MIB::sysLocation.0 = No Such Object available on this agent at this
OID.
The same thing
happened for each MIB value.
on the net-snmp
website, I've read that $(CC) ... `net-snmp-config
--agent-libs`
have to be added in the Makefile and also that "
In order to make use of any of the above API, you will need to link against at least the four libraries listed above.
Just do not understand what should I do to make my program working.
Please help
