I didn't realize there was any support for the historical IPV6 MIBs in
net-snmp.  However, you will find support for the IP-MIB (
http://www.net-snmp.org/docs/mibs/ip.html) and all of the information
you're looking for should be there - ipv6InterfaceTable,
ipAddressPrefixTable, ipAddressTable, etc.

  Bill


On Tue, Aug 19, 2014 at 11:00 AM, Roger Meier <roger.me...@terreactive.ch>
wrote:

> Hi SNMP users,
>
> It seems that the agent supports the ipv6Interfaces MIB, but not the
> ipv6AddrTable MIB.
>
> I tried this using the following versions:
>
> - Net-SNMP 5.7.2.1 on a home brewed Linux, the daemon built from source,
> - Net-SNMP 5.4.3 on Ubuntu, using the packages which come with 12.04.
>
> First the ipv6Interfaces:
>
> # snmpwalk -mALL -Os -v 3 -p 234 -t 6 -u <deleted> -l authPriv -a MD5 -A
> <deleted> -x DES -X <deleted> 172.27.x.x .1.3.6.1.2.1.55
> ipv6Forwarding.0 = notForwarding(2)
> ipv6DefaultHopLimit.0 = 64
> ipv6Interfaces.0 = Gauge32: 4
> ipv6IfDescr.1 = lo
> ipv6IfDescr.2 = eth0
> [...]
> ipv6IfLowerLayer.1 = OID: zeroDotZero
> ipv6IfLowerLayer.2 = OID: zeroDotZero
> [...]
> ipv6IfEffectiveMtu.1 = Gauge32: 16436 octets
> ipv6IfEffectiveMtu.2 = Gauge32: 1500 octets
> [...]
> ipv6IfPhysicalAddress.1 =
> ipv6IfPhysicalAddress.2 = 0:c:29:13:9b:5e
> [...]
> ipv6IfAdminStatus.1 = up(1)
> ipv6IfAdminStatus.2 = up(1)
> [...]
> ipv6IfOperStatus.1 = up(1)
> ipv6IfOperStatus.2 = up(1)
> [...]
>
> As one would expect.  But the ipv6AddrTable is missing:
>
> # snmpwalk -mALL -Os -v 3 -p 234 -t 6 -u <deleted> -l authPriv -a MD5 -A
> <deleted> -x DES -X <deleted> 172.27.x.x .1.3.6.1.2.1.55.1.8
> ipv6AddrTable = No Such Object available on this agent
>
> Is it really true that the ipv6AddrTable is not supported by the Net-SNMP
> 5.7.2.1 agent, or am I missing something?
>
> Thanks for any hint.
>
> Regards
>
> -- Roger
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Net-snmp-users mailing list
> Net-snmp-users@lists.sourceforge.net
> Please see the following page to unsubscribe or change other options:
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users
>
>
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to