I have a device that communicates through a RS232 serial bus. The serial 
protocol running on this bus is very similar to SNMP requests: GET 
PARAM, GET NEXT PARAM and SET PARAM.

I want to code an agent extension of Net-SNMP main agent and I'd like to 
receive all the requests of OIDs with a predefined prefix. So I want to 
register only this prefix and manage in my handler the raw requests. To 
do that, main agent shouldn't process the request at all but it should 
pass the requests to my handler as they are. My handler will translate 
the SNMP request to a serial bus request.

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to