wsManagedAPCodeDownloadStatus
AT-UWC-WLAN-SWITCH-MIB ·
.1.3.6.1.4.1.207.8.42.8.34.6.1.1.15
Object
column Enumeration
This indicates the current status of a code download request for this AP.
Context
- MIB
- AT-UWC-WLAN-SWITCH-MIB
- OID
.1.3.6.1.4.1.207.8.42.8.34.6.1.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wsManagedAPStatusEntry
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 'AT-UWC-WLAN-SWITCH-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-UWC-WLAN-SWITCH-MIB::wsManagedAPCodeDownloadStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-UWC-WLAN-SWITCH-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-UWC-WLAN-SWITCH-MIB::wsManagedAPCodeDownloadStatus.<wsManagedAPMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-UWC-WLAN-SWITCH-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-UWC-WLAN-SWITCH-MIB::wsManagedAPCodeDownloadStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | not-started |
2 | requested |
3 | code-transfer-in-progress |
4 | waiting-for-aps-to-download |
5 | aborted |
6 | nvram-update-in-progress |
7 | timed-out |
8 | failure |