HI all,

I am using snmpd as a proxy to other snmp manager. The other snmp manager 
supports bulk request, so want snmpd to pass bulk request as it is an not 
convert it to getnext.
When I changed proxy handler registration to:
    reg = netsnmp_create_handler_registration("proxy",
                                              proxy_handler,
                                              newp->name,
                                              newp->name_len,
                                              HANDLER_CAN_RWRITE | 
HANDLER_CAN_GETBULK);

I have noticed that it doesn't work properly and I see that BULK relevant 
fields are not updated at the sent pdu (maybe I am missing something...)

Have I missed something or the netsnmp doesn't support it?
Is there an existing patch to this issue?


Thanks & Have a nice day,

Efrat Turgeman
SW Engineer
Compass EOS

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to