Home/Catalog/CISCO-WPAN-MIB

CISCO-WPAN-MIB

AI MIB Summary

The CISCO-WPAN-MIB enables configuration and monitoring of Cisco devices supporting IEEE 802.15.4 Wireless Personal Area Networks, specifically tracking RPL routing topology states, neighbor discovery parameters, and low-power link metrics.

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
Main OID:
ciscoWpanMIB.1.3.6.1.4.1.9.9.819
22
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

22 total
Object Name
ciscoWpanMIBThis 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
MODULE-IDENTITY
.1.3.6.1.4.1.9.9.819
ciscoWpanMIBNotifs
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.819.0
cwpanServiceStatusChangeNotifThis notification is generated if the WPAN service status has been changed.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.9.819.0.1
cwpanRplTableResetNotifThis notification is generated if a WPAN RPL table has been reset.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.9.819.0.2
cwpanRisingIfRplTblMinorThreshNodesNotifThis notification is generated if the number of nodes in the RPL table is greater than the threshold in cwpanIfRplTableMinorThreshNodes.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.9.819.0.3
cwpanFallingIfRplTblMinorThreshNodesNotifThis 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.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.9.819.0.4
cwpanRisingIfRplTblMajorThreshNodesNotifThis notification is generated if the number of nodes in a RPL table is greater than the value of cwpanIfRplTableMajorThreshNodes.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.9.819.0.5
cwpanFallingIfRplTblMajorThreshNodesNotifThis notification is generated when the number of nodes in a RPL table become less than cwpanIfRplTableMajorThreshNodes value after a cwpanRisingIfRplTblMajorThreshNodesNotif notification is generated.
NOTIFICATION-TYPE
.1.3.6.1.4.1.9.9.819.0.6
ciscoWpanMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.819.1
ciscoWpanConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.819.1.1
cwpanInterfaceTableThis table contains a list of the WPAN interfaces on this device.
SEQUENCE OF CwpanInterfaceEntry
.1.3.6.1.4.1.9.9.819.1.1.1
cwpanInterfaceEntryAn 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.
CwpanInterfaceEntry
.1.3.6.1.4.1.9.9.819.1.1.1.1
cwpanIfServiceStatusThis object indicates the status of WPAN service associated with this given interface. start (1) - WPAN service start stop (2) - WPAN service stopro
Enumeration
.1.3.6.1.4.1.9.9.819.1.1.1.1.1
cwpanIfServiceStatusReasonThis 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 triggeredro
Enumeration
.1.3.6.1.4.1.9.9.819.1.1.1.1.2
cwpanIfRplTableResetReasonThis 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 stoppedro
Enumeration
.1.3.6.1.4.1.9.9.819.1.1.1.1.3
cwpanIfRplTableNodesThis object indicates the total number of entries in the WPAN RPL table for this given interface.ro
Unsigned32
.1.3.6.1.4.1.9.9.819.1.1.1.1.4
cwpanIfRplTableMajorThreshNodesThis 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.rw
Unsigned32
.1.3.6.1.4.1.9.9.819.1.1.1.1.5
cwpanIfRplTableMinorThreshNodesThis 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.rw
Unsigned32
.1.3.6.1.4.1.9.9.819.1.1.1.1.6
cwpanNotificationEnableThis 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.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.9.9.819.1.1.2
ciscoWpanMIBConform
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.819.2
ciscoWpanMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.819.2.1
ciscoWpanMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.819.2.2
CISCO-WPAN-MIB - SNMP MIB Reference | MIBs Explorer