LOWPAN-MIB

File: LOWPAN-MIB.mib (25982 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 mib-2 OBJECT-GROUP
MODULE-COMPLIANCE ifIndex

Defined Types

LowpanIfStatsEntry  
SEQUENCE    
  lowpanIfReasmTimeout Unsigned32
  lowpanIfInReceives Counter32
  lowpanIfInHdrErrors Counter32
  lowpanIfInMeshReceives Counter32
  lowpanIfInMeshForwds Counter32
  lowpanIfInMeshDelivers Counter32
  lowpanIfInReasmReqds Counter32
  lowpanIfInReasmFails Counter32
  lowpanIfInReasmOKs Counter32
  lowpanIfInCompReqds Counter32
  lowpanIfInCompFails Counter32
  lowpanIfInCompOKs Counter32
  lowpanIfInDiscards Counter32
  lowpanIfInDelivers Counter32
  lowpanIfOutRequests Counter32
  lowpanIfOutCompReqds Counter32
  lowpanIfOutCompFails Counter32
  lowpanIfOutCompOKs Counter32
  lowpanIfOutFragReqds Counter32
  lowpanIfOutFragFails Counter32
  lowpanIfOutFragOKs Counter32
  lowpanIfOutFragCreates Counter32
  lowpanIfOutMeshHopLimitExceeds Counter32
  lowpanIfOutMeshNoRoutes Counter32
  lowpanIfOutMeshRequests Counter32
  lowpanIfOutMeshForwds Counter32
  lowpanIfOutMeshTransmits Counter32
  lowpanIfOutDiscards Counter32
  lowpanIfOutTransmits Counter32

Defined Values

lowpanMIB 1.3.6.1.2.1.226
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).
MODULE-IDENTITY    

lowpanNotifications 1.3.6.1.2.1.226.0
OBJECT IDENTIFIER    

lowpanObjects 1.3.6.1.2.1.226.1
OBJECT IDENTIFIER    

lowpanConformance 1.3.6.1.2.1.226.2
OBJECT IDENTIFIER    

lowpanStats 1.3.6.1.2.1.226.1.1
OBJECT IDENTIFIER    

lowpanReasmTimeout 1.3.6.1.2.1.226.1.1.1
The maximum number of seconds that received fragments are held while they are awaiting reassembly at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

