This is a discussion on RE: Error while creating a table object within the SNMP Users forums, part of the Networking and Network Related category; > From: net-snmp-users-bounces@lists.sourceforge.net > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> From: net-snmp-users-bounces@lists.sourceforge.net > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On > Behalf Of girish > Sent: Wednesday, October 24, 2007 12:00 AM > When I issue this command for creating a row object its > giving this error > snmpset -v 3 -u myuser -l authNoPriv -a MD5 -A my_password > localhost myequiRowStatus.1 i 1 > Error in packet. > Reason: inconsistentValue (The set value is illegal or > unsupported in some way) > Failed object: MY-MIB::myequiRowStatus.1 > > What could be the problem here. Can someone help me please..?? To create a row with a RowStatus object, you must set it to either createAndWait or createAndGo, most likely the former in your case. Please see the description of RowStatus in RFC1443 for details - this may be the longest comment ever put in a MIB, but you should read the whole thing due to the subtle but important differences between SNMP row creation and LP object instantiation. HTH, Mike ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |