On Tue, 2005-12-13 at 13:53 +0800, Kurapati M-G19456 wrote: 
> We are using NET-SNMP-5.1.1.  We observed that, snmpd is converting a
> GETBULK request into GETNEXT, and passing on the GETNEXT to a
> SubAgent.  Is this how snmpd is supposed to work?

If a given registration explicitly specifies that it can handle
GETBULK requests, then they will be passed down to the low-level
handler.  Otherwise they will be automatically converted into
a sequence of GETNEXT requests.  This is part of the new(-ish)
v5 MIB API.  The earlier v4 processing enforced GETBULK->GETNEXT
mapping automatically.


In principle, the AgentX protocol can handle GETBULK requests,
so these *ought* to be passed through to the subagent (which can
then make this decision for each registration).   But in practise,
it looks as if the AgentX communications still uses the v4-style
model, so will convert GETBULK into GETNEXT requests before passing
them off to the subagent.


I'll log this as a feature request/enhancement.


Dave


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
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