Re: SNMP proxy timeout lockup other requests

2020-07-24 Thread Wes Hardaker via Net-snmp-coders
François Isabelle writes: > I just want to being your attention to the issue reported on GitHub  > https://github.com/net-snmp/net-snmp/issues/147 and the corresponding > pull-request I submitted. Coincidentally I merged this patch yesterday, and just now found this message. -- Wes Hardaker

SNMP proxy timeout lockup other requests

2020-07-17 Thread François Isabelle
Hi. I just want to being your attention to the issue reported on GitHub https://github.com/net-snmp/net-snmp/issues/147 and the corresponding pull-request I submitted. Thanks Regards. Frank ___ Net-snmp-coders mailing list

snmp proxy

2018-11-01 Thread Mark Christiansen
I am having problems with getting proxying to work on net-snmp version 5.8 that I built for Windows 10. I followed the proxy guidelines at http://net-snmp.sourceforge.net/wiki/index.php/Snmpd_proxy and set up the attached snmpd.conf file where I am using test.net-snmp.org as the "switch" in the

The best way to write snmp proxy with cache

2014-06-09 Thread Hamid Alaei V.
I want to write an snmp proxy with cache to a network device D that works in this way: - it snmpwalk device D every m minutes and stores the results in a local database. - when someone sends a read snmp request, it finds and returns the response by querying the database. -(optionaly) when

activating snmp proxy during run-time

2008-05-13 Thread Asaf Henig
Hello all. I would like to use net-snmp proxy code to activate snmp proxy to a given OID during run-time (not only on startup). It appears that calling the function proxy_parse_config in proxy.c with the compatible params is good enough (though it works only on an exact OID and not on subtree

Re: activating snmp proxy during run-time

2008-05-13 Thread Magnus Fromreide
On tis, 2008-05-13 at 14:37 +0300, Asaf Henig wrote: Hello all. I would like to use net-snmp proxy code to activate snmp proxy to a given OID during run-time (not only on startup). Edit the config file to add the new proxy. Send the agent a SIGHUP to make it reread the config. It appears

RE: activating snmp proxy during run-time

2008-05-13 Thread Asaf Henig
proxy_free_config. -Original Message- From: Magnus Fromreide [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 10:29 PM To: Asaf Henig Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: activating snmp proxy during run-time On tis, 2008-05-13 at 14:37 +0300, Asaf Henig wrote: Hello all. I

Re: snmp proxy settings.

2007-05-11 Thread Robert Story
On Thu, 10 May 2007 10:29:44 +0530 Siva wrote: SPRG but I am getting an error like. SPRG SPRG /etc/snmp/snmpd.conf: line 48: Error: bad source address SPRG /etc/snmp/snmpd.conf: line 49: Error: bad source address SPRG net-snmp: 3 error(s) in config file(s)

Re: snmp proxy settings.

2007-05-09 Thread Robert Story
On Fri, 4 May 2007 16:33:53 +0530 Siva wrote: SPRGI just want to know, whether I can use context name for SPRG snmp verion 1 and 2, because some documents are telling, context name is SPRG supported by snmpv3 only. That is correct. Net-snmp has a feature to map a given v1/v2

RE: snmp proxy settings.

2007-05-04 Thread Siva Prakash Reddy G
Subject: Re: snmp proxy settings. On 27/04/07, Siva Prakash Reddy G [EMAIL PROTECTED] wrote: I am very new to Net-snmp,How to write proxy settings ( snmpd.conf ) for multiple agents. if anybody knows. please do let me know. Can you be a little more explicit about exactly what you mean

Re: snmp proxy settings.

2007-05-04 Thread Dave Shield
On 04/05/07, Siva Prakash Reddy G [EMAIL PROTECTED] wrote: If I run the agent with above mentioned snmpd configuration file I am getting an error like. /etc/snmp/snmpd.conf: line 48: Error: bad source address /etc/snmp/snmpd.conf: line 49: Error: bad source address /etc/snmp/snmpd.conf: line

RE: snmp proxy settings.

2007-05-04 Thread Siva Prakash Reddy G
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Friday, May 04, 2007 2:17 PM To: Siva Prakash Reddy G Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: snmp proxy settings. On 04/05/07, Siva Prakash Reddy G [EMAIL PROTECTED] wrote: If I run the agent

Re: snmp proxy settings.

2007-05-04 Thread Dave Shield
On 04/05/07, Siva Prakash Reddy G [EMAIL PROTECTED] wrote: I am using net-snmp version 5.1.2 ... [and] am getting an error like. /etc/snmp/snmpd.conf: line 48: Error: bad source address etc I've just tried this line with the 5.3.x and current development code, and both of

Re: snmp proxy settings.

2007-05-02 Thread Dave Shield
On 27/04/07, Siva Prakash Reddy G [EMAIL PROTECTED] wrote: I am very new to Net-snmp,How to write proxy settings ( snmpd.conf ) for multiple agents. if anybody knows. please do let me know. Can you be a little more explicit about exactly what you mean by this. What exactly are you

snmp proxy settings.

2007-04-28 Thread Siva Prakash Reddy G
Hi! I am very new to Net-snmp,How to write proxy settings ( snmpd.conf ) for multiple agents. if anybody knows. please do let me know. With Regards, G.Siva Prakash reddy. The information contained in, or attached to, this e-mail, contains confidential information and is

Help on snmp proxy

2005-08-25 Thread raviraj
Hi all, I have 3 hosts named host1 supporting snmpv3 host2 supporting snmpv3 host3 supporting snmpv2 host2 is used as proxy for host1 and host3 For host2 I have myuser as the username and mypassword as the password. For host3 I have a community name configured as v2community. i.e rocommunity

Re: Help on snmp proxy

2005-08-25 Thread Dave Shield
On Thu, 2005-08-25 at 13:06 +0530, [EMAIL PROTECTED] wrote: For host2 I have myuser as the username and mypassword as the password. What is the access control setup on host2 ? For host3 I have a community name configured as v2community. i.e rocommunity v2community rwcommunity v2community

Re: Help on snmp proxy

2005-08-25 Thread raviraj
Hi, I dont see any dump on host3 when I run snmpd -f -L -d. This means the request is not flowing to host3 and host2 is not proxying the request. The access control setup on host2 is as follows. # sec.name source community com2sec myuser default public #

Re: Help on snmp proxy

2005-08-25 Thread Dave Shield
On Thu, 2005-08-25 at 17:11 +0530, [EMAIL PROTECTED] wrote: I dont see any dump on host3 when I run snmpd -f -L -d. This means the request is not flowing to host3 and host2 is not proxying the request. Yup. Sounds like it. So it's host2 that's rejecting the request. The access control

Re: Context name in SNMP Proxy

2005-07-19 Thread Robert Story
On Mon, 18 Jul 2005 17:46:39 +0530 Ravi, wrote: RRS I came across a proxy configuration in Net-Snmp's snmpd.conf file and it RRS reads as RRS RRS proxy [-Cn CONTEXTNAME] [SNMPCMD ARGS] HOST OID [REMOTEOID] RRS RRS What is this CONTEXTNAME and how it is configured. Can somebody explain RRS

Context name in SNMP Proxy

2005-07-18 Thread Ravi, Rajagopal Shanmugam (Rajagopal Shanmugam)** CTR **
Hi All, I came across a proxy configuration in Net-Snmp's snmpd.conf file and it reads as proxy [-Cn CONTEXTNAME] [SNMPCMD ARGS] HOST OID [REMOTEOID] What is this CONTEXTNAME and how it is configured. Can somebody explain briefly how to configure this CONTEXTNAME? Thanks in Advance. Regards,