IPV6LOWPAN-MIB

File: IPV6LOWPAN-MIB.mib (18216 bytes)

Imported modules

SNMPv2-TC SNMPv2-CONF SNMPv2-SMI
LOWPAN-TC-MIB

Imported symbols

TruthValue OBJECT-GROUP MODULE-COMPLIANCE
MODULE-IDENTITY OBJECT-TYPE Unsigned32
mib-2 LowpanIEEEEUI64Address LowpanShortAddress

Defined Types

LowpanRoutingEntry  
SEQUENCE    
  lowpanRouteDestAddress LowpanShortAddress
  lowpanRouteNextHopAddress LowpanShortAddress
  lowpanRouteProtocol INTEGER

LowpanNeighborEntry  
SEQUENCE    
  lowpanNeighborPanID Unsigned32
  lowpanNeighborEUI64Address LowpanIEEEEUI64Address
  lowpanNeighborShortAddress LowpanShortAddress
  lowpanNeighborDeviceType INTEGER
  lowpanNeighborIsParent TruthValue

Defined Values

lowpanMIB 1.3.6.1.2.1.1
The MIB module for monitoring 6lowpan entities. Copyright (C) The Internet Society 2007. This version of this MIB module is part of RFC XXXX; see the RFC itself for full legal notices.
MODULE-IDENTITY    

lowpanNotifications 1.3.6.1.2.1.1.0
OBJECT IDENTIFIER    

lowpanObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

lowpanConformance 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

lowpanDeviceRole 1.3.6.1.2.1.1.1.1
The device in 6lowpan can play three roles. coordinator(0) indicates that the device is a PAN Coordinator which is the primary controller of the PAN. Its a full-function device (FFD). It MAY initiate the synchronization of the entire 6LoWPAN by transmitting beacons. router(1) a FFD which has the capability of routing packets to the next hop device in 6LoWPAN. endDevice(2) RFD (Reduced function device) or FFD in a 6LoWPAN, which is neither the coordinator nor a router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER coordinator(0), router(1), endDevice(2)  

lowpanDeviceCapabilities 1.3.6.1.2.1.1.1.2
alternatePANcoordinator(0)- The alternate PAN coordinator subfield shall be set to 1 if the device is capable of becoming a PAN coordinator. Otherwise, the alternate PAN coordinator subfield shall be set to 0. deviceType(1) -The device type subfield shall be set to 1 if the device is an FFD. Otherwise, the device type subfield shall be set to 0 to indicate an RFD. powerSource(2)- The power source subfield shall be set to 1 if the device is receiving power from the alternating current mains. Otherwise, the power source subfield shall be set to 0. recieverOnWhenIdle(3) - The receiver on when idle shall be set to 1 if the device does not disable its receiver to conserve power during idle periods. Otherwise, the receiver on when idle subfield shall be set to 0. securityCapability(6)- The security capability subfield shall be set to 1 if the device is capable of sending and receiving MAC frames secured using the security suite. Otherwise the security capability subfield shall be set to 0. allocateAddress(7)- The allocate address subfield shall be set to 1 if the device wishes the coordinator to allocate a short address as a result of the association procedure. If this subfield is set to 0, the special short address of 0 x fffe shall be allocated to the device and returned through the association response command. In this case, the device shall communicate on the PAN using only its 64 bit extended address. BITS 4-5 are reserved.
Status: current Access: read-only
OBJECT-TYPE    
  BITS alternatePANcoordinator(0), deviceType(1), powerSource(2), recieverOnWhenIdle(3), securityCapability(6), allocateAddress(7)  

lowpanRoutingTable 1.3.6.1.2.1.1.1.3
The routing table entries of a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LowpanRoutingEntry

lowpanRoutingEntry 1.3.6.1.2.1.1.1.3.1
This entry represents a conceptual row in the routing table. It represents a single routing entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  LowpanRoutingEntry  

lowpanRouteDestAddress 1.3.6.1.2.1.1.1.3.1.1
The 16-bit short address of destination of this route.
Status: current Access: not-accessible
OBJECT-TYPE    
  LowpanShortAddress  

lowpanRouteNextHopAddress 1.3.6.1.2.1.1.1.3.1.2
The short address of the next hop which leads to the destination.
Status: current Access: read-only
OBJECT-TYPE    
  LowpanShortAddress  

lowpanRouteProtocol 1.3.6.1.2.1.1.1.3.1.3
6lowpan currently supports three routing protocols dymoLow(1) - Dynamic MANET On-demand routing for 6LoWPAN hiLow(2) - Hierarchical Routing over 6LoWPAN load(3) -Ad Hoc On-Demand Distance Vector Routing for 6lowpan
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(0), dymoLow(1), hiLow(2), load(3)  

lowpanNeighborTable 1.3.6.1.2.1.1.1.4
The neighbor table entries of a device
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LowpanNeighborEntry

lowpanNeighborEntry 1.3.6.1.2.1.1.1.4.1
This entry represents a conceptual row in the neighbor table. It represents a single neighbor table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  LowpanNeighborEntry  

lowpanNeighborPanID 1.3.6.1.2.1.1.1.4.1.1
The Personal area network Identifier (PanID) of the neighbor entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65536  

lowpanNeighborEUI64Address 1.3.6.1.2.1.1.1.4.1.2
The EUI64 bit address of the neighbor entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  LowpanIEEEEUI64Address  

lowpanNeighborShortAddress 1.3.6.1.2.1.1.1.4.1.3
The 16-bit short address of the neighbor entry.
Status: current Access: read-only
OBJECT-TYPE    
  LowpanShortAddress  

lowpanNeighborDeviceType 1.3.6.1.2.1.1.1.4.1.4
The device type of the neighbor entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER coordinator(0), router(1), endDevice(2)  

lowpanNeighborIsParent 1.3.6.1.2.1.1.1.4.1.5
The value 'true(1)' indicates that the neighbor is a topological parent of the device.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lowpanUseHierarchicalRouting 1.3.6.1.2.1.1.1.5
The value 'true(1)' indicates that the entity uses tree based routing. 'false(2)' indicates that entity is not using tree based routing.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

lowpanBroadcastSequenceNumber 1.3.6.1.2.1.1.1.6
The last value of the sequence number that was added to the 6lowpan broadcast or multicast frame.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65536  

lowpanAckTimeout 1.3.6.1.2.1.1.1.7
The maximum time allowed for retransmission of a broadcast message
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

lowpanBroadcastRetries 1.3.6.1.2.1.1.1.8
The maximum number of retries allowed for a broadcast message.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

lowpanGroups 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

lowpanCompliances 1.3.6.1.2.1.1.2.2
OBJECT IDENTIFIER    

lowpanGeneralGroup 1.3.6.1.2.1.1.2.1.1
A collection of objects for basic 6lowpan monitoring
Status: current Access: read-write
OBJECT-GROUP    

lowpanCoreCompliance 1.3.6.1.2.1.1.2.2.1
The compliance statement for SNMP entities which implement the LOWPAN-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

lowpanCoreReadOnlyCompliance 1.3.6.1.2.1.1.2.2.2
The compliance statement for SNMP entities which implement the LOWPAN-MIB without support for read-write (i.e. in read-only mode) .
Status: current Access: read-only
MODULE-COMPLIANCE