On Tue, 2005-11-22 at 19:28 +0100, taner memet ali wrote: > prtCoverIndex OBJECT-TYPE > SYNTAX Integer32 (1..65535)
> I tried to set the table with snmpset command and got following > > snmpset -cpsi -v1 192.168.2.101 prtcoverdescription.0 s "DE" > prtcoverdescription.0 : (Index out of range: 0 (prtCoverIndex)) Well, you would, wouldn't you? If indexes are defined as running from 1 upwards, and you try using an index value of 0, that is indeed "out of range". Why not try: snmpset -cpsi -v1 192.168.2.101 prtcoverdescription.1 s "DE" instead. If that doesn't work, you'll have to wait for a MfD expert to respond. Dave ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ 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
