This is a discussion on Re: RowStatus order in SET PDU within the SNMP Users forums, part of the Networking and Network Related category; 2008/6/10 B Venkat S R Swamy <b.swamy@aricent.com>: > Is there any order defined ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
2008/6/10 B Venkat S R Swamy <b.swamy@aricent.com>:
> Is there any order defined in the protocol, in which the rowstatus field for > a tabular object should come in a multi-varbind SET PDU. >From RFC 1905: Each of these variable assignments occurs as if simultaneously with respect to all other assignments specified in the same request. > Suppose in a particular SET PDU, there are four object, 3(c1,c2, > rowstatus) belonging to one table and another scalar object(s1). > what are valid and invalid combinations among following sample scenario: All four of these are valid, and equivalent. They should all have exactly the same effect. You cannot assume a particular ordering of varbinds in a request. That's one of the things that complicates SET processing. Note that you can use the multi-pass mechanism of the Net-SNMP agent to handle this problem. Dave ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ 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/...net-snmp-users |