2009/11/19  <a...@lingnu.com>:
>        looks like I need to set
> the 'managerRowStatus' and 'managerIpAddress' in one
> atomic operation.
>
> I tried 'snmpset ... managerRowStatus.9 i 4 managerIpAddress.9 a
> 10.0.0.139' but it still seems to go in two seperate requests
> (or two .._handler function invocations)

A single "snmpset" command should send a single SET request,
containing both varbinds.

This may or may not be processed using two separate handler
invocations, depending on the exact way you've registered the
table.
   But in any case, you can use the multi-pass nature of SET
processing to cope with these two varbinds being handled
separately.

See the AGENT.txt file for a discussion of the old (v4) style
processing, which worked inm this way.   The same ideas
can be used with v5 handlers, if necessary

Dave

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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