CPQCLUSTER-MIB

File: CPQCLUSTER-MIB.mib (47557 bytes)

Imported modules

RFC1213-MIB RFC-1212 RFC-1215
CPQHOST-MIB

Imported symbols

DisplayString OBJECT-TYPE TRAP-TYPE
sysName compaq cpqHoTrapFlags

Defined Types

CpqClusterOsCommonModuleEntry  
SEQUENCE    
  cpqClusterOsCommonModuleIndex INTEGER
  cpqClusterOsCommonModuleName DisplayString
  cpqClusterOsCommonModuleVersion DisplayString
  cpqClusterOsCommonModuleDate OCTET STRING
  cpqClusterOsCommonModulePurpose DisplayString

CpqClusterNodeEntry  
SEQUENCE    
  cpqClusterNodeIndex INTEGER
  cpqClusterNodeName DisplayString
  cpqClusterNodeStatus INTEGER
  cpqClusterNodeCondition INTEGER

CpqClusterResourceEntry  
SEQUENCE    
  cpqClusterResourceIndex INTEGER
  cpqClusterResourceName DisplayString
  cpqClusterResourceType DisplayString
  cpqClusterResourceState INTEGER
  cpqClusterResourceOwnerNode DisplayString
  cpqClusterResourcePhysId DisplayString
  cpqClusterResourceCondition INTEGER
  cpqClusterResourceDriveLetter DisplayString
  cpqClusterResourceIpAddress DisplayString
  cpqClusterResourceGroupName DisplayString

CpqClusterInterconnectEntry  
SEQUENCE    
  cpqClusterInterconnectIndex INTEGER
  cpqClusterInterconnectPhysId DisplayString
  cpqClusterInterconnectTransport DisplayString
  cpqClusterInterconnectAddress DisplayString
  cpqClusterInterconnectNetworkName DisplayString
  cpqClusterInterconnectNodeName DisplayString
  cpqClusterInterconnectRole INTEGER

CpqClusterNetworkEntry  
SEQUENCE    
  cpqClusterNetworkIndex INTEGER
  cpqClusterNetworkName DisplayString
  cpqClusterNetworkAddressMask DisplayString
  cpqClusterNetworkDescription DisplayString
  cpqClusterNetworkRole INTEGER
  cpqClusterNetworkState INTEGER
  cpqClusterNetworkCondition INTEGER

Defined Values

cpqCluster 1.3.6.1.4.1.232.15
OBJECT IDENTIFIER    

cpqClusterMibRev 1.3.6.1.4.1.232.15.1
OBJECT IDENTIFIER    

cpqClusterComponent 1.3.6.1.4.1.232.15.2
OBJECT IDENTIFIER    

cpqClusterTrap 1.3.6.1.4.1.232.15.3
OBJECT IDENTIFIER    

cpqClusterInterface 1.3.6.1.4.1.232.15.2.1
OBJECT IDENTIFIER    

cpqClusterInfo 1.3.6.1.4.1.232.15.2.2
OBJECT IDENTIFIER    

cpqClusterNode 1.3.6.1.4.1.232.15.2.3
OBJECT IDENTIFIER    

cpqClusterResource 1.3.6.1.4.1.232.15.2.4
OBJECT IDENTIFIER    

cpqClusterInterconnect 1.3.6.1.4.1.232.15.2.5
OBJECT IDENTIFIER    

cpqClusterNetwork 1.3.6.1.4.1.232.15.2.6
OBJECT IDENTIFIER    

cpqClusterOsCommon 1.3.6.1.4.1.232.15.2.1.4
OBJECT IDENTIFIER    

cpqClusterMibRevMajor 1.3.6.1.4.1.232.15.1.1
The Major Revision level of the MIB. A change in the major revision level represents a major change in the architecture of the MIB. A change in the major revision level may indicate a significant change in the information supported and/or the meaning of the supported information. Correct interpretation of data may require a MIB document with the same major revision level.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