lowpanInReceives 1.3.6.1.2.1.226.1.1.2
The total number of 6LoWPAN datagrams received, including those received in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInHdrErrors 1.3.6.1.2.1.226.1.1.3
The number of received 6LoWPAN datagrams discarded due to errors in their headers, including unknown dispatch values.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInMeshReceives 1.3.6.1.2.1.226.1.1.4
The number of received 6LoWPAN datagrams with a MESH header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInMeshForwds 1.3.6.1.2.1.226.1.1.5
The number of received 6LoWPAN datagrams requiring mesh forwarding.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInMeshDelivers 1.3.6.1.2.1.226.1.1.6
The number of received 6LoWPAN datagrams with a MESH header delivered to the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInReasmReqds 1.3.6.1.2.1.226.1.1.7
The number of received 6LoWPAN fragments that needed to be reassembled. This includes both FRAG1 and FRAGN 6LoWPAN datagrams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInReasmFails 1.3.6.1.2.1.226.1.1.8
The 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInReasmOKs 1.3.6.1.2.1.226.1.1.9
The number of IPv6 packets successfully reassembled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInCompReqds 1.3.6.1.2.1.226.1.1.10
The number of 6LoWPAN datagrams requiring header decompression.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInCompFails 1.3.6.1.2.1.226.1.1.11
The number of 6LoWPAN datagrams where header decompression failed (e.g., because the necessary context information was not available).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInCompOKs 1.3.6.1.2.1.226.1.1.12
The number of 6LoWPAN datagrams where header decompression was successful.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInDiscards 1.3.6.1.2.1.226.1.1.13
The number of received 6LoWPAN datagrams that were discarded (e.g., for lack of buffer space) even though no problems were encountered to prevent their continued processing. Note that this counter does not include any datagrams discarded due to a reassembly failure or a compression failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanInDelivers 1.3.6.1.2.1.226.1.1.14
The total number of IPv6 packets successfully delivered to the IPv6 layer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutRequests 1.3.6.1.2.1.226.1.1.15
The total number of IPv6 packets supplied by the IPv6 layer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutCompReqds 1.3.6.1.2.1.226.1.1.16
The total number of IPv6 packets for which header compression was attempted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutCompFails 1.3.6.1.2.1.226.1.1.17
The total number of IPv6 packets for which header compression failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutCompOKs 1.3.6.1.2.1.226.1.1.18
The total number of IPv6 packets for which header compression was successful.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutFragReqds 1.3.6.1.2.1.226.1.1.19
The number of IPv6 packets that required fragmentation in order to be transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutFragFails 1.3.6.1.2.1.226.1.1.20
The number of IPv6 packets that have been discarded because fragmentation failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutFragOKs 1.3.6.1.2.1.226.1.1.21
The number of IPv6 packets that have been successfully fragmented.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutFragCreates 1.3.6.1.2.1.226.1.1.22
The number of 6LoWPAN fragments that have been generated as a result of fragmentation. This includes both FRAG1 and FRAGN 6LoWPAN datagrams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutMeshHopLimitExceeds 1.3.6.1.2.1.226.1.1.23
The number of 6LoWPAN datagrams with a MESH header that were dropped because the hop limit was exceeded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutMeshNoRoutes 1.3.6.1.2.1.226.1.1.24
The number of 6LoWPAN datagrams with a MESH header that were dropped because there was no forwarding information available.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutMeshRequests 1.3.6.1.2.1.226.1.1.25
The number of 6LoWPAN datagrams requiring MESH header encapsulation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutMeshForwds 1.3.6.1.2.1.226.1.1.26
The number of 6LoWPAN datagrams with a MESH header for which suitable forwarding information was available.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutMeshTransmits 1.3.6.1.2.1.226.1.1.27
The number of 6LoWPAN datagrams with a MESH header created.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutDiscards 1.3.6.1.2.1.226.1.1.28
The number of IPv6 packets that were discarded (e.g., for lack of buffer space) even though no problem was encountered to prevent their transmission to their destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanOutTransmits 1.3.6.1.2.1.226.1.1.29
The total number of 6LoWPAN datagram that this entity supplied to the lower layers for transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfStatsTable 1.3.6.1.2.1.226.1.2
A table providing per-interface statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LowpanIfStatsEntry

lowpanIfStatsEntry 1.3.6.1.2.1.226.1.2.1
An entry providing statistics for a specific interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  LowpanIfStatsEntry  

lowpanIfReasmTimeout 1.3.6.1.2.1.226.1.2.1.1
The maximum number of seconds that received fragments are held while they are awaiting reassembly at this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

