clMeshLtStatus
CISCO-LWAPP-MESH-LINKTEST-MIB ·
.1.3.6.1.4.1.9.9.606.1.3.1.1.19
Object
column Enumeration
This object indicates the status of the linktest
this particular entry corresponds to.
The semantics as follows.
'clMeshLtStatusFailed' - This value indicates that
this particular linktest has failed.
'clMeshLtStatusInProgress' - This value indicates
that the linktest is in progress.
'clMeshLtStatusSuccess' - This value indicates
that linktest has succeeded.
Context
- MIB
- CISCO-LWAPP-MESH-LINKTEST-MIB
- OID
.1.3.6.1.4.1.9.9.606.1.3.1.1.19- Type
- column
- Access
- readonly
- Status
- current
- Parent
- clMeshLtResultsEntry
- Groups
- 2
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-MESH-LINKTEST-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MESH-LINKTEST-MIB::clMeshLtStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-MESH-LINKTEST-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MESH-LINKTEST-MIB::clMeshLtStatus.<clMeshLtIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-MESH-LINKTEST-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-MESH-LINKTEST-MIB::clMeshLtStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | clMeshLtStatusFailed |
2 | clMeshLtStatusInProgress |
3 | clMeshLtStatusSuccess |