cldccOperParamsStatus
CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB ·
.1.3.6.1.4.1.9.9.599.3.4.1.2.1.1.1
Object
This object specifies the status of current request. To trigger a request to the client to get the operational information, this attribute is set to initiate(1). Once the request is triggered, the agent will set the value to inProgress(2). Based on the progress of the request, this is later updated to sucess(3), failure(4) or requestNotProcessedByClient(5). If a request has not been triggered explicitly by setting this attribute to initiate, then this field returns the status of the last request.
Context
- MIB
- CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB
- OID
.1.3.6.1.4.1.9.9.599.3.4.1.2.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cldccOperParamsEntry
- Groups
- 1
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 'CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB::cldccOperParamsStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB::cldccOperParamsStatus.<cldcClientMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-DOT11-CLIENT-CCXV5-REPORTING-MIB::cldccOperParamsStatus'
Syntax
Values & Constraints
Type Values
1 | initiate |
2 | inProgress |
3 | success |
4 | failure |
5 | requestNotProcessedByClient |