> 2009/11/18  <[email protected]>:
>> I couldn't find any information on how to create / edit
>> rows in snmp table,
>> I understand i suppose to use 'snmpset' for that,
>
> To create a row with index 9, try
>
>     snmpset  ....  managerRowStatus.9 i 4
>      (plus similar varbinds for any other columns that don't have
> default values)
>
> To edit an existing row, with index 8, try
>
>     snmpset    .... managerUsername s Dave
>
> To delete an existing row, try
>
>     snmpset  ....  managerRowStatus.7 i 6
>
>
> Dave
>

thanks, its clearer now,
still I can't create a row, but this is related
to our specific code, 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)




------------------------------------------------------------------------------
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
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to