> As the title says, how the bulk-get and bulk-walk
> works?

Well, both of these commands are actually just wrappers
round the SNMP GETBULK protocol operation, so there's
no inherent difference between them.   It's just that
the "bulkwalk" will repeat the request and/or truncate
the output to match the starting OID.

> More precisly, does the agent check all the access of
> the requested oids , at one same time, or , is each
> access on oid are checked one by one.

The agent treats a GETBULK as a sequence of GETNEXT requests,
so will apply the access checks for each repetition separately.

And I'm pretty sure that each varbind in a request list is
checked separately as well - whatever the protocol operation
might be.

Dave



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to