xcmHrDevPowerWarmUpSupport
XEROX-HOST-RESOURCES-EXT-MIB ·
.1.3.6.1.4.1.253.8.53.6.2.1.2
Object
A device 'warm up' feature support management object,
used by system administrators of this device.
Usage: This object specifies the support present (if any) for
a device 'warm up' feature ('standbyMode' to 'readyMode').
For example, a photocopier might want to 'warm up' (as a system)
(to 'readyMode') some time after a user presses a button.
* 'other(1)'
- DEPRECATED - SHALL NOT be used by conforming implementations
* 'on(3)'
- device 'warm up' feature is present and enabled
both '...WarmUpDelay' and '...WarmUpDuration' are used
- if '...WarmUpDelay' is zero,
then 'warm up' cycle begins immediately after trigger event
- if '...WarmUpDelay' is non-zero,
then 'warm up' cycle is delayed for specified time
- if '...WarmUpDuration' is zero,
then 'warm up' cycle completes immediately after initiation
- if '...WarmUpDuration' is non-zero,
then 'warm up' cycle requires specified time to complete
* 'off(4)'
- device 'warm up' feature is present but disabled
both '...WarmUpDelay' and '...WarmUpDuration' NOT used
* 'notPresent(5)'
- device 'warm up' feature NOT present on this host system
both '...WarmUpDelay' and '...WarmUpDuration' NOT used
Context
- MIB
- XEROX-HOST-RESOURCES-EXT-MIB
- OID
.1.3.6.1.4.1.253.8.53.6.2.1.2- 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::xcmHrDevPowerWarmUpSupport'
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::xcmHrDevPowerWarmUpSupport.<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::xcmHrDevPowerWarmUpSupport'
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.