Re: what actions does ping interval parameter for subagnet affect?

2008-12-01 Thread Alexander Bubnov
Thanks a lot for reply, Mike! I guess snmpd informs subagnet about shutdown, is that my fault. Otherwise I cannot see differences between breaking Ethernet cable and killing the process. 2008/12/1 Mike Ayers <[EMAIL PROTECTED]> > > From: Alexander Bubnov [mailto:[EMAIL PROTECTED] > > Sent: Frid

Re: IPV6 support

2008-12-01 Thread Reza Salehi
Brian, Attached please find the output of snmpd which I ran with debug switch on and filter it against parse_mibs It seems some IPV6 modules are loaded...but I dont know why I am not able to retrive them .. Regards, Reza --- On Mon, 12/1/08, Brian A. Seklecki <[EMAIL PROTECTED]> wrot

Re: IPV6 support

2008-12-01 Thread Reza Salehi
I tried it and no changes. I still cant retrieve IPV6 MIB. Regards, Reza --- On Mon, 12/1/08, Brian A. Seklecki <[EMAIL PROTECTED]> wrote: From: Brian A. Seklecki <[EMAIL PROTECTED]> Subject: Re: IPV6 support To: "Reza Salehi" <[EMAIL PROTECTED]> Cc: net-snmp-users@lists.sourceforge.net Date

Re: IPV6 support

2008-12-01 Thread Reza Salehi
Brian, I ran snmpd in debug mode and you can see couple of lines of the output when I am trying to do :  [EMAIL PROTECTED] snmpget -v 2c -c ktcpublic 127.0.0.1 IPV6-MIB::ipv6IfStatsTable IPV6-MIB::ipv6IfStatsTable = No Such Object available on this agent at this OID out put of snmpd::

Re: IPV6 support

2008-12-01 Thread Brian A. Seklecki
Reza: Avoid sending a 2.0 MB config.log to the list. Instead post it and share the URL. As you can see from configure.log, IPv6 is being detected and loaded: #define NETSNMP_DEFAULT_MIBS: "...IPV6-ICMP-MIB:IPV6-MIB:IPV6-TCP-M IB:IPV6-UDP-MIB:..." Try running it in debug mode: $ sudo -H

Re: IPV6 support

2008-12-01 Thread Brian A. Seklecki
How about appending: --with-transport="UDPIPv6 TCPIPv6" --with-modules=mibII/ipv6" to ./configure in addition to --enable-ipv6 On Mon, 1 Dec 2008, Reza Salehi wrote: Thanks Thomas.  Please see the answers below... --- On Mon, 12/1/08, Thomas Anders <[EMAIL PROTECTED]> wrote: From: Thoma

Re: IPV6 support

2008-12-01 Thread Reza Salehi
Thanks Thomas.  Please see the answers below... --- On Mon, 12/1/08, Thomas Anders <[EMAIL PROTECTED]> wrote: From: Thomas Anders <[EMAIL PROTECTED]> Subject: Re: IPV6 support To: [EMAIL PROTECTED] Cc: "SNMP FORUM" Date: Monday, December 1, 2008, 4:37 PM Reza Salehi wrote: > snmpwalk -v 2c loca

Re: IPV6 support

2008-12-01 Thread Thomas Anders
Reza Salehi wrote: > snmpwalk -v 2c localhost -c TC IPV6-MIB::ipv6IfTable > IPV6-MIB::ipv6IfTable = No Such Object available on this agent at this OID > > I am wonder what I am missing here. What net-snmp version are you using? What OS version are you running on? What's the output of net-snmp-

Re: IPV6 support

2008-12-01 Thread Brian A. Seklecki
On Mon, 1 Dec 2008, Reza Salehi wrote: Hi All, I need to retrive some IPV6 information . I compiled snmpd with ./configure --enable_ipv6 but I l cant still poll any ipv6 MIB. try "--enable-ipv6" (hyphen, not underscore). Also post your config.log somewhere to view Also, "ldd $(which snm

IPV6 support

2008-12-01 Thread Reza Salehi
Hi All, I need to retrive some IPV6 information . I compiled snmpd with ./configure --enable_ipv6 but I l cant still poll any ipv6 MIB. I get the following error all the time: snmpwalk -v 2c localhost -c TC IPV6-MIB::ipv6IfTable IPV6-MIB::ipv6IfTable = No Such Object available on this agen

Re: lm_sensors support from net-snmp

2008-12-01 Thread Thomas Anders
Reza Salehi wrote: > I need lm_sensor support from net_snmp. > I am running net-snmp 5.4.2. > > How can I configure snmpd to support lm-sensors? > > I can retrieve temperature using >>sensors -f I can see > libsensors.so.3 in /usr/lib directory ,as well. Are you building from sour

lm_sensors support from net-snmp

2008-12-01 Thread Reza Salehi
Hi All,   I need lm_sensor support from net_snmp.  I am running net-snmp 5.4.2.   How can I configure snmpd to support lm-sensors?   I can retrieve temperature using >>sensors -f   I can see  libsensors.so.3  in   /usr/lib   directory ,as well.   I appreciate it if someone can help me with

Re: Compile error when cross compiling net-snmp

2008-12-01 Thread Thomas Anders
Mike Ayers wrote: > It appears that the system is building perl modules, which have their > own set of flags. I would suggest using the "--disable-embedded-perl" flag > to hopefully eliminate perl connections altogether. If you will have perl on > the target system, you can try the "--di

Re: usm encryption error

2008-12-01 Thread Wes Hardaker
> On Thu, 23 Oct 2008 18:28:24 +0200 (CEST), "[EMAIL PROTECTED]" <[EMAIL > PROTECTED]> said: n> Encryption support not enabled. n> get: USM encryption error FYI (you may have answered this by yourself already) but this error indicates that the Net-SNMP package wasn't complied with openss

Re: SNMP v3 user password special char support

2008-12-01 Thread Wes Hardaker
> On Mon, 17 Nov 2008 16:29:51 -0800, "Connie Chan" <[EMAIL PROTECTED]> > said: CC> Does anybody have a list on the special char set that netsnmp doesn't CC> support as password? CC> Like can I enter \,/,",?,*,<,>, as password? Yes but you'll need to quote it carefully within the snmpd.

RE: what actions does ping interval parameter for subagnet affect?

2008-12-01 Thread Mike Ayers
> From: Alexander Bubnov [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2008 3:20 AM > I set ping interval to different values 1 and 100. But the > subagent waits for master reconnection the same time. Why > does ping interval not affect changing that parameter? The ping inter

RE: Fedora 10+x86_64+snmpd gives segfault in libc-2.9.so at startup

2008-12-01 Thread Mike Ayers
> From: Jan Houtsma [mailto:[EMAIL PROTECTED] > Sent: Monday, December 01, 2008 12:19 PM > Ok, However it is a fedora 10 rpm package. So i guess Fedora should > rebuild, test and release it again? That may be the case, yes. Or it may be that whomever maintains Fedora's net-snmp RPM is

RE: how to add a new enterprise OID in the S

2008-12-01 Thread Mike Ayers
> From: Ambika Tripathy [mailto:[EMAIL PROTECTED] > Sent: Monday, December 01, 2008 1:31 AM > I got a new enterprise OID for our organization and I want to > integrate it with net-snmp by extending it. (Initially I have > used a free > OID for testing purpose.) > > > When I extent

Re: Fedora 10+x86_64+snmpd gives segfault in libc-2.9.so at startup

2008-12-01 Thread Jan Houtsma
Mike Ayers schreef: >> From: Jan Houtsma [mailto:[EMAIL PROTECTED] >> Sent: Sunday, November 30, 2008 3:16 AM >> > > >> Other reports are already getting in. It's only related to x86_64 >> systems. Apparently new releasesare only tested on i386? >> > > You are not a simple case:

RE: MIB Wizardry to Workaround for a trap problem

2008-12-01 Thread Mike Ayers
> From: Ragnar Moller [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 30, 2008 9:24 AM > I previously posted about a snmp trap definition clash with, > to my disappoinment, no answers. Well, I doubt anyone else could make sense of it. > We have a solution with it's own set of traps

RE: Fedora 10+x86_64+snmpd gives segfault in libc-2.9.so at startup

2008-12-01 Thread Mike Ayers
> From: Jan Houtsma [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 30, 2008 3:16 AM > Other reports are already getting in. It's only related to x86_64 > systems. Apparently new releasesare only tested on i386? You are not a simple case: > >> I just upgraded my server from Fedora 9

RE: Compile error when cross compiling net-snmp

2008-12-01 Thread Mike Ayers
> From: Jon Dufresne [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 27, 2008 12:49 PM > I am trying to cross compile net-snmp-5.4.2.1. Both my build and host > system are Linux. This is how I am building net-snmp: > > $ ./configure \ > --build=${HOST} \ > --host=${TARGET} \ >

Re: snmpd suddenly stopped working

2008-12-01 Thread Jan Houtsma
Julius schreef: > On Mon, 2008-12-01 at 10:50 +0100, Thomas Anders wrote: > >> Julius wrote: >> > Connection from UDP: [127.0.0.1]->[127.0.0.1]:-5226 REFUSED > [...] > >>> On Sun, 2008-11-30 at 18:23 +0100, Jan Houtsma wrote: >>> Isn't that the same as the

snmpd suddenly stopped working

2008-12-01 Thread Julius
Hi, i was using snmp v3 with AuthNoPriv, then without notice i couldnt even do a snmpwalk. so i removed the old config files and started from scratch, but now even a simple snmp v1 config wont run... why is snmpd not accepting connections? cat /etc/snmp/snmpd.conf rocommunity public snmpwal

Re: snmpd suddenly stopped working

2008-12-01 Thread Julius
On Mon, 2008-12-01 at 10:50 +0100, Thomas Anders wrote: > Julius wrote: > >>> Connection from UDP: [127.0.0.1]->[127.0.0.1]:-5226 REFUSED > >>> [...] > > On Sun, 2008-11-30 at 18:23 +0100, Jan Houtsma wrote: > >> Isn't that the same as the one i posted before ("Re: Fedora > >> 10+x86_64+snmpd gives

Re: snmpd suddenly stopped working

2008-12-01 Thread Thomas Anders
Julius wrote: >>> Connection from UDP: [127.0.0.1]->[127.0.0.1]:-5226 REFUSED >>> [...] > On Sun, 2008-11-30 at 18:23 +0100, Jan Houtsma wrote: >> Isn't that the same as the one i posted before ("Re: Fedora >> 10+x86_64+snmpd gives segfault in libc-2.9.so at startup")? >> >> The first symptom of sn

how to add a new enterprise OID in the S

2008-12-01 Thread Ambika Tripathy
Hi, I got a new enterprise OID for our organization and I want to integrate it with net-snmp by extending it. (Initially I have used a free OID for testing purpose.) When I extent it and execute below command, it gives below result. Can any body help me to resolve this? [EMAIL P

Re: snmpd suddenly stopped working

2008-12-01 Thread Julius
> > Hi, > > > > i was using snmp v3 with AuthNoPriv, then without notice i couldnt even > > do a snmpwalk. > > > > so i removed the old config files and started from scratch, but now even > > a simple snmp v1 config wont run... > > > > > > > > why is snmpd not accepting connections? > > > > cat /et