etsysFileTransferRequestOperStatus

ENTERASYS-FILE-MANAGEMENT-MIB · .1.3.6.1.4.1.5624.1.2.15.1.6.1.4

Object

column Enumeration
The operational state of the file transfer.
              
inactive - Indicates that the RowStatus of this conceptual
           row is not in the 'active' state.
              
pending  - Indicates that the transfer described by this
           row is ready to run and waiting in a queue.
              
running  - Indicates that the transfer described by this
           row is running.
              
success  - Indicates that the transfer described by this
           row has successfully run to completion.
              
failure  - Indicates that the transfer described by this
           row has failed to run to completion.

Context

MIB
ENTERASYS-FILE-MANAGEMENT-MIB
OID
.1.3.6.1.4.1.5624.1.2.15.1.6.1.4
Type
column
Access
readonly
Status
current
Parent
etsysFileTransferRequestEntry
Groups
1

Walk 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 'ENTERASYS-FILE-MANAGEMENT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-FILE-MANAGEMENT-MIB::etsysFileTransferRequestOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENTERASYS-FILE-MANAGEMENT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-FILE-MANAGEMENT-MIB::etsysFileTransferRequestOperStatus.<etsysFileTransferRequestIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENTERASYS-FILE-MANAGEMENT-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENTERASYS-FILE-MANAGEMENT-MIB::etsysFileTransferRequestOperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1inactive
2pending
3running
4success
5failure

Conformance