I have to implement snmp agent using C++ on linux.
I have to validate oid coming in get request with the oid in mib file.
I have to send error in response oid is not valid.
What is the functions available in netsnmp library for that.
Posted on 2009-12-16 13:25:13-08
by frogmasterin response to 11956
Re: Snmp agent for linux
I think you are asking in the wrong place. I would advise you to visit netsnmp.sf.net, if you want to use C libraries of netsnmp (netsnmp doesn't have pure C++ API). If you want pure C++, you might want to look into agent++ (http://www.agentpp.com/)