xcmHrDevPowerCoolDownSupport
XEROX-HOST-RESOURCES-EXT-MIB ·
.1.3.6.1.4.1.253.8.53.6.2.1.3
Object
A device 'cool down' feature support management object,
used by system administrators of this device.
Usage: This object specifies the support present (if any) for
a device 'cool down' feature ('readyMode' to 'standbyMode').
For example, a printer might want to 'cool down' a motor
(to 'standbyMode') some time after the last page printed.
* 'other(1)'
- DEPRECATED - SHALL NOT be used by conforming implementations
* 'on(3)'
- device 'cool down' feature is present and enabled
both '...CoolDownDelay' and '...CoolDownDuration' are used
- if '...CoolDownDelay' is zero,
then 'cool down' cycle begins immediately after trigger event
- if '...CoolDownDelay' is non-zero,
then 'cool down' cycle is delayed for specified time
- if '...CoolDownDuration' is zero,
then 'cool down' cycle completes immediately after initiation
- if '...CoolDownDuration' is non-zero,
then 'cool down' cycle requires specified time to complete
* 'off(4)'
- device 'cool down' feature is present but disabled
both '...CoolDownDelay' and '...CoolDownDuration' NOT used
* 'notPresent(5)'
- device 'cool down' feature NOT present on this host system
both '...CoolDownDelay' and '...CoolDownDuration' NOT used
Context
- MIB
- XEROX-HOST-RESOURCES-EXT-MIB
- OID
.1.3.6.1.4.1.253.8.53.6.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- xcmHrDevPowerEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'XEROX-HOST-RESOURCES-EXT-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-HOST-RESOURCES-EXT-MIB::xcmHrDevPowerCoolDownSupport'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XEROX-HOST-RESOURCES-EXT-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-HOST-RESOURCES-EXT-MIB::xcmHrDevPowerCoolDownSupport.<hrDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XEROX-HOST-RESOURCES-EXT-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XEROX-HOST-RESOURCES-EXT-MIB::xcmHrDevPowerCoolDownSupport'
Syntax
- Source
- Printer-MIBPresentOnOff
- Base type
Enumeration
Values & Constraints
Type Values
1 | other |
3 | on |
4 | off |
5 | notPresent |
Conformance
Member of
Compliance refinements
xcmHrMIBCompliance
readonly
It is conformant to implement this object as read-only.