tasklwIP - A Lightweight TCP/IP stack - Tasks: task #13538, SNMP: implement IPv6 support in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #13538: SNMP: implement IPv6 support in standard MIBs

Submitter:  Simon Goldschmidt <goldsimon>
Submitted:  Thu 09 Apr 2015 08:30:28 PM UTC
   
 
Category:  None Should Start On:  Thu 09 Apr 2015 12:00:00 AM UTC
Should be Finished on:  Thu 09 Apr 2015 12:00:00 AM UTC Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Percent Complete:  30%
Open/Closed:  Open Planned Release:  None
Effort:  0.00

Sun 10 Jun 2018 06:33:26 PM UTC, comment #4: 

This is still not implemented.

I guess the easiest way is to use our mib-compiler (contrib/apps/LwipMibCompiler), generate the stubs and fill them in...

Simon Goldschmidt <goldsimon>
Group administrator
Sun 10 Jun 2018 12:19:36 PM UTC, comment #3: 

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)

yanhc <yanhc>
Mon 04 Jan 2016 11:08:25 AM UTC, comment #2: 

Implemented TCP-MIB and UDP-MIB. TODO: IP-MIB

Dirk Ziegelmeier <dziegel>
Group administrator
Thu 09 Apr 2015 08:30:45 PM UTC, comment #1: 
Simon Goldschmidt <goldsimon>
Group administrator
Thu 09 Apr 2015 08:30:28 PM UTC, original submission:  

In some subtrees, IPv6 support might be integrated, others are marked deprecated by now and have different subtrees as replacement.

Simon Goldschmidt <goldsimon>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by yanhc (Posted a comment)
  • -email is unavailable- added by dziegel (Posted a comment)
  • -email is unavailable- added by goldsimon (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-08-19 goldsimon StatusIn Progress None
        Assigned todziegel None
    2016-01-04 dziegel StatusNone In Progress
        Percent Complete0% 30%
        Assigned toNone dziegel

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code