CISCO-WPAN-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-WPAN-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
 ciscoWpanMIB 1.3.6.1.4.1.9.9.819
This MIB module defines management objects for configuration and monitoring of Wireless Personal Area Network (WPAN). Personal Area Network (PAN) is a network for interconnecting devices centered on an individual person's workspace. A Wireless Personal Area Network (WPAN) is a PAN in which the connections are wireless. WPAN is based on the standard IEEE 802.15.4. *** ABBREVIATIONS, ACRONYMS, AND SYMBOLS *** PAN - Personal Area Network RPL - IPv6 Routing Protocol for Low power and Lossy networks WPAN - Wireless Personal Area Network
         ciscoWpanMIBNotifs 1.3.6.1.4.1.9.9.819.0
             cwpanServiceStatusChangeNotif 1.3.6.1.4.1.9.9.819.0.1
This notification is generated if the WPAN service status has been changed.
             cwpanRplTableResetNotif 1.3.6.1.4.1.9.9.819.0.2
This notification is generated if a WPAN RPL table has been reset.
             cwpanRisingIfRplTblMinorThreshNodesNotif 1.3.6.1.4.1.9.9.819.0.3
This notification is generated if the number of nodes in the RPL table is greater than the threshold in cwpanIfRplTableMinorThreshNodes.
             cwpanFallingIfRplTblMinorThreshNodesNotif 1.3.6.1.4.1.9.9.819.0.4
This notification is generated if the number of nodes in a RPL table become less than or equal to the cwpanIfRplTableMinorThreshNodes value after a cwpanRisingIfRplTblMinorThreshNodesNotif notification is generated.
             cwpanRisingIfRplTblMajorThreshNodesNotif 1.3.6.1.4.1.9.9.819.0.5
This notification is generated if the number of nodes in a RPL table is greater than the value of cwpanIfRplTableMajorThreshNodes.
             cwpanFallingIfRplTblMajorThreshNodesNotif 1.3.6.1.4.1.9.9.819.0.6
This notification is generated when the number of nodes in a RPL table become less than cwpanIfRplTableMajorThreshNodes value after a cwpanRisingIfRplTblMajorThreshNodesNotif notification is generated.
         ciscoWpanMIBObjects 1.3.6.1.4.1.9.9.819.1
             ciscoWpanConfig 1.3.6.1.4.1.9.9.819.1.1
                 cwpanInterfaceTable 1.3.6.1.4.1.9.9.819.1.1.1 no-access
This table contains a list of the WPAN interfaces on this device.
                     cwpanInterfaceEntry 1.3.6.1.4.1.9.9.819.1.1.1.1 no-access
An entry containing the management information for a particular WPAN interface. An entry is created when a WPAN interface has been added to ifTable. An entry is deleted when a WPAN interface has been removed from ifTable.
                         cwpanIfServiceStatus 1.3.6.1.4.1.9.9.819.1.1.1.1.1 integer read-only
This object indicates the status of WPAN service associated with this given interface. start (1) - WPAN service start stop (2) - WPAN service stop Enumeration: 'start': 1, 'stop': 2.
                         cwpanIfServiceStatusReason 1.3.6.1.4.1.9.9.819.1.1.1.1.2 integer read-only
This object indicates the reason of the last state change of the WPAN service associated with this given interface. unknown (1) - unknown powerDown (2) - power down WPAN module powerUp (3) - power up WPAN module moduleRemove (4) - module removed moduleReload (5) - power cycle WPAN module driverStop (6) - driver stop driverStart (7) - driver start firmwareUpgrade (8) - firmware upgrade firmwareReset (9) - firmware reset watchDog (10) - watchdog triggered Enumeration: 'firmwareReset': 9, 'powerUp': 3, 'unknown': 1, 'powerDown': 2, 'firmwareUpgrade': 8, 'driverStart': 7, 'moduleReload': 5, 'driverStop': 6, 'watchDog': 10, 'moduleRemove': 4.
                         cwpanIfRplTableResetReason 1.3.6.1.4.1.9.9.819.1.1.1.1.3 integer read-only
