devFunCfgServerStatus
DLINK-DXS-1210-12TC-AX-MIB ·
.1.3.6.1.4.1.171.10.139.1.1.1.1.2.4.11
Object
scalar Enumeration
The current operation status of file upload or download.
Context
- MIB
- DLINK-DXS-1210-12TC-AX-MIB
- OID
.1.3.6.1.4.1.171.10.139.1.1.1.1.2.4.11- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- devFunConfiguration
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DLINK-DXS-1210-12TC-AX-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINK-DXS-1210-12TC-AX-MIB::devFunCfgServerStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINK-DXS-1210-12TC-AX-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINK-DXS-1210-12TC-AX-MIB::devFunCfgServerStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | ok |
1 | internalerror |
2 | nofileerror |
3 | accessViolation |
4 | memoryfull |
5 | fileexists |
6 | connecthostfail |
7 | invalidarg |
8 | readfail |
9 | writefail |
10 | createfilefail |
11 | filetoohuge |
12 | buffertoosmall |
13 | serverfail |
14 | programming |