CPQTHRSH-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
18

cpqMeOsCommonModuleTable

table obsolete
.1.3.6.1.4.1.232.10.2.1.4.2 · 1 row entry · 5 columns
Uses the hp variant from /opt/observium/mibs/hp.
Command help
Walk cpqMeOsCommonModuleTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQTHRSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQTHRSH-MIB::cpqMeOsCommonModuleTable'
A table of software modules that provide an interface to the
device this MIB describes.
cpqMeOsCommonModuleEntry row .1.3.6.1.4.1.232.10.2.1.4.2.1
A description of a software modules that provide an interface
to the device this MIB describes.
Column Syntax OID
A unique index for this module description.
Integer32
Constraints:
range: 0-255
.1.3.6.1.4.1.232.10.2.1.4.2.1.1
The module name.
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.232.10.2.1.4.2.1.2
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.
OctetString
Constraints:
range: 0-5
.1.3.6.1.4.1.232.10.2.1.4.2.1.3
The module date.

field octets contents range
===== ====== ======= =====
1 1-2 year 0..65536
2 3 month 1..…
OctetString
Constraints:
range: 7-7
.1.3.6.1.4.1.232.10.2.1.4.2.1.4
The purpose of the module described in this entry.
OctetString
Constraints:
range: 0-255
.1.3.6.1.4.1.232.10.2.1.4.2.1.5

cpqMeAlarmTable

table mandatory
.1.3.6.1.4.1.232.10.2.2.2 · 1 row entry · 13 columns
Uses the hp variant from /opt/observium/mibs/hp.
Command help
Walk cpqMeAlarmTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPQTHRSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQTHRSH-MIB::cpqMeAlarmTable'
A list of alarm entries.
cpqMeAlarmEntry row .1.3.6.1.4.1.232.10.2.2.2.1
A list of parameters that set up a periodic checking
for alarm conditions.
Indexes
Column Syntax OID
An index that uniquely identifies an entry in the
cpqMeAlarm table. Each such entry defines a
diagnostic sample at a particular interval
for an object on the device.
Integer32
Constraints:
range: 1-65535
.1.3.6.1.4.1.232.10.2.2.2.1.1
The interval, in seconds, between consecutive samples of
the data. When setting this variable, care should be given
to ensure that the variable being monitored will not exceed
2^31 - 1 and roll over.

The…
Integer32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.232.10.2.2.2.1.2
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.

Because SNMP acce…
ObjectIdentifierr/w .1.3.6.1.4.1.232.10.2.2.2.1.3
The method of sampling the selected variable and
calculating the value to be compared against the
thresholds.

If the sample type (cpqMeAlarmSampleType) is
absoluteValue(1), the most recent sampled value o…
Enumerationr/w
Enumerated Values:
1absoluteValue
2deltaValue
3absSuppressRisingTrap
4absSuppressFallingTrap
.1.3.6.1.4.1.232.10.2.2.2.1.4
The value of the object identifier (cpqMeAlarmVariable)
during the last sampling period. The value during the
current sampling period is not made available until
the period is completed.

If the sample ty…
Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.232.10.2.2.2.1.5
The alarm that may be sent when this entry is first
set to valid.

If the sample type (cpqMeAlarmSampleType) is
absoluteValue(1), then the following comparisons are
used to generate an event.
Enumerationr/w
Enumerated Values:
1risingAlarm
2fallingAlarm
3risingOrFallingAlarm
.1.3.6.1.4.1.232.10.2.2.2.1.6
A threshold for the sampled object identifier
(cpqMeAlarmVariable).

If the sample type (cpqMeAlarmSampleType) is
absoluteValue(1), then the following describes the
comparison. When the current sampled va…
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.232.10.2.2.2.1.7
A threshold for the sampled object identifier
(cpqMeAlarmVariable).

If the sample type (cpqMeAlarmSampleType) is
absoluteValue(1), then the following describes the
comparison. When the current sampled va…
Integer32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.232.10.2.2.2.1.8
This specifies if the threshold management software should
recreate this entry if it is brought down and then
restarted. A temporary entry will not be recreated after a
restart. A permanent entry will be recreated aft…
Enumerationr/w
Enumerated Values:
1temporary
2permanent
.1.3.6.1.4.1.232.10.2.2.2.1.9
The entity that configured this entry and is
therefore using the resources assigned to it.

This string is used to model an administratively
assigned name of the owner of a resource. This
information is ta…
OctetStringr/w
Constraints:
range: 0-127
.1.3.6.1.4.1.232.10.2.2.2.1.10
The status of this alarm entry.

Setting this object to the value invalid(4) has the
effect of invalidating the corresponding entry.
That is, it effectively disassociates the mapping
identified with said e…
Enumerationr/w
Enumerated Values:
1valid
2createRequest
3underCreation
4invalid
5tempUnavailable
.1.3.6.1.4.1.232.10.2.2.2.1.11
This is used to correlate the severity of a particular alarm
entry. The management console can use this to relate the
severity of an alarm entry to the end user.
Enumerationr/w
Enumerated Values:
1unknown
2normal
3minor
4warning
5major
6critical
.1.3.6.1.4.1.232.10.2.2.2.1.12
This string contains meaningful information about the MIB
variable which has the threshold set upon it. This information
will be bound to a trap and is intended to allow a management
console to have specific customized…
OctetStringr/w
Constraints:
range: 0-127
.1.3.6.1.4.1.232.10.2.2.2.1.13