Re: snmpd 5.7.3 under FreeBSD 10.2 does not reply to SNMP requests

2015-10-20 Thread Martin T
Hi, for some reason I thought that bsnmpd configuration file is compatible with Net-SNMP snmpd. While the Net-SNMP snmpd did not complain about configuration file syntax(even if I started it with "snmpd -DALL -f -C -c /etc/snmpd.config"), then it did not reply to SNMP requests. regar

snmpd 5.7.3 under FreeBSD 10.2 does not reply to SNMP requests

2015-10-19 Thread Martin T
Hi, I compiled Net-SNMP snmpd version 5.7.3 under FreeBSD 10.2. When I start the snmpd with "snmpd -f -C -c /etc/snmpd.config" command, then it listens on UDP port 161: root@FreeBSD10:~ # sockstat -4l USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS root snmpd 29

RE: Foraward SNMP requests from Agentx Master to Agentx Subagent

2010-04-29 Thread Nadia Bibbs
s, but the above error is printed from the get command. Any ideas? Thanks for your help. -Original Message- From: Nadia Bibbs [mailto:nbi...@peak6.com] Sent: Wednesday, April 28, 2010 2:01 PM To: 'Mike Ayers'; net-snmp-users@lists.sourceforge.net Subject: RE: Foraward SNMP re

RE: Foraward SNMP requests from Agentx Master to Agentx Subagent

2010-04-28 Thread Nadia Bibbs
ke Ayers [mailto:mike_ay...@tva.tvworks.com] Sent: Wednesday, April 28, 2010 1:29 PM To: Nadia Bibbs; net-snmp-users@lists.sourceforge.net Subject: RE: Foraward SNMP requests from Agentx Master to Agentx Subagent > From: Nadia Bibbs [mailto:nbi...@peak6.com] > Sent: Monday, April 26, 201

RE: Foraward SNMP requests from Agentx Master to Agentx Subagent

2010-04-28 Thread Mike Ayers
> From: Nadia Bibbs [mailto:nbi...@peak6.com] > Sent: Monday, April 26, 2010 7:29 AM > I am running an agentx master and an agentx subagent on linux. When I > run snmpget on a default MIB i.e. sysdescr.0 it returns fine, but when > I request for a MIB that was registered through the agentx subagen

Foraward SNMP requests from Agentx Master to Agentx Subagent

2010-04-26 Thread Nadia Bibbs
Hi, I am running an agentx master and an agentx subagent on linux. When I run snmpget on a default MIB i.e. sysdescr.0 it returns fine, but when I request for a MIB that was registered through the agentx subagent it timesout. It appears that the master receives the GET request but does not forw

RE: concurrent snmp requests

2009-10-08 Thread Vinod Nanjaiah
-Original Message- From: Mike Ayers [mailto:mike_ay...@tvworks.com] Sent: Thursday, October 08, 2009 10:16 PM To: Vinod Nanjaiah; net-snmp-users@lists.sourceforge.net Subject: RE: concurrent snmp requests > From: Vinod Nanjaiah [mailto:vinod_nanja...@mindtree.com] > Sent: Th

RE: concurrent snmp requests

2009-10-08 Thread Mike Ayers
> From: Vinod Nanjaiah [mailto:vinod_nanja...@mindtree.com] > Sent: Thursday, October 08, 2009 2:26 AM > Can a net-snmp sub-agent handle concurrent requests from multiple > managers? Yes or no, depending on your definition of concurrency. The master agent must serialize all incoming req

concurrent snmp requests

2009-10-08 Thread Vinod Nanjaiah
Hi, Can a net-snmp sub-agent handle concurrent requests from multiple managers? Regards, Vinod http://www.mindtree.com/email/disclaimer.html -- Come build with us! The BlackBerry(R) Develo

Re: Duplicate SNMP requests

2008-06-10 Thread Wes Hardaker
> On Fri, 6 Jun 2008 17:28:01 +0530, Naveen G <[EMAIL PROTECTED]> said: NG> SNMP agent is receiving duplicate SNMP Get and Set requests, which it has NG> processed earlier. There is no network activity to confirm that duplicate NG> requests are from SNMP manager. Duplicate requests can easi

Duplicate SNMP requests

2008-06-06 Thread Naveen G
Hello All, SNMP agent is receiving duplicate SNMP Get and Set requests, which it has processed earlier. There is no network activity to confirm that duplicate requests are from SNMP manager. Debugging does not show any call reaching snmp_resend_request() function. Are there any other cases when

Re: SNMP Requests

2008-04-24 Thread Dave Shield
2008/4/24 Mayuresh Janorkar <[EMAIL PROTECTED]>: > But then now my question is why do we need /etc/host.allow Firstly, this isn't really a question about Net-SNMP. The /etc/hosts.{allow,deny} mechanism is a separate standalone system. We just happen to make use of it. When setting up any sort

SNMP Requests

2008-04-24 Thread Mayuresh Janorkar
I am using OpenSuse 10.2 I am working on a project titled LEAF-SNMP (Linux Embedded Appliance Firewall) I want to emulate atleast few properties of LEAF on Linux.. Primarily I want to insert IP address in /etc/host.deny and I want that the request from that node should not be serviced. I am

RE: Proxy Multiple SNMP Requests

2006-12-27 Thread Nuno Gonçalves
d and Thomas Anders -- Nuno -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: quinta-feira, 21 de Dezembro de 2006 22:15 To: Nuno Gonçalves Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Proxy Multiple SNMP Re

RE: Proxy Multiple SNMP Requests

2006-12-22 Thread Nuno Gonçalves
Dezembro de 2006 22:15 To: Nuno Gonçalves Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Proxy Multiple SNMP Requests On 21/12/06, Nuno Gonçalves <[EMAIL PROTECTED]> wrote: > Imagine that you have 1..N servers in a private network and you want to > extract with SNMP queries the I

Re: Proxy Multiple SNMP Requests

2006-12-21 Thread Dave Shield
On 21/12/06, Nuno Gonçalves <[EMAIL PROTECTED]> wrote: > Imagine that you have 1..N servers in a private network and you want to > extract with SNMP queries the InOctets From more than one machine. > But I want to get DATA from more machines and the OID is the same. Then you need some way to indi

Re: Proxy Multiple SNMP Requests

2006-12-21 Thread Thomas Anders
Nuno Gonçalves wrote: > Then how can it be accomplished if you want to get SNMP data from several > machines behind the SNMP Proxy? http://www.freesnmp.com/net-snmp/faqs/#multidev +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ---

Re: Proxy Multiple SNMP Requests

2006-12-21 Thread Dave Shield
On 21/12/06, Nuno Gonçalves <[EMAIL PROTECTED]> wrote: > proxy -v 2c -c > proxy -v 2c -c > proxy -v 2c -c That much will work. But adding: > proxy -v 2c -c won't. If the agent receives a request for "oid1", then what should it do? Iit's been told to send such requests to ip3. But it'

RE: Proxy Multiple SNMP Requests

2006-12-21 Thread Nuno Gonçalves
gards Nuno -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: quinta-feira, 21 de Dezembro de 2006 17:39 To: Nuno Gonçalves Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Proxy Multiple SNMP Requests On 21/12/06, Nuno Gonçalves &l

Proxy Multiple SNMP Requests

2006-12-21 Thread Nuno Gonçalves
Hi all, Is there a way to query SNMP requests to a NET-SNMP server which proxy requests to other machines? For instance: I do a snmpbulkwalk –v2c –c (host ip1 is a remote machine) snmpd.conf on machine has a proxy line like: proxy -v 2c -c this works for but how can we