cpqClusterMibRevMinor 1.3.6.1.4.1.232.15.1.2
The Minor Revision level of the MIB. A change in the minor revision level may represent some minor additional support, no changes to any pre-existing information has occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cpqClusterMibCondition 1.3.6.1.4.1.232.15.1.3
The overall condition of the cluster represented by this MIB. This variable is the same as cpqClusterCondition in the Cluster Info Group. It is a combination of the Cluster node conditions, the resource conditions, and the network conditions as defined later in the Cluster Node group the Cluster Resource group, and the Cluster Network group. other(1) The cluster condition can not be determined. Every node condition, resource condition, and network condition is undetermined. ok(2) The cluster condition is functioning normally. Every node condition, resource condition, and network condition is ok. degraded(3) The cluster condition is degraded if at least one node condition is failed or degraded or at least one resource condition, or one network condition is degraded. failed(4) The cluster condition is failed if every node condition is failed, or at least one resource condition is failed, or at least one network condition is failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqClusterOsCommonPollFreq 1.3.6.1.4.1.232.15.2.1.4.1
The Insight Agent's polling frequency. The frequency, in seconds, at which the Insight Agent requests information from the device driver. A frequency of zero (0) indicates that the Insight Agent retrieves the information upon request of a management station, it does not poll the device driver at a specific interval. If the poll frequency is zero (0) all attempts to write to this object will fail. If the poll frequency is non-zero, setting this value will change the polling frequency of the Insight Agent. Setting the poll frequency to zero (0) will always fail, an agent may also choose to fail any request to change the poll frequency to a value that would severely impact system performance.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

cpqClusterOsCommonModuleTable 1.3.6.1.4.1.232.15.2.1.4.2
A table of software modules that provide an interface to the device this MIB describes.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqClusterOsCommonModuleEntry

cpqClusterOsCommonModuleEntry 1.3.6.1.4.1.232.15.2.1.4.2.1
A description of a software module that provides an interface to the device this MIB describes.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CpqClusterOsCommonModuleEntry  

cpqClusterOsCommonModuleIndex 1.3.6.1.4.1.232.15.2.1.4.2.1.1
A unique index for this module description.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

cpqClusterOsCommonModuleName 1.3.6.1.4.1.232.15.2.1.4.2.1.2
The module name.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

cpqClusterOsCommonModuleVersion 1.3.6.1.4.1.232.15.2.1.4.2.1.3
The module version in XX.YY format. Where XX is the major version number and YY is the minor version number. This field will be null (size 0) string if the agent cannot provide the module version.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..5)  

cpqClusterOsCommonModuleDate 1.3.6.1.4.1.232.15.2.1.4.2.1.4
The module date. field octets contents range ===== ====== ======= ===== 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minute 0..59 6 7 second 0..60 (use 60 for leap-second) This field will be set to year = 0 if the agent cannot provide the module date. The hour, minute, and second field will be set to zero (0) if they are not relevant. The year field is set with the most significant octet first.
Status: deprecated Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(7)  

cpqClusterOsCommonModulePurpose 1.3.6.1.4.1.232.15.2.1.4.2.1.5
The purpose of the module described in this entry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

cpqClusterName 1.3.6.1.4.1.232.15.2.2.1
The name of the cluster.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

