mwrFileXfrStatus
MWR-ETHERNET-MIB ·
.1.3.6.1.4.1.7262.4.5.8.1.5.2.1.11
Object
column Enumeration
This object contains the current status of the last requested import/export of the corresponding row component.
Context
- MIB
- MWR-ETHERNET-MIB
- OID
.1.3.6.1.4.1.7262.4.5.8.1.5.2.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mwrFileXfrEntry
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 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWR-ETHERNET-MIB::mwrFileXfrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWR-ETHERNET-MIB::mwrFileXfrStatus.<mwrFileXfrSeqID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MWR-ETHERNET-MIB::mwrFileXfrStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | success |
2 | inProgress |
3 | failed |