Hi Dave and all

I have managed to solved some of the problems, and now I have the
following:
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;

Thank you,
Naama


-----Original Message-----
From: Naama Bar Menachem 
Sent: Sunday, July 29, 2012 9:41 AM
To: 'Dave Shield'
Cc: net-snmp-users@lists.sourceforge.net
Subject: RE: How to delete/add line from raw table?

- 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.
- conf file is attached.


-----Original Message-----
From: dave.shi...@gmail.com [mailto:dave.shi...@gmail.com] On Behalf Of
Dave Shield
Sent: Thursday, July 26, 2012 2:47 PM
To: Naama Bar Menachem
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: How to delete/add line from raw table?

On 26 July 2012 11:23, Naama Bar Menachem
<naama.barmenac...@novelsat.com> wrote:
> I've added the import statement, and recompiled.
> And still, on RowStatus set - I get a timeout error.

Obvious questions first:

   -  what is the exact SET request that you are using?
   -  what are the access control settings in the snmpd.conf file?

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
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to