adGenGponOntSoftwareDownloadStatus
ADTRAN-GENGPON-MIB ·
.1.3.6.1.4.1.664.6.10000.76.1.1.3.1.1.8
Object
column Enumeration
The software upload status of the particular GPON ONT.
Context
- MIB
- ADTRAN-GENGPON-MIB
- OID
.1.3.6.1.4.1.664.6.10000.76.1.1.3.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenGponOntStatusEntry
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 'ADTRAN-GENGPON-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENGPON-MIB::adGenGponOntSoftwareDownloadStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENGPON-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENGPON-MIB::adGenGponOntSoftwareDownloadStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENGPON-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENGPON-MIB::adGenGponOntSoftwareDownloadStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notStarted |
1 | downloadInProgress |
2 | downloadCompleted |
3 | activationAndReboot |
4 | activationCompleted |
5 | commitInProgress |
6 | commitCompleted |
7 | downloadFailed |
8 | activationFailed |
9 | commitFailed |
10 | sameversionSkipped |
11 | downloadPending |
12 | downloadCancelled |
13 | downloadCompletedNotActivated |