otdrTraceMgmtLastError
ADVA-FSP3000ALM-MIB ·
.1.3.6.1.4.1.2544.1.14.7.1.1.3
Object
column Enumeration
The latest failure of the export/upload of OTDR traces process.
Applicable only when otdrTraceMgmtState is set to 'failure'.
NOTE: All failures that are caused by malfunctioning
hardware are reported as internalError.
Context
- MIB
- ADVA-FSP3000ALM-MIB
- OID
.1.3.6.1.4.1.2544.1.14.7.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- otdrTraceMgmtEntry
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 'ADVA-FSP3000ALM-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVA-FSP3000ALM-MIB::otdrTraceMgmtLastError'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADVA-FSP3000ALM-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVA-FSP3000ALM-MIB::otdrTraceMgmtLastError.<portId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADVA-FSP3000ALM-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADVA-FSP3000ALM-MIB::otdrTraceMgmtLastError'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noError |
2 | transferLoginFailed |
3 | transferFileNotFound |
4 | transferFileNoAccess |
5 | transferServerUnreachable |
6 | transferFailed |
7 | missingOtdrTrace |
8 | wrongOtdrTraceIndex |
9 | internalError |
10 | noSpaceLeft |