Re: String Index

2007-04-06 Thread Wes Hardaker
> "SN" == Senthil Nathan <[EMAIL PROTECTED]> writes: SN> Is it possible , to make the Index as read write. SN> Because,i didnt work on this seneriao before. SNMP (the SMI actually) doesn't let you change the value of an index once the row is created; you must delete the current row and create

Re: String Index

2007-04-05 Thread Dave Shield
On 05/04/07, Senthil Nathan <[EMAIL PROTECTED]> wrote: > Is it possible , to make the Index as read write. Not really, no. In fact, you wouldn't normally make an index object accessible at all - it ought to be "not-accessible". > for your reference,i have given my MIB definition. > Us