cpqClusterCondition 1.3.6.1.4.1.232.15.2.2.2
The cluster condition as reported by this node. It is a combination of the Cluster node conditions, resource conditions, and network conditions as defined later in the Cluster Node group, Cluster Resource group, and Cluster Network group. other(1) The cluster condition can not be determined. Every node condition, resource condition, and network condition is undetermined. ok(2) The cluster condition is functioning normally. Every node condition, resource condition, and network condition is ok. degraded(3) The cluster condition is degraded if at least one node condition is failed or degraded or at least one resource condition, or one network condition is degraded. failed(4) The cluster condition is failed if every node condition is failed, or at least one resource condition is failed, or at least one network condition is failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqClusterIpAddress 1.3.6.1.4.1.232.15.2.2.3
The first cluster static IP address enumerated. This cluster IP address and any other cluster IP address are in the Cluster Resource Group with the resource type 'IP Address'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterQuorumResource 1.3.6.1.4.1.232.15.2.2.4
The Quorum resource name for the cluster. This number is the index into the resource table which contains the Quorum resource. -1 No Quorum resource available. 0..64 Index into the resource table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqClusterMajorVersion 1.3.6.1.4.1.232.15.2.2.5
Identifies the major version number of the cluster software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqClusterMinorVersion 1.3.6.1.4.1.232.15.2.2.6
Identifies the minor version number of the cluster software.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqClusterCSDVersion 1.3.6.1.4.1.232.15.2.2.7
The latest Service Pack installed on the system. If no Service Pack has been installed, the string is empty.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterVendorId 1.3.6.1.4.1.232.15.2.2.8
The cluster software vendor identifier information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterResourceAggregateCondition 1.3.6.1.4.1.232.15.2.2.9
The cluster resource aggregate condition as reported by this node. This condition is derived directly from each and every Cluster resource condition as defined later in the Cluster Resource group. other(1) The condition can not be determined, which equates to each and every resource condition as undetermined. ok(2) The condition is functioning normally, which equates to each and every resource condition as ok. degraded(3) The condition is degraded if at least one resource condition is degraded. failed(4) The condition is failed if at least one resource condition is failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqClusterNetworkAggregateCondition 1.3.6.1.4.1.232.15.2.2.10
The cluster network aggregate condition as reported by this node. This condition is derived directly from the condition of each Cluster network with a role of internal, or clientAndInternal or client as defined later in the Cluster Network group. Networks with a role of none are not considered in overall condition. other(1) The condition can not be determined, all network conditions are undetermined. ok(2) The condition is functioning normally, which equates to each and every network condition as ok. degraded(3) The condition is degraded if at least one network condition is degraded. failed(4) The condition is failed if at least one network condition is failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqClusterNodeTable 1.3.6.1.4.1.232.15.2.3.1
A table of cluster node entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqClusterNodeEntry

cpqClusterNodeEntry 1.3.6.1.4.1.232.15.2.3.1.1
A description of a cluster node
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpqClusterNodeEntry  

cpqClusterNodeIndex 1.3.6.1.4.1.232.15.2.3.1.1.1
A unique index for this node entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cpqClusterNodeName 1.3.6.1.4.1.232.15.2.3.1.1.2
The name of the node.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterNodeStatus 1.3.6.1.4.1.232.15.2.3.1.1.3
The current status of the node. The following values are defined: other(1) - Indicates that an error has occurred and the exact state of the node could not be determined, or the node status is unavailable. nodeUp(2) - The node is operating as an active member of a cluster. A node that is up responds to updates to the cluster database, can host and manage groups, and can maintain communication with other nodes in the cluster. nodeDown(3) - The node is trying to form or rejoin a cluster or is down. A node that is down is not an active cluster member and it may or may not be running. The Cluster Service may have started and then failed, or may have failed to start completely. nodePaused(4) - The node is operating as an active member of a cluster but cannot host any resources or resource groups,is up but cluster activity is paused. Nodes that are undergoing maintenance are typically placed in this state. nodeJoining(5) - The node is in the process of joining a cluster. This is a short lived state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), nodeUp(2), nodeDown(3), nodePaused(4), nodeJoining(5)  

cpqClusterNodeCondition 1.3.6.1.4.1.232.15.2.3.1.1.4
The current condition of the node. The following values are defined: other(1) - The node status is unavailable, or could not be determined. ok(2) - The node status is nodeUp. degraded(3) - The node status is nodeUnavailable or nodePaused or nodeJoining. failed(4) - The node status is nodeDown.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqClusterResourceTable 1.3.6.1.4.1.232.15.2.4.1
A table of resources managed by the cluster reported by this MIB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqClusterResourceEntry

cpqClusterResourceEntry 1.3.6.1.4.1.232.15.2.4.1.1
The properties describing a resource managed by the cluster.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpqClusterResourceEntry  

