IPV6LOWPAN-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: IPV6LOWPAN-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     lowpanNotifications 1.3.6.1.2.1.1.0
     lowpanObjects 1.3.6.1.2.1.1.1
         lowpanDeviceRole 1.3.6.1.2.1.1.1.1 integer read-only
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. Enumeration: 'endDevice': 2, 'coordinator': 0, 'router': 1.
         lowpanDeviceCapabilities 1.3.6.1.2.1.1.1.2 bits read-only
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. Bits: 'alternatePANcoordinator': 0, 'deviceType': 1, 'securityCapability': 6, 'powerSource': 2, 'allocateAddress': 7, 'recieverOnWhenIdle': 3.
         lowpanRoutingTable 1.3.6.1.2.1.1.1.3 no-access
The routing table entries of a device.
             lowpanRoutingEntry 1.3.6.1.2.1.1.1.3.1 no-access
This entry represents a conceptual row in the routing table. It represents a single routing entry.
                 lowpanRouteDestAddress 1.3.6.1.2.1.1.1.3.1.1 lowpanshortaddress no-access
The 16-bit short address of destination of this route.
                 lowpanRouteNextHopAddress 1.3.6.1.2.1.1.1.3.1.2 lowpanshortaddress read-only
The short address of the next hop which leads to the destination.
                 lowpanRouteProtocol 1.3.6.1.2.1.1.1.3.1.3 integer read-only
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 Enumeration: 'load': 3, 'other': 0, 'hiLow': 2, 'dymoLow': 1.
         lowpanNeighborTable 1.3.6.1.2.1.1.1.4 no-access
The neighbor table entries of a device
             lowpanNeighborEntry 1.3.6.1.2.1.1.1.4.1 no-access
This entry represents a conceptual row in the neighbor table. It represents a single neighbor table entry.
                 lowpanNeighborPanID 1.3.6.1.2.1.1.1.4.1.1 unsigned32 read-only
The Personal area network Identifier (PanID) of the neighbor entry.
                 lowpanNeighborEUI64Address 1.3.6.1.2.1.1.1.4.1.2 lowpanieeeeui64address no-access
The EUI64 bit address of the neighbor entry.
                 lowpanNeighborShortAddress 1.3.6.1.2.1.1.1.4.1.3 lowpanshortaddress read-only
The 16-bit short address of the neighbor entry.
                 lowpanNeighborDeviceType 1.3.6.1.2.1.1.1.4.1.4 integer read-only
The device type of the neighbor entry. Enumeration: 'endDevice': 2, 'coordinator': 0, 'router': 1.
                 lowpanNeighborIsParent 1.3.6.1.2.1.1.1.4.1.5 truthvalue read-only
The value 'true(1)' indicates that the neighbor is a topological parent of the device.
         lowpanUseHierarchicalRouting 1.3.6.1.2.1.1.1.5 truthvalue read-only
The value 'true(1)' indicates that the entity uses tree based routing. 'false(2)' indicates that entity is not using tree based routing.
         lowpanBroadcastSequenceNumber 1.3.6.1.2.1.1.1.6 unsigned32 read-only
The last value of the sequence number that was added to the 6lowpan broadcast or multicast frame.
         lowpanAckTimeout 1.3.6.1.2.1.1.1.7 unsigned32 read-write
The maximum time allowed for retransmission of a broadcast message
         lowpanBroadcastRetries 1.3.6.1.2.1.1.1.8 unsigned32 read-write
The maximum number of retries allowed for a broadcast message.
     lowpanConformance 1.3.6.1.2.1.1.2
         lowpanGroups 1.3.6.1.2.1.1.2.1
             lowpanGeneralGroup 1.3.6.1.2.1.1.2.1.1
A collection of objects for basic 6lowpan monitoring
         lowpanCompliances 1.3.6.1.2.1.1.2.2
             lowpanCoreCompliance 1.3.6.1.2.1.1.2.2.1
The compliance statement for SNMP entities which implement the LOWPAN-MIB.
             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) .