On 01/11/2007, Andreas Mueller <[EMAIL PROTECTED]> wrote: > Is my impression correct that no SNMP implementation may > use AgentX GetBulk requests if the application registered only > a table row,
I wouldn't like to answer for any other SNMP implementation. You'd really have to ask the relevant developers how their implementations work. But it doesn't really make much sense to use an AgentX GetBulk request with individual instance registrations (which is effectively what a row registration boils down to). The GetBulk request is only useful when the subagent has registered a complete subtree (a table, a group of scalar objects, or something higher). If the master agent knows exactly what OIDs are valid, then it's just as easy to convert the SNMP GetBulk request into a series of AgentX GET requests. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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
