CPQEXTERNAL-MIB

File: CPQEXTERNAL-MIB.mib (17153 bytes)

Imported modules

CPQHOST-MIB RFC1155-SMI RFC1213-MIB
RFC-1212

Imported symbols

compaq enterprises DisplayString
OBJECT-TYPE

Defined Types

CpqExOsCommonModuleEntry  
SEQUENCE    
  cpqExOsCommonModuleIndex INTEGER
  cpqExOsCommonModuleName DisplayString
  cpqExOsCommonModuleVersion DisplayString
  cpqExOsCommonModuleDate OCTET STRING
  cpqExOsCommonModulePurpose DisplayString

CpqExExternalStatusEntry  
SEQUENCE    
  cpqExExternalStatusIndex INTEGER
  cpqExExternalStatusInterval INTEGER
  cpqExExternalStatusVariable OBJECT IDENTIFIER
  cpqExExternalStatusValid INTEGER
  cpqExExternalStatusValue INTEGER
  cpqExExternalStatusCondition INTEGER
  cpqExExternalStatusOkValues DisplayString
  cpqExExternalStatusDegradedValues DisplayString
  cpqExExternalStatusFailedValues DisplayString

Defined Values

cpqExternalMgmt 1.3.6.1.4.1.232.17
OBJECT IDENTIFIER    

cpqExMibRev 1.3.6.1.4.1.232.17.1
OBJECT IDENTIFIER    

cpqExComponent 1.3.6.1.4.1.232.17.2
OBJECT IDENTIFIER    

cpqExInterface 1.3.6.1.4.1.232.17.2.1
OBJECT IDENTIFIER    

cpqExStatus 1.3.6.1.4.1.232.17.2.2
OBJECT IDENTIFIER    

cpqExOsCommon 1.3.6.1.4.1.232.17.2.1.4
OBJECT IDENTIFIER    

cpqExMibRevMajor 1.3.6.1.4.1.232.17.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  

cpqExMibRevMinor 1.3.6.1.4.1.232.17.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  

cpqExMibCondition 1.3.6.1.4.1.232.17.1.3
The overall condition. This object represents the overall status of the external MIB management system represented by this MIB. This status is the aggregate of all external (non-Compaq enterprise) MIBs supported by this agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqExOsCommonPollFreq 1.3.6.1.4.1.232.17.2.1.4.1
The Insight Agent's polling frequency. The frequency, in seconds, at which the Insight Agent requests information from. A frequency of zero indicates that the Insight Agent retrieves the information upon request of a management station, it does not poll 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 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..2147483647  

cpqExOsCommonModuleTable 1.3.6.1.4.1.232.17.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  
    CpqExOsCommonModuleEntry

cpqExOsCommonModuleEntry 1.3.6.1.4.1.232.17.2.1.4.2.1
A description of a software modules that provide an interface to the device this MIB describes.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CpqExOsCommonModuleEntry  

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

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

cpqExOsCommonModuleVersion 1.3.6.1.4.1.232.17.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 a null (size 0) string if the agent cannot provide the module version.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..5)  

cpqExOsCommonModuleDate 1.3.6.1.4.1.232.17.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)  

cpqExOsCommonModulePurpose 1.3.6.1.4.1.232.17.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)  

cpqExExternalCondition 1.3.6.1.4.1.232.17.2.2.1
The condition of the external mib status table as a whole.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqExExternalStatusTable 1.3.6.1.4.1.232.17.2.2.2
A list of status entries for external MIBs.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpqExExternalStatusEntry

cpqExExternalStatusEntry 1.3.6.1.4.1.232.17.2.2.2.1
A list of status OIDs used to check external MIB status values. The table also lists how the values will be interpreted.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CpqExExternalStatusEntry  

cpqExExternalStatusIndex 1.3.6.1.4.1.232.17.2.2.2.1.1
An index that uniquely identifies an entry in the cpqExExternalStatusTable table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqExExternalStatusInterval 1.3.6.1.4.1.232.17.2.2.2.1.2
The interval, in seconds, between consecutive samples of the data.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqExExternalStatusVariable 1.3.6.1.4.1.232.17.2.2.2.1.3
The object identifier of the particular variable to be sampled. Only variables that resolve to an ASN.1 primitive type of INTEGER (INTEGER, Counter, Gauge, or TimeTicks) may be sampled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

cpqExExternalStatusValid 1.3.6.1.4.1.232.17.2.2.2.1.4
This value will be true(2) if the object identifier (cpqExExternalStatusVariable) was successfully retrieved during the last sampling period. If the object identifier was not available or could not be queried, the value will be false(1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(1), true(2)  

cpqExExternalStatusValue 1.3.6.1.4.1.232.17.2.2.2.1.5
The value of the object identifier (cpqExExternalStatusVariable) during the last sampling period. The value during the current sampling period is not made available until the period is completed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cpqExExternalStatusCondition 1.3.6.1.4.1.232.17.2.2.2.1.6
The condition of the external mib status variable. If the value does not exist or was of an invalid data type, this will be set to other(1). The value will also be set to other(1) if the data returned does not match any of the defined values in the cpqExExternalStatusOkValues, cpqExExternalStatusDegradedValues, or cpqExExternalStatusFailedValues as defined.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), degraded(3), failed(4)  

cpqExExternalStatusOkValues 1.3.6.1.4.1.232.17.2.2.2.1.7
This is a textual list of possible values which can be compared to the actual value retrieved from cpqExExternalStatusVariable during the last sampling period. This string value will be composed of a comma separated list of signed integer values with an optional range indicated by two integers separated by two periods. Example: -1,2..4,11 The above would interpret the values -1, 2, 3, 4, and 11 as indicating an Ok condition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

cpqExExternalStatusDegradedValues 1.3.6.1.4.1.232.17.2.2.2.1.8
This is a textual list of possible values which can be compared to the actual value retrieved from cpqExExternalStatusVariable during the last sampling period. This string value will be composed of a comma separated list of signed integer values with an optional range indicated by two integers separated by two periods. Example: -1,2..4,11 The above would interpret the values -1, 2, 3, 4, and 11 as indicating a Degraded condition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

cpqExExternalStatusFailedValues 1.3.6.1.4.1.232.17.2.2.2.1.9
This is a textual list of possible values which can be compared to the actual value retrieved from cpqExExternalStatusVariable during the last sampling period. This string value will be composed of a comma separated list of signed integer values with an optional range indicated by two integers separated by two periods. Example: -1,2..4,11 The above would interpret the values -1, 2, 3, 4, and 11 as indicating a Failed condition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)