Hi Dave

As I wrote in another mail, I found the source for the issue:
MODE_SET_RESERVE1 stage fails with error number '12'.
The code was automatically created by mib2c:

   case COLUMN_NSCOMMONCONFIGDATAFORWARDPOLICYROUTENOTIFYROWSTATUS:
        ret = netsnmp_check_vb_rowstatus(request->requestvb,
(table_entry ? RS_ACTIVE : RS_NONEXISTENT));
        if (ret != SNMP_ERR_NOERROR) {
                // -> ret=12
                netsnmp_set_request_error(reqinfo, request, ret);
                return SNMP_ERR_NOERROR;
        }
        break;


In addition, I can get/set ALL other parameters from the agent, the
problem is only on RowStatus. I can also get other columns from this
specific table. 
Regard the browser - I am now using the shell command:
./data/net/naamab/snmpset -m ALL -M /data/sw/snmp/snmp_mib_lnk/ -v 2c -c
private 127.0.0.1 nsCommonConfigDataForwardPolicyRouteNotifyRowStatus.10
i 4


Thank you,
Naama


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of
Dave Shield
Sent: Monday, July 30, 2012 10:23 AM
To: Naama Bar Menachem
Cc: [email protected]
Subject: Re: How to delete/add line from raw table?

On 29 July 2012 07:40, Naama Bar Menachem
<[email protected]> wrote:
> - I am using snmpB browser, and I tried both "walk" command on the 
> tree as well as "get> select instance" and "set> select instance" 
> commands in which I select an instance from a list (that was presented

> properly) All these commands are resulted in timeout error.

Is this command issued on the same system as the agent is running on, or
a remote system?

Can you see anything else from that agent?   (e.g. walking the 'system'
tree)


>  conf file is attached.

The most obvious problem with this config file is that you are mixing
two different styles of access control.

Please use EITHER   r[ow]community OR  com2sec/group/access
But do not try to mix the two.

I'd suggest that you delete the whole section starting

   "map an SNMPv1 or SNMPv2c community string..."
up to
  "group  privateGroup..."

plus the two lines
  "access publicGroup...."
  "access privateGroup...."


[I'd also strongly suggest that you use a different write community
string  other than "private" - if you support community-based SET
requests at all!]

Dave

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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