lowpanIfInReceives 1.3.6.1.2.1.226.1.2.1.2
The total number of 6LoWPAN datagrams received on this interface, including those received in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInHdrErrors 1.3.6.1.2.1.226.1.2.1.3
The number of 6LoWPAN datagrams received on this interface that were discarded due to errors in their headers, including unknown dispatch values.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInMeshReceives 1.3.6.1.2.1.226.1.2.1.4
The number of 6LoWPAN datagrams received on this interface with a MESH header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInMeshForwds 1.3.6.1.2.1.226.1.2.1.5
The number of 6LoWPAN datagrams received on this interface requiring mesh forwarding.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInMeshDelivers 1.3.6.1.2.1.226.1.2.1.6
The number of 6LoWPAN datagrams received on this interface with a MESH header delivered to the local system.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInReasmReqds 1.3.6.1.2.1.226.1.2.1.7
The number of 6LoWPAN fragments received on this interface that needed to be reassembled. This includes both FRAG1 and FRAGN 6LoWPAN datagrams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInReasmFails 1.3.6.1.2.1.226.1.2.1.8
The number of failures detected by the reassembly 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInReasmOKs 1.3.6.1.2.1.226.1.2.1.9
The number of IPv6 packets successfully reassembled from fragments received on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInCompReqds 1.3.6.1.2.1.226.1.2.1.10
The number of 6LoWPAN datagrams received on this interface requiring header decompression.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInCompFails 1.3.6.1.2.1.226.1.2.1.11
The number of 6LoWPAN datagrams received on this interface where header decompression failed (e.g., because the necessary context information was not available).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInCompOKs 1.3.6.1.2.1.226.1.2.1.12
The number of 6LoWPAN datagrams received on this interface where header decompression was successful.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInDiscards 1.3.6.1.2.1.226.1.2.1.13
The number of 6LoWPAN datagrams received on this interface that were discarded (e.g., for lack of buffer space) even though no problems were encountered to prevent their continued processing. Note that this counter does not include any datagrams discarded due to a reassembly failure or a compression failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfInDelivers 1.3.6.1.2.1.226.1.2.1.14
The total number of IPv6 packets received on this interface that were successfully delivered to the IPv6 layer.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutRequests 1.3.6.1.2.1.226.1.2.1.15
The total number of IPv6 packets supplied by the IPv6 layer to be sent over this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutCompReqds 1.3.6.1.2.1.226.1.2.1.16
The total number of IPv6 packets to be sent over this interface for which header compression was attempted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutCompFails 1.3.6.1.2.1.226.1.2.1.17
The total number of IPv6 packets to be sent over this interface for which header compression failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutCompOKs 1.3.6.1.2.1.226.1.2.1.18
The total number of IPv6 packets to be sent over this interface for which header compression was successful.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutFragReqds 1.3.6.1.2.1.226.1.2.1.19
The number of IPv6 packets to be sent over this interface that required fragmentation in order to be transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutFragFails 1.3.6.1.2.1.226.1.2.1.20
The number of IPv6 packets to be sent over this interface that have been discarded because fragmentation failed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutFragOKs 1.3.6.1.2.1.226.1.2.1.21
The number of IPv6 packets to be sent over this interface that have been successfully fragmented.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutFragCreates 1.3.6.1.2.1.226.1.2.1.22
The number of 6LoWPAN fragments that have been generated on this interface as a result of fragmentation. This includes both FRAG1 and FRAGN 6LoWPAN datagrams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutMeshHopLimitExceeds 1.3.6.1.2.1.226.1.2.1.23
The number of 6LoWPAN datagrams to be sent on this interface with a MESH header that were dropped because the hop limit was exceeded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutMeshNoRoutes 1.3.6.1.2.1.226.1.2.1.24
The number of 6LoWPAN datagrams to be sent on this interface with a MESH header that were dropped because there was no forwarding information available.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutMeshRequests 1.3.6.1.2.1.226.1.2.1.25
The number of 6LoWPAN datagrams to be sent on this interface requiring MESH header encapsulation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutMeshForwds 1.3.6.1.2.1.226.1.2.1.26
The number of 6LoWPAN datagrams to be sent on this interface with a MESH header for which suitable forwarding information was available.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutMeshTransmits 1.3.6.1.2.1.226.1.2.1.27
The number of 6LoWPAN datagrams to be sent on this interface with a MESH header created.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutDiscards 1.3.6.1.2.1.226.1.2.1.28
The number of IPv6 packets to be sent over this interface that were discarded (e.g., for lack of buffer space) even though no problem was encountered to prevent their transmission to their destination.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanIfOutTransmits 1.3.6.1.2.1.226.1.2.1.29
The total number of 6LoWPAN datagrams to be sent on this interface that this entity supplied to the lower layers for transmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

lowpanGroups 1.3.6.1.2.1.226.2.1
OBJECT IDENTIFIER    

lowpanCompliances 1.3.6.1.2.1.226.2.2
OBJECT IDENTIFIER    

lowpanCompliance 1.3.6.1.2.1.226.2.2.1
Compliance statement for systems that implement 6LoWPAN.
Status: current Access: read-only
MODULE-COMPLIANCE    

lowpanStatsGroup 1.3.6.1.2.1.226.2.1.1
A collection of objects providing information and statistics about the processing of 6LoWPAN datagrams, excluding counters covering the processing of datagrams with a MESH header.
Status: current Access: read-only
OBJECT-GROUP    

lowpanStatsMeshGroup 1.3.6.1.2.1.226.2.1.2
A collection of objects providing information and statistics about the processing of 6LoWPAN datagrams with a MESH header.
Status: current Access: read-only
OBJECT-GROUP    

lowpanIfStatsGroup 1.3.6.1.2.1.226.2.1.3
A 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 header.
Status: current Access: read-only
OBJECT-GROUP    

lowpanIfStatsMeshGroup 1.3.6.1.2.1.226.2.1.4
A collection of objects providing per-interface information and statistics about the processing of 6LoWPAN datagrams with a MESH header.
Status: current Access: read-only
OBJECT-GROUP