xcmHrDevTrafficOutputSupport
XEROX-HOST-RESOURCES-EXT-MIB ·
.1.3.6.1.4.1.253.8.53.7.2.1.3
Object
A device output traffic support management object,
used by system administrators of this device.
Usage: This object specifies the support present (if any)
for device output traffic (I/O).
For example, a ROM does NOT support output traffic (ie, writes).
* 'other(1)'
- DEPRECATED - SHALL NOT be used by conforming implementations
* 'on(3)'
- device 'output I/O' feature is present and enabled
and '...OutputTimeout' is meaningful
- if '...OutputTimeout' is zero,
then 'output I/O' cycle MAY proceed for an infinite time
- if '...OutputTimeout' is non-zero,
then 'output I/O' cycle is limited to the specified time
* 'off(4)'
- device 'output I/O' feature is present but disabled
and '...OutputTimeout' is ignored
* 'notPresent(5)'
- device 'output I/O' feature NOT present on this host system
and '...OutputTimeout' is ignored
Context
- MIB
- XEROX-HOST-RESOURCES-EXT-MIB
- OID
.1.3.6.1.4.1.253.8.53.7.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- xcmHrDevTrafficEntry
- 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::xcmHrDevTrafficOutputSupport'
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::xcmHrDevTrafficOutputSupport.<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::xcmHrDevTrafficOutputSupport'
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.