JACOBS-RPL-MIB

File: JACOBS-RPL-MIB.mib (35164 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB INET-ADDRESS-MIB JACOBS-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 mib-2 TEXTUAL-CONVENTION
TruthValue OBJECT-GROUP MODULE-COMPLIANCE
InterfaceIndex InetAddressIPv6 cnds

Defined Types

RplMessageType  
The type of an RPL control message as defined in Section 6 of RFC 6550.
TEXTUAL-CONVENTION    
  Unsigned32 0..255  

RplInstanceID  
A global or local RPLinstanceID as defined in Section 5.1. of RFC 6550.
TEXTUAL-CONVENTION    
  Unsigned32 0..255  

RplDodagVersionNumber  
The version number of a DODAG as defined in Section 6.3 of RFC 6550.
TEXTUAL-CONVENTION    
  Unsigned32 0..255  

RplRank  
The rank of a node within a DODAG as defined in Section 6.3 of RFC 6550.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

RplObjectiveCodePoint  
The Objective Code Point of a DODAG as defined in Section 6.7.6 of RFC 6550.
TEXTUAL-CONVENTION    
  Unsigned32 0..65535  

RplDISMode  
Determines whether a DIS message is send upon boot-up or not as defined in Section 18.2.1.1 of RFC 6550: silent(1) do not send DIS messages send(2) send DIS messages
TEXTUAL-CONVENTION    
  INTEGER silent(1), send(2)  

RplModeOfOperation  
Determines the mode of operation.
TEXTUAL-CONVENTION    
  INTEGER noDownwardRoutes(0), nonStoringMode(1), storingWithoutMulticastSupport(2), storingWithMulticastSupport(3)  

RplDAODelay  
The delay time used for aggregation before a DAO message is send.
TEXTUAL-CONVENTION    
  Unsigned32  

RplDodagPreference  
The preference of a DODAG compared to another DODAG of the same instance as defined in Section 6.3 of RFC 6550.
TEXTUAL-CONVENTION    
  Unsigned32 0..7  

RplMinHopRankIncrease  
The minimal incerease of a rank within a single hop as defined in Section 6.7.6 of RFC 6550.
TEXTUAL-CONVENTION    
  Unsigned32 0..131071  

RplPathControlSize  
The Path Control Size within a DODAG as defined in Section 6.7.6 of RFC 6550.
TEXTUAL-CONVENTION    
  Unsigned32 0..7  

RplOCPEntry  
SEQUENCE    
  rplOCPCodepoint RplObjectiveCodePoint
  rplOCPEnabled TruthValue

RplInstanceEntry  
SEQUENCE    
  rplInstanceID RplInstanceID
  rplInstanceDISMode RplDISMode
  rplInstanceDISMessages Unsigned32
  rplInstanceDISTimeout Unsigned32
  rplInstanceModeOfOperation RplModeOfOperation

RplDodagEntry  
SEQUENCE    
  rplDodagIndex Unsigned32
  rplDodagID InetAddressIPv6
  rplDodagVersion RplDodagVersionNumber
  rplDodagRank RplRank
  rplDodagState INTEGER
  rplDodagOCP RplObjectiveCodePoint
  rplDodagDAODelay RplDAODelay
  rplDodagDAOAckEnabled TruthValue
  rplDodagPreference RplDodagPreference
  rplDodagMinHopRankIncrease RplMinHopRankIncrease
  rplDodagMaxRankIncrease Unsigned32
  rplDodagIntervalDoublings Unsigned32
  rplDodagIntervalMin Unsigned32
  rplDodagRedundancyConstant Unsigned32
  rplDodagPathControlSize RplPathControlSize

RplDodagParentEntry  
SEQUENCE    
  rplDodagParentID InetAddressIPv6
  rplDodagParentIf InterfaceIndex

RplDodagChildEntry  
SEQUENCE    
  rplDodagChildID InetAddressIPv6
  rplDodagChildIf InterfaceIndex

RplMsgStatsEntry  
SEQUENCE    
  rplMsgStatsType RplMessageType
  rplMsgStatsInMsgs Counter32
  rplMsgStatsOutMsgs Counter32

Defined Values

rplMib 1.3.6.1.4.1.30982.1.2
The MIB module for monitoring nodes implementing the IPv6 routing protocol for low power and lossy networks (RPL). Copyright (c) 2012 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    

rplNotifications 1.3.6.1.4.1.30982.1.2.0
OBJECT IDENTIFIER    

rplObjects 1.3.6.1.4.1.30982.1.2.1
OBJECT IDENTIFIER    

rplConformance 1.3.6.1.4.1.30982.1.2.2
OBJECT IDENTIFIER    

rplDefaults 1.3.6.1.4.1.30982.1.2.1.1
OBJECT IDENTIFIER    

rplDefaultDISMode 1.3.6.1.4.1.30982.1.2.1.1.1
Determines whether a DIS message is send upon boot-up. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  RplDISMode  

rplDefaultDISMessages 1.3.6.1.4.1.30982.1.2.1.1.2
The number of DIS messages that are sent as an initial probe for nearby DODAGs if the DIS mode is 'send'. The value of this object is ignored if the DIS mode is 'silent'. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..255  

rplDefaultDISTimeout 1.3.6.1.4.1.30982.1.2.1.1.3
The number of seconds after which a node in DIS mode 'send' in the absence of DIO messages may decide to root a floating DODAG. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

rplDefaultDAODelay 1.3.6.1.4.1.30982.1.2.1.1.4
The default delay for aggregations before a DAO is send. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  RplDAODelay  

rplDefaultDAOAckEnabled 1.3.6.1.4.1.30982.1.2.1.1.5
Indicates whether DAO Acknowledgements are sent on this RPL instance. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rplDefaultPreference 1.3.6.1.4.1.30982.1.2.1.1.6
The default preference of this DODAG compared to other DODAGs within the same instance. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  RplDodagPreference  

rplDefaultMinHopRankIncrease 1.3.6.1.4.1.30982.1.2.1.1.7
The default minimum increase of the rank in a single hop. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  RplMinHopRankIncrease  

rplDefaultMaxRankIncrease 1.3.6.1.4.1.30982.1.2.1.1.8
The default maximum allowable increase in rank in support of local repair. If DAGMaxRankIncrease is 0 then this mechanism is disabled. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

rplDefaultModeOfOperation 1.3.6.1.4.1.30982.1.2.1.1.9
The mode of operation of the RPL instance. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  RplModeOfOperation  

rplDefaultIntervalDoublings 1.3.6.1.4.1.30982.1.2.1.1.10
The default Imax parameter of the DIO trickle timer. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

rplDefaultIntervalMin 1.3.6.1.4.1.30982.1.2.1.1.11
The default Imin parameter of the DIO trickle timer. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

rplDefaultRedundancyConstant 1.3.6.1.4.1.30982.1.2.1.1.12
The default k parameter of the DIO trickle timer. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

rplActive 1.3.6.1.4.1.30982.1.2.1.2
OBJECT IDENTIFIER    

rplActiveInstance 1.3.6.1.4.1.30982.1.2.1.2.1
The currently active RPL Instance. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  RplInstanceID  

rplActiveDodag 1.3.6.1.4.1.30982.1.2.1.2.2
The currently active RPL DODAG in the active RPL Instance. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressIPv6  

rplActiveDodagTriggerSequence 1.3.6.1.4.1.30982.1.2.1.2.3
The DAO Trigger Sequence Number (DTSN) of the active DODAG as defined in Section 6.3.1 of RFC 6550. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

rplOCPTable 1.3.6.1.4.1.30982.1.2.1.3
The table of all supported Objective Code Points (OCPs).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RplOCPEntry

rplOCPEntry 1.3.6.1.4.1.30982.1.2.1.3.1
An entry representing a supported Objective Code Point.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplOCPEntry  

rplOCPCodepoint 1.3.6.1.4.1.30982.1.2.1.3.1.1
A supported Objective Code Point.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplObjectiveCodePoint  

rplOCPEnabled 1.3.6.1.4.1.30982.1.2.1.3.1.2
Enables the usage of this Objective Code Point. Changes to this value may not persist across restarts.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rplInstanceTable 1.3.6.1.4.1.30982.1.2.1.4
The table represents information about all known RPL Instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RplInstanceEntry

rplInstanceEntry 1.3.6.1.4.1.30982.1.2.1.4.1
An entry representing information about a RPL Instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplInstanceEntry  

rplInstanceID 1.3.6.1.4.1.30982.1.2.1.4.1.1
The InstanceID of this RPL Instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplInstanceID  

rplInstanceDISMode 1.3.6.1.4.1.30982.1.2.1.4.1.2
Reports whether a DIS message is send for this instance upon boot-up.
Status: current Access: read-only
OBJECT-TYPE    
  RplDISMode  

rplInstanceDISMessages 1.3.6.1.4.1.30982.1.2.1.4.1.3
The number of DIS messages that are sent as an initial probe for nearby DODAGs if the DIS mode is 'send'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..255  

rplInstanceDISTimeout 1.3.6.1.4.1.30982.1.2.1.4.1.4
The number of seconds after which a node in DIS mode 'send' in the absence of DIO messages may decide to root a floating DODAG.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

rplInstanceModeOfOperation 1.3.6.1.4.1.30982.1.2.1.4.1.5
The mode of operation of the RPL instance.
Status: current Access: read-only
OBJECT-TYPE    
  RplModeOfOperation  

rplDodagTable 1.3.6.1.4.1.30982.1.2.1.5
The table represents information about all locally known DODAGs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RplDodagEntry

rplDodagEntry 1.3.6.1.4.1.30982.1.2.1.5.1
An entry representing information about a DODAG.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplDodagEntry  

rplDodagIndex 1.3.6.1.4.1.30982.1.2.1.5.1.1
The index identifying a DODAG within an RPL instance. This index is used to keep the table indexes short. The RPL protocol identifies a DODAG within an RPL instance by the DODAGID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

rplDodagID 1.3.6.1.4.1.30982.1.2.1.5.1.2
The identifier of a DODAG root (DODAGID) of this RPL instance. The root of the DODAG reports its own IPv6 address as the DODAG root. This is uniquely identifying a DODAG within an RPL instance.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv6  

rplDodagVersion 1.3.6.1.4.1.30982.1.2.1.5.1.3
The version of the DODAG in this RPL instance.
Status: current Access: read-only
OBJECT-TYPE    
  RplDodagVersionNumber  

rplDodagRank 1.3.6.1.4.1.30982.1.2.1.5.1.4
The rank of the node within the DODAG.
Status: current Access: read-only
OBJECT-TYPE    
  RplRank  

rplDodagState 1.3.6.1.4.1.30982.1.2.1.5.1.5
The status of the DODAG: other(0) An unknown state. grounded(1) The DODAG is grounded. floating(2) The DODAG is floating (not grounded).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(0), grounded(1), floating(2)  

rplDodagOCP 1.3.6.1.4.1.30982.1.2.1.5.1.6
The Objective Code Point of this DODAG.
Status: current Access: read-only
OBJECT-TYPE    
  RplObjectiveCodePoint  

rplDodagDAODelay 1.3.6.1.4.1.30982.1.2.1.5.1.7
The delay for aggregations before a DAO is send.
Status: current Access: read-only
OBJECT-TYPE    
  RplDAODelay  

rplDodagDAOAckEnabled 1.3.6.1.4.1.30982.1.2.1.5.1.8
Indicates whether DAO Acknowledgements are sent on this DODAG.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

rplDodagPreference 1.3.6.1.4.1.30982.1.2.1.5.1.9
How preferred this DODAG is compared to other DODAGs within the same instance.
Status: current Access: read-only
OBJECT-TYPE    
  RplDodagPreference  

rplDodagMinHopRankIncrease 1.3.6.1.4.1.30982.1.2.1.5.1.10
The minimum increase of the rank in a single hop.
Status: current Access: read-only
OBJECT-TYPE    
  RplMinHopRankIncrease  

rplDodagMaxRankIncrease 1.3.6.1.4.1.30982.1.2.1.5.1.11
The maximum allowable increase in rank in support of local repair. If DAGMaxRankIncrease is 0 then this mechanism is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

rplDodagIntervalDoublings 1.3.6.1.4.1.30982.1.2.1.5.1.12
The Imax parameter of the DIO trickle timer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

rplDodagIntervalMin 1.3.6.1.4.1.30982.1.2.1.5.1.13
The Imin parameter of the DIO trickle timer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

rplDodagRedundancyConstant 1.3.6.1.4.1.30982.1.2.1.5.1.14
The k parameter of the DIO trickle timer.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

rplDodagPathControlSize 1.3.6.1.4.1.30982.1.2.1.5.1.15
The Path Control Size of this DODAG.
Status: current Access: read-only
OBJECT-TYPE    
  RplPathControlSize  

rplDodagParentTable 1.3.6.1.4.1.30982.1.2.1.6
The list of parents for a DODAG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RplDodagParentEntry

rplDodagParentEntry 1.3.6.1.4.1.30982.1.2.1.6.1
Information about a known DODAG parent.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplDodagParentEntry  

rplDodagParentID 1.3.6.1.4.1.30982.1.2.1.6.1.1
An RPL parent associated with this DODAG.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv6  

rplDodagParentIf 1.3.6.1.4.1.30982.1.2.1.6.1.2
The interface over which the parent can be reached.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rplDodagChildTable 1.3.6.1.4.1.30982.1.2.1.7
The list of children for a DODAG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RplDodagChildEntry

rplDodagChildEntry 1.3.6.1.4.1.30982.1.2.1.7.1
Information about a known DODAG child.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplDodagChildEntry  

rplDodagChildID 1.3.6.1.4.1.30982.1.2.1.7.1.1
An RPL child associated with this DODAG.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressIPv6  

rplDodagChildIf 1.3.6.1.4.1.30982.1.2.1.7.1.2
The interface over which the child can be reached.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

rplStats 1.3.6.1.4.1.30982.1.2.1.8
OBJECT IDENTIFIER    

rplMemOverflows 1.3.6.1.4.1.30982.1.2.1.8.1
The number of memory allocation failures (e.g., routing table overflows).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplParseErrors 1.3.6.1.4.1.30982.1.2.1.8.2
The number of received malformed messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplUnknownMsgTypes 1.3.6.1.4.1.30982.1.2.1.8.3
The number of received RPL messages that we dropped because the message type is not recognized by the implementation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplSecurityPolicyViolations 1.3.6.1.4.1.30982.1.2.1.8.4
The number of messages discarded because the described level of security for the message type and originator is unknown or does not meet locally maintained security policies as defined in Section 10.7. of RFC 6550.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplIntegrityCheckFailures 1.3.6.1.4.1.30982.1.2.1.8.5
The number of messages discarded because the integrity check failed against the received message authentication code (MAC) as defined in Section 10.7. of RFC 6550.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplReplayProtectionFailures 1.3.6.1.4.1.30982.1.2.1.8.6
The number of messages discarded because the received message Counter value is non-zero and less than the maintained incoming Counter watermark or because the received Timestamp Counter value indicates a message transmission time that is earlier than the Current time less the acceptable packet delay as defined in Section 10.7. of RFC 6550. This counter is also incremented if the temporal consistency check of the message fails as defined in Section 10.7.1.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplValidParentFailures 1.3.6.1.4.1.30982.1.2.1.8.7
The number of times a packet could not be sent to a DODAG parent flagged as valid.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplNoInstanceIDs 1.3.6.1.4.1.30982.1.2.1.8.8
The number of times a packet could not be sent because of a missing RPLInstanceID.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplTriggeredLocalRepairs 1.3.6.1.4.1.30982.1.2.1.8.9
The number of times a local repair procedure was triggered.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplTriggeredGlobalRepairs 1.3.6.1.4.1.30982.1.2.1.8.10
The number of times a global repair procedure was triggered.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplNoParentSecs 1.3.6.1.4.1.30982.1.2.1.8.11
The number of seconds without a next hop (DODAG parent).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplActiveNoParentSecs 1.3.6.1.4.1.30982.1.2.1.8.12
The number of seconds with packets to forward without a next hop (DODAG parent).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplOBitSetDownwards 1.3.6.1.4.1.30982.1.2.1.8.13
Number of packets received with the 'O' bit set from a node with a higher rank as defined in Section 18.3.2 of RFC 6550.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplOBitClearedUpwards 1.3.6.1.4.1.30982.1.2.1.8.14
Number of packets received with the 'O' bit cleared from a node with a lower rank as defined in Section 18.3.2 of RFC 6550.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplFBitSet 1.3.6.1.4.1.30982.1.2.1.8.15
Number of packets received with the 'F' bit set as defined in Section 18.3.2 of RFC 6550.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplRBitSet 1.3.6.1.4.1.30982.1.2.1.8.16
Number of packets received with the 'R' bit set as defined in Section 18.3.2 of RFC 6550.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplTrickleTimerResets 1.3.6.1.4.1.30982.1.2.1.8.17
The number of trickle timer resets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplMsgStatsTable 1.3.6.1.4.1.30982.1.2.1.9
Basic RPL message statistics by message type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RplMsgStatsEntry

rplMsgStatsEntry 1.3.6.1.4.1.30982.1.2.1.9.1
Statistics for a specific RPL message type.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplMsgStatsEntry  

rplMsgStatsType 1.3.6.1.4.1.30982.1.2.1.9.1.1
The RPL message type being counted by this row.
Status: current Access: not-accessible
OBJECT-TYPE    
  RplMessageType  

rplMsgStatsInMsgs 1.3.6.1.4.1.30982.1.2.1.9.1.2
The number of RPL messages received of this type.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplMsgStatsOutMsgs 1.3.6.1.4.1.30982.1.2.1.9.1.3
The number of RPL messages sent of this type.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rplGroups 1.3.6.1.4.1.30982.1.2.2.1
OBJECT IDENTIFIER    

rplCompliances 1.3.6.1.4.1.30982.1.2.2.2
OBJECT IDENTIFIER    

rplFullCompliance 1.3.6.1.4.1.30982.1.2.2.2.1
Compliance statement for implementations supporting read/write access, according to the object definitions.
Status: current Access: read-only
MODULE-COMPLIANCE    

rplReadOnlyCompliance 1.3.6.1.4.1.30982.1.2.2.2.2
Compliance statement for implementations supporting only readonly access.
Status: current Access: read-only
MODULE-COMPLIANCE    

rplGeneralGroup 1.3.6.1.4.1.30982.1.2.2.1.1
A collection of objects providing general information about the RPL implementation.
Status: current Access: read-only
OBJECT-GROUP    

rplInstanceGroup 1.3.6.1.4.1.30982.1.2.2.1.2
A collection of objects providing insight into RPL Instances and RPL DODAGs.
Status: current Access: read-only
OBJECT-GROUP    

rplStatsGroup 1.3.6.1.4.1.30982.1.2.2.1.3
A collection of objects providing statistics about the RPL implementation.
Status: current Access: read-only
OBJECT-GROUP