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

------------------------------------------------------------------------------
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