CISCO-WPAN-MIB

File: CISCO-WPAN-MIB.mib (15182 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP TEXTUAL-CONVENTION TruthValue
ciscoMgmt ifIndex ifName

Defined Types

CwpanInterfaceEntry  
SEQUENCE    
  cwpanIfServiceStatus INTEGER
  cwpanIfServiceStatusReason INTEGER
  cwpanIfRplTableResetReason INTEGER
  cwpanIfRplTableNodes Unsigned32
  cwpanIfRplTableMajorThreshNodes Unsigned32
  cwpanIfRplTableMinorThreshNodes Unsigned32

Defined Values

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
MODULE-IDENTITY    

ciscoWpanMIBNotifs 1.3.6.1.4.1.9.9.819.0
OBJECT IDENTIFIER    

ciscoWpanMIBObjects 1.3.6.1.4.1.9.9.819.1
OBJECT IDENTIFIER    

ciscoWpanMIBConform 1.3.6.1.4.1.9.9.819.2
OBJECT IDENTIFIER    

ciscoWpanConfig 1.3.6.1.4.1.9.9.819.1.1
OBJECT IDENTIFIER    

cwpanInterfaceTable 1.3.6.1.4.1.9.9.819.1.1.1
This table contains a list of the WPAN interfaces on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CwpanInterfaceEntry

cwpanInterfaceEntry 1.3.6.1.4.1.9.9.819.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CwpanInterfaceEntry  

cwpanIfServiceStatus 1.3.6.1.4.1.9.9.819.1.1.1.1.1
This object indicates the status of WPAN service associated with this given interface. start (1) - WPAN service start stop (2) - WPAN service stop
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER start(1), stop(2)  

cwpanIfServiceStatusReason 1.3.6.1.4.1.9.9.819.1.1.1.1.2
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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), powerDown(2), powerUp(3), moduleRemove(4), moduleReload(5), driverStop(6), driverStart(7), firmwareUpgrade(8), firmwareReset(9), watchDog(10)  

cwpanIfRplTableResetReason 1.3.6.1.4.1.9.9.819.1.1.1.1.3
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
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), manuallyClear(2), configChange(3), interfaceDown(4), timeout(5), serviceStop(6)  

cwpanIfRplTableNodes 1.3.6.1.4.1.9.9.819.1.1.1.1.4
This object indicates the total number of entries in the WPAN RPL table for this given interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cwpanIfRplTableMajorThreshNodes 1.3.6.1.4.1.9.9.819.1.1.1.1.5
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cwpanIfRplTableMinorThreshNodes 1.3.6.1.4.1.9.9.819.1.1.1.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cwpanNotificationEnable 1.3.6.1.4.1.9.9.819.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cwpanServiceStatusChangeNotif 1.3.6.1.4.1.9.9.819.0.1
This notification is generated if the WPAN service status has been changed.
Status: current Access: read-write
NOTIFICATION-TYPE    

cwpanRplTableResetNotif 1.3.6.1.4.1.9.9.819.0.2
This notification is generated if a WPAN RPL table has been reset.
Status: current Access: read-write
NOTIFICATION-TYPE    

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

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.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoWpanMIBCompliances 1.3.6.1.4.1.9.9.819.2.1
OBJECT IDENTIFIER    

ciscoWpanMIBGroups 1.3.6.1.4.1.9.9.819.2.2
OBJECT IDENTIFIER    

ciscoWpanMIBModuleCompliance 1.3.6.1.4.1.9.9.819.2.1.1
The compliance statement for entities which implement the WPAN interface.
Status: current Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
OBJECT-GROUP    

cwpanNotificationControlGroup 1.3.6.1.4.1.9.9.819.2.2.2
A collection of objects providing control of WPAN interface related notifications.
Status: current Access: read-only
OBJECT-GROUP    

cwpanNotificationGroup 1.3.6.1.4.1.9.9.819.2.2.3
A collection of notifications for WPAN service and WPAN RPL table.
Status: current Access: read-only
NOTIFICATION-GROUP