Re: Perl-module:make test failure

2010-05-18 Thread Bart Van Assche
On Tue, May 18, 2010 at 11:15 PM, vineet gehlot wrote: > > hello everyone... > i m presently working with net-snmp-5.5 > i insatlled it properly > but while i was trying to install a perl-module present in its extracted > folder i faced the afolowwing error.. > > > PERL_DL_NONLAZY=1

v3 informs - snmpd.conf

2010-05-18 Thread Joan Landry
I would like to know if there is a way to configure net-snmp via snmpd.conf to correctly send traps or informs based on the snmpNotifyTable, snmpNotifyFilterProfileTable, snmpNotifyFilterTable, snmpTargetAddrTable, and the snmpTargetParamsTable WITH the following Restriction: I am not able to all

IPv6

2010-05-18 Thread Buchupalli, Sasidevi
Does Net-SNMP support registering IPv6 managers. If so, which MIB is used for that. For IPv4 registrations, we can use the SNMP-TARGET-MIB. But, I couldn't find a standard MIB that can be used for registering IPv6 targets. Appreciate your help. Thanks Sasi.

Howto setup netsnmp for proxying and failover

2010-05-18 Thread Boris Zweimueller
Hi all I have the following scenario: One master agent with several subagents running on one device. The master acts solely as a proxy, forwarding snmp requests to the subagents. I now have a new requirement: For failover reasons, the hardwares device is doubled. Failure of one device should

Re: Perl-module:make test failure

2010-05-18 Thread Thomas Anders
vineet gehlot wrote: > i m presently working with net-snmp-5.5 > i insatlled it properly > but while i was trying to install a perl-module present in its extracted > folder i faced the afolowwing error.. > > PERL_DL_NONLAZY=1 /usr/bin/perl "-I../blib/lib" "-I../blib/arch" test.pl > 1..90

Re: sample snmptrapd.conf to support custom port?

2010-05-18 Thread Dave Shield
On 18 May 2010 20:53, Snmp Nmcsnmp wrote: > I need to run net-snmp trapd on a custom port $ man snmptrapd SYNOPSIS snmptrapd [OPTIONS] [LISTENING ADDRESSES] So running snmptrapd localhost:5500 would do this. > My current simple configuration as follow: >

Re: setting ifSpeed using snmp

2010-05-18 Thread Dave Shield
On 18 May 2010 16:59, Fikru Getachew wrote: > Is it possible to change the interface speed of a linux box using snmpset > command? No > Is it possible to remotely turn off the linux box using snmp? No Dave -- ___

Perl-module:make test failure

2010-05-18 Thread vineet gehlot
hello everyone... i m presently working with net-snmp-5.5 i insatlled it properly but while i was trying to install a perl-module present in its extracted folder i faced the afolowwing error.. PERL_DL_NONLAZY=1 /usr/bin/perl "-I../blib/lib" "-I../blib/arch" test.pl 1..90 Can

sample snmptrapd.conf to support custom port?

2010-05-18 Thread Snmp Nmcsnmp
I need to run net-snmp trapd on a custom port and not able to do it after many days of researching on Google. My current simple configuration as follow: authCommunity log,net,execute public snmpTrapdAddr locahost:5500 Any references to how to do it is greatly appreciated. thanks, Huy ---

setting ifSpeed using snmp

2010-05-18 Thread Fikru Getachew
Is it possible to change the interface speed of a linux box using snmpset command? The access to ifSpeed is read-only in MIB-II. If I change this to read-write privilege and compile the netsnmp, does it work or needs some additional configuration in kernel? If additional configuration required, wha

SLP discovery of snmp agent

2010-05-18 Thread Kathy McLeod
Hi - How does SLP discovery work for snmp agents (in particular, the net-snmp agent)? I can't find any documentation for this. Does the agent "register" in some way with SLP (the way the CIM provider does)? Thanks. Kathy McLeod ---

question on set_action and set_commit

2010-05-18 Thread Kathy McLeod
Hi - We are saving some of our "set" values in a database or possibly a flat file. Based on the mib2c stubs generated for scalars, my initial interpretation was that the SET_ACTION should write the value(s) to the DB: case MODE_SET_ACTION: /* XXX: perform the value change here */ b

help

2010-05-18 Thread jihed lazid
I want to be clear , i will يخ an extension in the agent code by adding a new modules and MIB special. the existing code allows me to use the agent version 3 without integration of other code or not ? -- __

Rewrite of Engine ID blocks access for all users

2010-05-18 Thread Asaf Ohaion
Hello sometimes, probably when shutting down our (custom) daemon improperly, it rewrites the oldEngineID (in /var/lib/net-snmp/ourdaemon.conf) but the engine ID in the usmUser doesn't change, Thus no one can access the daemon anymore (at least in SNMPv3) thanks -- Asaf Ohaion Lingnu Open Source

Re: help

2010-05-18 Thread Dave Shield
On 18 May 2010 10:48, jihed lazid wrote: > Is Net-SNMP 5.5 can work with version 3 or not ? Yes *All* versions of Net-SNMP support SNMPv3 Dave -- ___ Net-snmp-users mailing

help

2010-05-18 Thread jihed lazid
Hi, Is Net-SNMP 5.5 can work with version 3 or not ? -- ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or chan

Re: Thread Usage of a specific process

2010-05-18 Thread Jatin Davey
Thanks Dave and Michael , Thanks for providing the directions and clues to monitor the threads usage of a process using Net-Snmp. I was finally successful in deploying it in my test environment for monitoring using Nagios. Thanks Jatin On 3/31/2010 12:48 PM, Dave Shield wrote: > On 30 March 20