cpqClusterResourceIndex 1.3.6.1.4.1.232.15.2.4.1.1.1
A unique index for this resource entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

cpqClusterResourceName 1.3.6.1.4.1.232.15.2.4.1.1.2
The name of the resource. It must be unique within the cluster.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterResourceType 1.3.6.1.4.1.232.15.2.4.1.1.3
The resource type, such as 'Physical Disk', 'Generic Application', 'IP Address', 'File Share', 'Network Name', etc..
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterResourceState 1.3.6.1.4.1.232.15.2.4.1.1.4
The resource's current state. The following values are defined: other(1) - Indicates that an error has occurred and the exact state of the resource could not be determined or the resource state is unavailable. online(2) - The resource is online and functioning normally. offline(3) - The resource is offline. failed(4) - The resource has failed. onlinePending(5) - The resource is in the process of coming online. offlinePending(6)- The resource is in the process of going offline.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), online(2), offline(3), failed(4), onlinePending(5), offlinePending(6)  

cpqClusterResourceOwnerNode 1.3.6.1.4.1.232.15.2.4.1.1.5
The node in the cluster where the group of the resource is currently online.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterResourcePhysId 1.3.6.1.4.1.232.15.2.4.1.1.6
The physical identification for resource type 'Physical Disk'. It contains the following components: storage box name, logical drive NN. where NN is a number from 0..n. It is blank for all other resource types.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterResourceCondition 1.3.6.1.4.1.232.15.2.4.1.1.7
The resource condition. The following values are defined: other(1) - Unable to determine the resource condition. ok(2) - The resource status is online. degraded(3) - The resource status is unavailable or offline or online pending or offline pending. failed(4) - The resource status is failed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqClusterResourceDriveLetter 1.3.6.1.4.1.232.15.2.4.1.1.8
The drive letter with semi-colon of a physical disk such as x:. Blank if the resource type is not 'Physical Disk'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterResourceIpAddress 1.3.6.1.4.1.232.15.2.4.1.1.9
A cluster IP address expressed as xxx.xxx.xxx.xxx where xxx is a decimal number between 0 and 255. Blank if the resource type is not 'IP Address'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterResourceGroupName 1.3.6.1.4.1.232.15.2.4.1.1.10
The name of the cluster group that the resource belongs to.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterInterconnectTable 1.3.6.1.4.1.232.15.2.5.1
A table of network interfaces used by the node for communication.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqClusterInterconnectEntry

cpqClusterInterconnectEntry 1.3.6.1.4.1.232.15.2.5.1.1
The properties describing the interconnect.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpqClusterInterconnectEntry  

cpqClusterInterconnectIndex 1.3.6.1.4.1.232.15.2.5.1.1.1
Uniquely identifies the interconnect entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

cpqClusterInterconnectPhysId 1.3.6.1.4.1.232.15.2.5.1.1.2
The physical identification of the device. For an embedded NIC the value format is as followed: 1) for embedded NIC, Embedded NIC, Base I/O Addr: 2) Known slot number, Slot: , Base I/O Addr: 3) Unknown slot number, Slot: unknown, Base I/O Addr:
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterInterconnectTransport 1.3.6.1.4.1.232.15.2.5.1.1.3
The network transport used by the interconnect. For example, Tcpip.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterInterconnectAddress 1.3.6.1.4.1.232.15.2.5.1.1.4
The address used by the interconnect expressed in the format specified by the transport type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterInterconnectNetworkName 1.3.6.1.4.1.232.15.2.5.1.1.5
This interconnect is a part of this network. The network name is used to correlate information in the network table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterInterconnectNodeName 1.3.6.1.4.1.232.15.2.5.1.1.6
The name of the node in which the network interface is installed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterInterconnectRole 1.3.6.1.4.1.232.15.2.5.1.1.7
The communications role of the interconnect in the cluster. The following values are defined: none(1) - The interconnect is not used by the cluster. client(2) - The interconnect is used to connect client systems to the cluster. internal(3) - The interconnect is used to carry internal cluster communication. clientAndInternal(4) - The interconnect is used to connect client systems and for internal cluster communication.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), client(2), internal(3), clientAndInternal(4)  