This object indicates the last reset reason of the WPAN RPL table associated with this given interface. unknown (1) - unknown manuallyClear (2) - RPL table was manually cleared configChange (3) - WPAN configuration changed interfaceDown (4) - WPAN interface was down timeout (5) - RPL table has not been updated for a long time serviceStop (6) - WPAN service has stopped Enumeration: 'configChange': 3, 'unknown': 1, 'serviceStop': 6, 'manuallyClear': 2, 'timeout': 5, 'interfaceDown': 4.
                         cwpanIfRplTableNodes 1.3.6.1.4.1.9.9.819.1.1.1.1.4 unsigned32 read-only
This object indicates the total number of entries in the WPAN RPL table for this given interface.
                         cwpanIfRplTableMajorThreshNodes 1.3.6.1.4.1.9.9.819.1.1.1.1.5 unsigned32 read-write
This object specifies the major node threshold for the WPAN RPL table. When the value of the corresponding instance of cwpanIfRplTableNodes is greater than this value, a cwpanRisingIfRplTblMajorThreshNodesNotif notification will be generated. After a cwpanRisingIfRplTblMajorThreshNodesNotif is generated, another such notification will not be generated if the value of the corresponding instance of cwpanIfRplTableNodes stays above this value. When the value of the corresponding instance of cwpanIfRplTableNodes becomes less than or equal to this value after a cwpanRisingIfRplTblMajorThreshNodesNotif notification is generated, a cwpanFallingIfRplTblMajorThreshNodesNotif notification will be generated. After a cwpanFallingIfRplTblMajorThreshNodesNotif is generated, another such notification will not be generated if the value of the corresponding instance of cwpanIfRplTableNodes does not exceed this value.
                         cwpanIfRplTableMinorThreshNodes 1.3.6.1.4.1.9.9.819.1.1.1.1.6 unsigned32 read-write
This object specifies the threshold for the RPL table nodes. When the value of the corresponding instance of cwpanIfRplTableNodes is greater than this threshold, a cwpanRisingIfRplTblMinorThreshNodesNotif notification will be generated. After a cwpanRisingIfRplTblMinorThreshNodesNotif is generated, another such notification will not be generated if the value of the corresponding instance of cwpanIfRplTableNodes stays above this threshold. When the value of the corresponding instance of cwpanIfRplTableNodes becomes less than or equal to this threshold after a cwpanRisingIfRplTblMinorThreshNodesNotif notification is generated, a cwpanFallingIfRplTblMinorThreshNodesNotif notification will be generated. After a cwpanFallingIfRplTblMinorThreshNodesNotif is generated, another such notification will not be generated if the value of the corresponding instance of cwpanIfRplTableNodes does not exceed this threshold.
                 cwpanNotificationEnable 1.3.6.1.4.1.9.9.819.1.1.2 truthvalue read-write
This object specifies whether the system generates the following notifications: cwpanServiceStatusChangeNotif cwpanRplTableResetNotif cwpanRisingIfRplTblMinorThreshNodesNotif cwpanFallingIfRplTblMinorThreshNodesNotif cwpanRisingIfRplTblMajorThreshNodesNotif cwpanFallingIfRplTblMajorThreshNodesNotif A value of 'false' will prevent any of the above notifications from being generated by this system.
         ciscoWpanMIBConform 1.3.6.1.4.1.9.9.819.2
             ciscoWpanMIBCompliances 1.3.6.1.4.1.9.9.819.2.1
                 ciscoWpanMIBModuleCompliance 1.3.6.1.4.1.9.9.819.2.1.1
The compliance statement for entities which implement the WPAN interface.
             ciscoWpanMIBGroups 1.3.6.1.4.1.9.9.819.2.2
                 cwpanInterfaceInfoGroup 1.3.6.1.4.1.9.9.819.2.2.1
A collection of objects providing the WPAN interface management information on the device.
                 cwpanNotificationControlGroup 1.3.6.1.4.1.9.9.819.2.2.2
A collection of objects providing control of WPAN interface related notifications.
                 cwpanNotificationGroup 1.3.6.1.4.1.9.9.819.2.2.3
A collection of notifications for WPAN service and WPAN RPL table.