2009/8/26 Michal Filka <[email protected]>: > I defined my own handler. It sees requests with mode code 0 > (possibly derived from SNMP_MSG_GET ?)
No - that's SNMP_MSG_INTERNAL_SET_RESERVE1 > and 4 (possibly derived from SNMP_MSG_TRAP ?). and SNMP_MSG_INTERNAL_SET_FREE > I can see correct value (4321) in val list in both cases. It looks as if the Set event is being fired, calls your handler, and then your handler rejects the assignment in the initial RESERVE1 pass. Have a closer look at this handling code. Maybe activate some additional debugging there to see exactly what's going on, and why the initial pass is failing. Dave ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
