Re: IPV6 support

"Brian A. Seklecki" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
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 snmpd -Lo -DALL -f

~BAS


On Mon, 1 Dec 2008, Reza Salehi wrote:

> Thanks Brian.
>
>
>
> It is still not working.
>
>
>
> You can see at below the out put of ldd command. Also,as attachment please find the config.log file.
>
>
>
> Regards,
>
> Reza
>
>  linux-gate.so.1 =>  (0xffffe000)
>
>         libnetsnmpagent.so.15 => /usr/lib/libnetsnmpagent.so.15 (0xb7ef8000)
>
>         libnetsnmphelpers.so.15 => /usr/lib/libnetsnmphelpers.so.15 (0xb7edc000)
>
>         libnetsnmpmibs.so.15 => /usr/lib/libnetsnmpmibs.so.15 (0xb7dca000)
>
>         libnetsnmp.so.15 => /usr/lib/libnetsnmp.so.15 (0xb7d30000)
>
>         librpm-4.4.so => /usr/lib/librpm-4.4.so (0xb7ca1000)
>
>         librpmdb-4.4.so => /usr/lib/librpmdb-4.4.so (0xb7b95000)
>
>         libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb7b40000)
>
>         libelf.so.1 => /usr/lib/libelf.so.1 (0xb7b2d000)
>
>         libselinux.so.1 => /lib/libselinux.so.1 (0xb7b1c000)
>
>         librpmio-4.4.so => /usr/lib/librpmio-4.4.so (0xb7a85000)
>
>         libbeecrypt.so.6 => /usr/lib/libbeecrypt.so.6 (0xb7a3a000)
>
>         libneon.so.24 => /usr/lib/libneon.so.24 (0xb7a20000)
>
>         libssl.so.5 => /lib/libssl.so.5 (0xb79e8000)
>
>         libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0xb79d1000)
>
>         libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0xb795f000)
>
>         libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0xb793b000)
>
>         libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0xb7937000)
>
>         libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7934000)
>
>         libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb7915000)
>
>         librt.so.1 => /lib/librt.so.1 (0xb7902000)
>
>         libbz2.so.1 => /usr/lib/libbz2.so.1 (0xb78f0000)
>
>         libpopt.so.0 => /usr/lib/libpopt.so.0 (0xb78e8000)
>
>         libcrypto.so.5 => /lib/libcrypto.so.5 (0xb77d0000)
>
>         libz.so.1 => /usr/lib/libz.so.1 (0xb77bd000)
>
>         libperl.so =>
> /usr/lib/perl5/5.8.6/i386-linux-thread-multi/CORE/libperl.so
> (0xb7671000)
>
>         libresolv.so.2 => /lib/libresolv.so.2 (0xb765f000)
>
>         libnsl.so.1 => /lib/libnsl.so.1 (0xb764b000)
>
>         libdl.so.2 => /lib/libdl.so.2 (0xb7647000)
>
>         libm.so.6 => /lib/libm.so.6 (0xb7621000)
>
>         libcrypt.so.1 => /lib/libcrypt.so.1 (0xb75f4000)
>
>         libutil.so.1 => /lib/libutil.so.1 (0xb75f0000)
>
>         libpthread.so.0 => /lib/libpthread.so.0 (0xb75df000)
>
>         libc.so.6 => /lib/libc.so.6 (0xb74c2000)
>
>         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb74b7000)
>
>         libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb73db000)
>
>         /lib/ld-linux.so.2 (0xb7f32000)
>
>
>
>
>
>  
>
> --- 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: "SNMP FORUM" <[email protected]>
> Date: Monday, December 1, 2008, 4:30 PM
>
> 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 snmpd)"
>
> ~BAS
>
>> I get the following error all the time:
>>
>>
>>
>> snmpwalk -v 2c localhost -c TC IPV6-MIB::ipv6IfTable-------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
> Net-snmp-users mailing list
> [email protected]
> Please see the following page to unsubscribe or change other options:
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users
>

l8*
 	-lava (Brian A. Seklecki - Pittsburgh, PA, USA)
 	       http://www.spiritual-machines.org/

     "Show me a young conservative and I'll show you someone with no heart.
     Show me an old liberal and I'll show you someone with no brains."
     ~ Winston Churchill

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.