cpqClusterNetworkTable 1.3.6.1.4.1.232.15.2.6.1
A table of networks available for communication with other nodes or clients.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqClusterNetworkEntry

cpqClusterNetworkEntry 1.3.6.1.4.1.232.15.2.6.1.1
The properties describing the network.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpqClusterNetworkEntry  

cpqClusterNetworkIndex 1.3.6.1.4.1.232.15.2.6.1.1.1
Uniquely identifies the network entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

cpqClusterNetworkName 1.3.6.1.4.1.232.15.2.6.1.1.2
The text name of the network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterNetworkAddressMask 1.3.6.1.4.1.232.15.2.6.1.1.3
The network IP address mask expressed as xxx.xxx.xxx.xxx where xxx is a decimal number between 0 and 255.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

cpqClusterNetworkDescription 1.3.6.1.4.1.232.15.2.6.1.1.4
The text description of the network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..128)  

cpqClusterNetworkRole 1.3.6.1.4.1.232.15.2.6.1.1.5
The communications role of the network in the cluster. The following values are defined: none(1) - The network is not used by the cluster. client(2) - The network is used to connect client systems to the cluster. internal(3) - The network is used to carry internal cluster communication. clientAndInternal(4) - The network is used to connect client systems and for internal cluster communication.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), client(2), internal(3), clientAndInternal(4)  

cpqClusterNetworkState 1.3.6.1.4.1.232.15.2.6.1.1.6
The network's current state. The following values are defined: other(1) - Indicates that an error has occurred and the exact state of the network could not be determined. online(2) - The network is operational; all of the nodes in the cluster can communicate. offline(3) - The network is not operational; none of the nodes on the network can communicate. partitioned(4) - The network is operational, but two or more nodes on the network cannot communicate. Typically a path-specific problem has occurred. unavailable(5) - The network is unavailable to the cluster because the network's role is 'none'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), online(2), offline(3), partitioned(4), unavailable(5)  

cpqClusterNetworkCondition 1.3.6.1.4.1.232.15.2.6.1.1.7
The network condition uses cpqClusterNetworkState to determine the network condition. The following values are defined: other(1) - The network state indicates that an error has occurred and the exact state of the network could not be determined or the network state is unavailable. ok(2) - The network state is online or unavailable. degraded(3) - The network state is partitioned. failed(4) - The network state is offline.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqClusterDegraded 15001
This trap will be sent any time the condition of the cluster becomes degraded.
TRAP-TYPE    

cpqClusterFailed 15002
This trap will be sent any time the condition of the cluster becomes failed.
TRAP-TYPE    

cpqClusterNodeDegraded 15003
This trap will be sent any time the condition of a node in the cluster becomes degraded. User Action: Make a note of the cluster node name then check the node for the cause of the degraded condition.
TRAP-TYPE    

cpqClusterNodeFailed 15004
This trap will be sent any time the condition of a node in the cluster becomes failed. User Action: Make a note of the cluster node name then check the node for the cause of the failure.
TRAP-TYPE    

cpqClusterResourceDegraded 15005
This trap will be sent any time the condition of a cluster resource becomes degraded. User Action: Make a note of the cluster resource name then check the resource for the cause of the degraded condition.
TRAP-TYPE    

cpqClusterResourceFailed 15006
This trap will be sent any time the condition of a cluster resource becomes failed. User Action: Make a note of the cluster resource name then check the resource for the cause of the failure.
TRAP-TYPE    

cpqClusterNetworkDegraded 15007
This trap will be sent any time the condition of a cluster network becomes degraded. User Action: Make a note of the cluster network name then check the network for the cause of the degraded condition.
TRAP-TYPE    

cpqClusterNetworkFailed 15008
This trap will be sent any time the condition of a cluster network becomes failed. User Action: Make a note of the cluster network name then check the network for the cause of the failure.
TRAP-TYPE