JACOBS-LOWPAN-MIB
AI MIB Summary
The JACOBS-LOWPAN-MIB module enables monitoring of IPv6 over Low-Power Wireless Personal Area Networks (6LoWPAN) nodes to track protocol-specific metrics such as fragmentation status, neighbor discovery states, and link-layer transmission statistics. This module facilitates the management of resource-constrained IoT devices by exposing operational data required for troubleshooting connectivity and performance within 6LoWPAN mesh topologies.
The MIB module for monitoring nodes implementing the IPv6 over Low-Power Wireless Personal Area Networks (6LoWPAN) protocol. Copyright (c) 2014 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info).
Main OID:
lowpanMIB.1.3.6.1.4.1.30982.1.3
72
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
72 total| Object Name |
|---|
lowpanMIBThe MIB module for monitoring nodes implementing the IPv6 over Low-Power Wireless Personal Area Networks (6LoWPAN) protocol. Copyright (c) 2014 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). MODULE-IDENTITY .1.3.6.1.4.1.30982.1.3 |
lowpanNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.30982.1.3.0 |
lowpanObjects OBJECT IDENTIFIER .1.3.6.1.4.1.30982.1.3.1 |
lowpanStats OBJECT IDENTIFIER .1.3.6.1.4.1.30982.1.3.1.1 |
lowpanReasmTimeoutThe maximum number of seconds that received fragments are held while they are awaiting reassembly at this entity.ro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.30982.1.3.1.1.1 |
lowpanInReceivesThe total number of 6LoWPAN datagrams received, including those received in error.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.2 |
lowpanInHdrErrorsThe number of received 6LoWPAN datagrams discarded due to errors in their headers, including unknown dispatch values.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.3 |
lowpanInMeshReceivesThe number of received 6LoWPAN datagrams with a MESH header.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.4 |
lowpanInMeshForwdsThe number of received 6LoWPAN datagrams requiring MESH forwarding.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.5 |
lowpanInMeshDeliversThe number of received 6LoWPAN datagrams with a MESH header delivered to the local system.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.6 |
lowpanInReasmReqdsThe number of received 6LoWPAN fragments that needed to be reassembled. This includes both FRAG1 and FRAGN 6LoWPAN datagrams.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.7 |
lowpanInReasmFailsThe number of failures detected by the re-assembly algorithm (e.g., timeouts). Note that this is not necessarily a count of discarded 6LoWPAN fragments since implementations can lose track of the number of fragments by combining them as received.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.8 |
lowpanInReasmOKsThe number of IPv6 packets successfully reassembled.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.9 |
lowpanInCompReqdsThe number of 6LoWPAN datagrams requiring header decompression.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.10 |
lowpanInCompFailsThe number of 6LoWPAN datagrams where header decompression failed (e.g., because the necessary context information was not available).ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.11 |
lowpanInCompOKsThe number of 6LoWPAN datagrams where header decompression was successful.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.12 |
lowpanInDiscardsThe number of received 6LoWPAN datagrams for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded due to a reassembly failure or a compression failure.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.13 |
lowpanInDeliversThe total number of IPv6 packets successfully delivered to the IPv6 layer.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.14 |
lowpanOutRequestsThe total number of IPv6 packets supplied by the IPv6 layer.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.15 |
lowpanOutCompReqdsThe total number of IPv6 packets for which header compression was attempted.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.16 |
lowpanOutCompFailsThe total number of IPv6 packets for which header compression failed.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.17 |
lowpanOutCompOKsThe total number of IPv6 packets for which header compression was successful.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.18 |
lowpanOutFragReqdsThe number of IPv6 packets that required fragmentation in order to be transmitted.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.19 |
lowpanOutFragFailsThe number of IPv6 packets that have been discarded because fragmentation failed.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.20 |
lowpanOutFragOKsThe number of IPv6 packets that have been successfully fragmented.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.21 |
lowpanOutFragCreatesThe number of 6LoWPAN fragments that have been generated as a result of fragmentation. This includes both FRAG1 and FRAGN 6LoWPAN datagrams.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.22 |
lowpanOutMeshHopLimitExceedsThe number of 6LoWPAN datagrams with a MESH header that were dropped because the hop limit has been exceeded.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.23 |
lowpanOutMeshNoRoutesThe number of 6LoWPAN datagrams with a MESH header that were dropped because there was no forwarding information available.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.24 |
lowpanOutMeshRequestsThe number of 6LoWPAN datagrams requiring MESH header encapsulation.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.25 |
lowpanOutMeshForwdsThe number of 6LoWPAN datagrams with a MESH header for which suitable forwarding information was available.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.26 |
lowpanOutMeshTransmitsThe number of 6LoWPAN datagrams with a MESH header created.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.27 |
lowpanOutDiscardsThe number of IPv6 packets for which no problem was encountered to prevent their transmission to their destination, but were discarded (e.g., for lack of buffer space).ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.28 |
lowpanOutTransmitsThe total number of 6LoWPAN datagram that this entity supplied to the lower layers for transmission.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.1.29 |
lowpanIfStatsTableA table providing per interface statistics. SEQUENCE OF LowpanIfStatsEntry .1.3.6.1.4.1.30982.1.3.1.2 |
lowpanIfStatsEntryAn entry providing statistics for a specific interface. LowpanIfStatsEntry .1.3.6.1.4.1.30982.1.3.1.2.1 |
lowpanIfReasmTimeoutThe maximum number of seconds that received fragments are held while they are awaiting reassembly at this interface.ro Unsigned32 UNITS "seconds" .1.3.6.1.4.1.30982.1.3.1.2.1.1 |
lowpanIfInReceivesThe total number of 6LoWPAN datagrams received on this interface, including those received in error.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.2 |
lowpanIfInHdrErrorsThe number of 6LoWPAN datagrams received on this interface that were discarded due to errors in their headers, including unknown dispatch values.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.3 |
lowpanIfInMeshReceivesThe number of 6LoWPAN datagrams reveived on this interface with a MESH header.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.4 |
lowpanIfInMeshForwdsThe number of 6LoWPAN datagrams received on this interface requiring MESH forwarding.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.5 |
lowpanIfInMeshDeliversThe number of 6LoWPAN datagrams received on this interface with a MESH header delivered to the local system.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.6 |
lowpanIfInReasmReqdsThe number of 6LoWPAN fragments received on this interface that needed to be reassembled. This includes both FRAG1 and FRAGN 6LoWPAN datagrams.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.7 |
lowpanIfInReasmFailsThe number of failures detected by the re-assembly algorithm (e.g., timeouts) for datagrams received on this interface. Note that this is not necessarily a count of discarded 6LoWPAN fragments since implementations can lose track of the number of fragments by combining them as received.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.8 |
lowpanIfInReasmOKsThe number of IPv6 packets successfully reassembled from fragments received on this interface.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.9 |
lowpanIfInCompReqdsThe number of 6LoWPAN datagrams received on this interface requiring header decompression.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.10 |
lowpanIfInCompFailsThe number of 6LoWPAN datagrams received on this interface where header decompression failed (e.g., because the necessary context information was not available).ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.11 |
lowpanIfInCompOKsThe number of 6LoWPAN datagrams received on this interface where header decompression was successful.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.12 |
lowpanIfInDiscardsThe number of 6LoWPAN datagrams received on this interface for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded due to a reassembly failure or a compression failure.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.13 |
lowpanIfInDeliversThe total number of IPv6 packets received on this interface that were successfully delivered to the IPv6 layer.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.14 |
lowpanIfOutRequestsThe total number of IPv6 packets supplied by the IPv6 layer to be sent over this interface.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.15 |
lowpanIfOutCompReqdsThe total number of IPv6 packets to be sent over this interface for which header compression was attempted.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.16 |
lowpanIfOutCompFailsThe total number of IPv6 packets to be sent over this interface for which header compression failed.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.17 |
lowpanIfOutCompOKsThe total number of IPv6 packets to be sent over this interface for which header compression was successful.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.18 |
lowpanIfOutFragReqdsThe number of IPv6 packets to be sent over this interface that required fragmentation in order to be transmitted.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.19 |
lowpanIfOutFragFailsThe number of IPv6 packets to be sent over this interface that have been discarded because fragmentation failed.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.20 |
lowpanIfOutFragOKsThe number of IPv6 packets to be sent over this interface that have been successfully fragmented.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.21 |
lowpanIfOutFragCreatesThe number of 6LoWPAN fragments that have been generated on this interface as a result of fragmentation. This includes both FRAG1 and FRAGN 6LoWPAN datagrams.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.22 |
lowpanIfOutMeshHopLimitExceedsThe number of 6LoWPAN datagrams to be sent on this interface with a MESH header that were dropped because the hop limit has been exceeded.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.23 |
lowpanIfOutMeshNoRoutesThe number of 6LoWPAN datagrams to be sent on this interface with a MESH header that were dropped because there was no forwarding information available.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.24 |
lowpanIfOutMeshRequestsThe number of 6LoWPAN datagrams to be sent on this interface requiring MESH header encapsulation.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.25 |
lowpanIfOutMeshForwdsThe number of 6LoWPAN datagrams to be sent on this interface with a MESH header for which suitable forwarding information was available.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.26 |
lowpanIfOutMeshTransmitsThe number of 6LoWPAN datagrams to be send on this interface with a MESH header created.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.27 |
lowpanIfOutDiscardsThe number of IPv6 packets to be sent over this interface for which no problem was encountered to prevent their transmission to their destination, but were discarded (e.g., for lack of buffer space).ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.28 |
lowpanIfOutTransmitsThe total number of 6LoWPAN datagrams to be sent on this interface that this entity supplied to the lower layers for transmission.ro Counter32 .1.3.6.1.4.1.30982.1.3.1.2.1.29 |
lowpanConformance OBJECT IDENTIFIER .1.3.6.1.4.1.30982.1.3.2 |
lowpanGroups OBJECT IDENTIFIER .1.3.6.1.4.1.30982.1.3.2.1 |
lowpanStatsGroupA collection of objects providing information and statistics about the processing of 6LoWPAN datagrams, excluding counters covering the processing of datagrams with a mesh headers. Unknown .1.3.6.1.4.1.30982.1.3.2.1.1 |
lowpanStatsMeshGroupA collection of objects providing information and statistics about the processing of 6LoWPAN datagrams with a 6LoWPAN mesh header. Unknown .1.3.6.1.4.1.30982.1.3.2.1.2 |
lowpanIfStatsGroupA collection of objects providing per interface information and statistics about the processing of 6LoWPAN datagrams, excluding counters covering the processing of datagrams with a mesh headers. Unknown .1.3.6.1.4.1.30982.1.3.2.1.3 |
lowpanIfStatsMeshGroupA collection of objects providing per interface information and statistics about the processing of 6LoWPAN datagrams with a 6LoWPAN mesh header. Unknown .1.3.6.1.4.1.30982.1.3.2.1.4 |
lowpanCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.30982.1.3.2.2 |
lowpanComplianceCompliance statement for systems that implement 6LoWPAN. Unknown .1.3.6.1.4.1.30982.1.3.2.2.1 |