This is a discussion on Re: URGENT: Question on Row context/dynamic row within the SNMP Coders forums, part of the Networking and Network Related category; On Tue, 06 Jun 2006 04:45:10 +0000 Anurag wrote: AV> 1) Does row context structure for dynamic ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 06 Jun 2006 04:45:10 +0000 Anurag wrote:
AV> 1) Does row context structure for dynamic row collect column data set for AV> same table across different SNMP PDU or does it only do whatever columns AV> are set for a particular table, in a single PDU? This depends on the implementation. It can work either way. AV> 2) When does the commit for row context structure gets called ? On what AV> basis the does the SNMP agent/subagent decide that necessary columns to be AV> set is done and commit can be done ? The commit is always called if no errors occur during earlier processing stages. It is up to the implementation to decide what constitutes 'committing' for a particular request. AV> 3) What is the lifetime of row context structure object. Under what AV> circumstances can it get destroyed? Is timeout also one of them. This is also implementation dependent. I don't think any tables currently will destroy on timeout, but it could easily be done. -- NOTE: messages sent directly to me, instead of the lists, will be deleted unless they are requests for paid consulting services. Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |