Re: VACM configuration for proxy multiple JVMs but still showing system MIB

2011-08-18 Thread Alan Evans
Thank you Wes. I appreciate that 5.3.2.2 is out of support but I suspect that what am trying to do can be fulfilled by a still supported feature and that someone would just recognize it and shoot me an answer. I actually have my com2sec and proxy lines setup already. I can proxy to the two JVMs

How to set IP address using snmpset command

2011-08-18 Thread devel tech
Hi list, Any one guide me how to SET IP address of PC/Node/Router using SNMP ... Any one try this? plz share it here.. Regards -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabi

Re: Question on Trap/inform filtering and statistics

2011-08-18 Thread Wes Hardaker
> On Tue, 16 Aug 2011 23:01:12 +0530, anand anand > said: aa> - We have sub-agents A,B and C sending traps/informs to Net-Snmp ( aa> on AgentX ). Is it possible to configure Net-snmp in way that it aa> discards all traps/informs from B. ? If user wants to enable aa> receiving traps from

Re: choosing the correct container for CONTAINER_INSERT in _cache_load()

2011-08-18 Thread Wes Hardaker
> On Tue, 16 Aug 2011 19:06:44 -0700, Malathi Panyam > said: MP> Container.c in snmplib lists few containers like binary array, MP> linked list and sorted linked list. Should I assume binary array will MP> be chosen by default for the table container? Is there a way that we MP> can choos

Re: VACM configuration for proxy multiple JVMs but still showing system MIB

2011-08-18 Thread Wes Hardaker
> On Wed, 17 Aug 2011 02:32:44 -0400, Alan Evans > said: AE> I am using net-snmp 5.3.2.2 (excuse me if there are extra decimals in AE> there) that's the version redhat calls it. FYI, that version is beyond our support range. AE> snmpwalk -v2c -c public-jvm1 localhost .1.3.6.1.4.1.42.2.

Re: How to use Snmpget.exe for broadcast(IPv4)/multicast(IPv6)

2011-08-18 Thread Wes Hardaker
> On Wed, 17 Aug 2011 20:10:46 +0530, "Kamaraj P" > said: KP> I am running the Snmpget.exe with IPv4 broadcast address, but I am KP> getting the response from only one node. The tools don't support broadcast addresses at this time. -- Wes Hardaker SPARTA, Inc.

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-18 Thread Bart Van Assche
On Thu, Aug 18, 2011 at 1:05 PM, wrote: > I'm trying to understand the release strategy of Net-SNMP. Once 5.7 has > been released, I understand there will be a 5.7.1 release that includes > patches. Looking at the diff file that you have sent these seem to be 5.6 > patches to be merged into 5-7

Re: win32 snmptrapd installation and name resolving

2011-08-18 Thread Bart Van Assche
On Thu, Aug 18, 2011 at 1:09 PM, Roland Klein Overmeer [GISS] < roland.klein.overm...@giss.nl> wrote: > After installing GetGnuWin32 I can launch the 'patch' statement, but What > should I put after the patch command? Sorry for this but I am a newbie to > compiling C++ on win32 platform.. > That

Re: net-snmp issue

2011-08-18 Thread bruce bushby
Interesting..when you say it dies..do you get anything back from "truss" ? Is this "other system" sending massive amounst of snmptraps to ecweb02? >From my limited knowledge of networking, snmp is UDP which doesn't get affected by FIN_WAIT/CLOSE_WAIT etc Try running snmpd via under (reme

RE: net-snmp issue

2011-08-18 Thread Sergey Prilutsky
Hi there, We are having a very strange issue with net-snmp on Solaris 10 server. snmpd dies all of the sudden, and then we try to disable the service, it goes into maintenance mode, I have to run another disable to bring snmpd into disabled mode, then I enable it back. It runs ok for 30 sec

Re: win32 snmptrapd installation and name resolving

2011-08-18 Thread Roland Klein Overmeer [GISS]
After installing GetGnuWin32 I can launch the 'patch' statement, but What should I put after the patch command? Sorry for this but I am a newbie to compiling C++ on win32 platform.. Thanks again, Roland. On Wed, Aug 17, 2011 at 5:06 PM, Bart Van Assche wrote: > On Wed, Aug 17, 2011 at 1:03 PM,

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-18 Thread Ali . Bruce
Bart, I'm trying to understand the release strategy of Net-SNMP. Once 5.7 has been released, I understand there will be a 5.7.1 release that includes patches. Looking at the diff file that you have sent these seem to be 5.6 patches to be merged into 5-7 patches. Was 5.7 created and released wh

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-18 Thread Bart Van Assche
On Thu, Aug 18, 2011 at 11:09 AM, wrote: > I am getting a strange error when running my perl script. > > I am attempting to initialise a Perl CORBA: Orb in order to access the > data to be managed by SNMP (which I can do succesfully using a standalone > perl script) > > Adding the Corba Orb ini

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-18 Thread Ali . Bruce
Hi, I am getting a strange error when running my perl script. I am attempting to initialise a Perl CORBA: Orb in order to access the data to be managed by SNMP (which I can do succesfully using a standalone perl script) Adding the Corba Orb initialisation request my $orb = CORBA::ORB_init

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-18 Thread Ali . Bruce
Dave, Thanks for that. Your suggestion results in the snmpget request correctly indicating "No such instance currently exists at this OID". The perl script (which is effectively the CPAN perl script slightly modified) did output "unknown var value type: 0" as a result of the $varbind->setValu

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-18 Thread Dave Shield
On 18 August 2011 08:29, wrote: > How can I indicate "No Such Instance"? There are error codes > defined for the NetSNMP::Agent but I cannot see an error code for No Such > Instance. Remember that noSuchInstance is not strictly an error. It's actually an "exception" - a pseudo-value

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-18 Thread Ali . Bruce
Bart, Thanks. I have now managed to get a Perl subagent built with 5.7.1 pre1 running on windows. One issue I have is that I am doing an SNMP-Get request on a table row that does not exist. How can I indicate "No Such Instance"? There are error codes defined for the NetSNMP::Agent but I canno