lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [task #13538] SNMP: implement IPv6 support in standard MIBs


From: hongchengyan
Subject: [lwip-devel] [task #13538] SNMP: implement IPv6 support in standard MIBs
Date: Sun, 10 Jun 2018 08:19:37 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36

Follow-up Comment #3, task #13538 (project lwip):

Hi, is there any new progress with this task?
I am currently using the IPv6 protocol in lwip2.0.3 and planing to use snmp to
get the IPv6 statistics and route table information.
However, I found snmp_mib2_ip.c only implements
1.3.6.1.2.1.4.1~1.3.6.1.2.1.4.23 which are IPv4 related OIDs.
So, is there any further progress with this task? 
And if I have to implement the IPv6 related OIDs myself, is there any
reference implementation or is there any suggested procedure to do this work?

The followings are IP-MIB:
MIX : 1 (iso). 3 (org). 6 (dod). 1 (internet). 2 (mgmt). 1 (mib-2). 4 (ip)
OID : 1.3.6.1.2.1.4
TXT : iso. org. dod. internet. mgmt. mib-2. ip
1.3.6.1.2.1.4.1 (ipForwarding)
1.3.6.1.2.1.4.2 (ipDefaultTTL)
1.3.6.1.2.1.4.3 (ipInReceives)
1.3.6.1.2.1.4.4 (ipInHdrErrors)
1.3.6.1.2.1.4.5 (ipInAddrErrors)
1.3.6.1.2.1.4.6 (ipForwDatagrams)
1.3.6.1.2.1.4.7 (ipInUnknownProtos)
1.3.6.1.2.1.4.8 (ipInDiscards)
1.3.6.1.2.1.4.9 (ipInDelivers)
1.3.6.1.2.1.4.10 (ipOutRequests)
1.3.6.1.2.1.4.11 (ipOutDiscards)
1.3.6.1.2.1.4.12 (ipOutNoRoutes)
1.3.6.1.2.1.4.13 (ipReasmTimeout)
1.3.6.1.2.1.4.14 (ipReasmReqds)
1.3.6.1.2.1.4.15 (ipReasmOKs)
1.3.6.1.2.1.4.16 (ipReasmFails)
1.3.6.1.2.1.4.17 (ipFragOKs)
1.3.6.1.2.1.4.18 (ipFragFails)
1.3.6.1.2.1.4.19 (ipFragCreates)
1.3.6.1.2.1.4.20 (ipAddrTable)
1.3.6.1.2.1.4.21 (ipRouteTable)
1.3.6.1.2.1.4.22 (ipNetToMediaTable)
1.3.6.1.2.1.4.23 (ipRoutingDiscards)
1.3.6.1.2.1.4.24 (ipForward)
1.3.6.1.2.1.4.25 (ipv6IpForwarding)
1.3.6.1.2.1.4.26 (ipv6IpDefaultHopLimit)
1.3.6.1.2.1.4.27 (ipv4InterfaceTableLastChange)
1.3.6.1.2.1.4.28 (ipv4InterfaceTable)
1.3.6.1.2.1.4.29 (ipv6InterfaceTableLastChange)
1.3.6.1.2.1.4.30 (ipv6InterfaceTable)
1.3.6.1.2.1.4.31 (ipTrafficStats)
1.3.6.1.2.1.4.32 (ipAddressPrefixTable)
1.3.6.1.2.1.4.33 (ipAddressSpinLock)
1.3.6.1.2.1.4.34 (ipAddressTable)
1.3.6.1.2.1.4.35 (ipNetToPhysicalTable)
1.3.6.1.2.1.4.36 (ipv6ScopeZoneIndexTable)
1.3.6.1.2.1.4.37 (ipDefaultRouterTable)
1.3.6.1.2.1.4.38 (ipv6RouterAdvertSpinLock)
1.3.6.1.2.1.4.39 (ipv6RouterAdvertTable)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?13538>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]