Re: Need infor regarding Proxy Forwarding support in net-snmp-5.4.2.1

2011-01-28 Thread Dave Shield
On 28 January 2011 11:20, Sasikumar wrote: > But configuration of "snmpProxyTable" failed. Need to know is this table > supported in the net-snmp-5.4.2.1 release. No - this table is not implemented in the Net-SNMP agent. (any version) > Need assistance on proxy forwarding configuration in net-

Re: how to get value requested to set in MODE_SET_ACTION

2011-01-28 Thread Dave Shield
On 28 January 2011 11:04, MAS . wrote: > I want to get value which is requested by set in following net-snmp example, >     case MODE_SET_ACTION: >     /* XXX: perform the value change here */ > >             HOW TO GET VALUE HERE? long newval = *requests->requestvb-

Need infor regarding Proxy Forwarding support in net-snmp-5.4.2.1

2011-01-28 Thread Sasikumar
Hi, I am using net-snmp-5.4.2.1, in my project we have a requirement to forward snmp request to another remote snmp agent. Tried configuring "snmpTargetParamsTable" and "snmpTargetAddrTable" both table got configured successfully. But configuration of "snmpProxyTable" failed. Need to know is t

how to get value requested to set in MODE_SET_ACTION

2011-01-28 Thread MAS .
Hi , I want to get value which is requested by set in following net-snmp example, how do i do that? please help me :( my code is as follows file: nstAgentSubagentObject.c - #include #include #inc