RE: snmptable command

2005-06-23 Thread Dave Shield
On Wed, 2005-06-22 at 13:24, [EMAIL PROTECTED] wrote: > I have to set a particular value say in 3rd row, 2nd > column in a table. How I can do this in agent and how > I can invoke this from manager. How is the table indexed? That will affect how to invoke this request from the manager. How is th

Re: snmptable command

2005-06-22 Thread David T. Perkins
HI, The snmpset program can be used to specify all of the read-create (or read-write) objects (and values) in a row with a single SNMP SET operation. That is, there is no need (except for ease of use) for an snmpsetrow program. On Wed, 22 Jun 2005, Dave Shield wrote: > On Wed, 2005-06-22 at 12:

RE: snmptable command

2005-06-22 Thread kanda.samy
: Re: snmptable command On Wed, 2005-06-22 at 12:18, [EMAIL PROTECTED] wrote: > To set/add this values in table can I use snmptable command > or I have to set one by one using snmpset? $ man snmptable NAME snmptable - obtain and print an SNMP

Re: snmptable command

2005-06-22 Thread Dave Shield
On Wed, 2005-06-22 at 12:18, [EMAIL PROTECTED] wrote: > To set/add this values in table can I use snmptable command > or I have to set one by one using snmpset? $ man snmptable NAME snmptable - obtain and print an SNMP table DESCRIPTION sn