cwaChanTestState
CISCO-WAN-ATM-CONN-MIB ·
.1.3.6.1.4.1.351.150.1.1.3.1.1.4
Object
column CiscoWanTestStatus
This object reflects the status of the last requested test: * If a loopback had never been effected on an endpoint, this object reads noStatus (1). * If a destructive mode of loopback is configured on an endpoint, this object always reads lpbkInEffect(6). * If a non-destructive mode of loopback is in progress, this reads lpbkInProgress(2). * If a non-destructive mode of loopback has completed successfully, this reads lpbkSuccess(3). * If a non-destructive mode of loopback has aborted, either due to user request or switch's limitation, this reads lpbkAbort (4). * If a non-destructive mode of loopback has failed, this reads lpbkTimeOut(5).
Context
- MIB
- CISCO-WAN-ATM-CONN-MIB
- OID
.1.3.6.1.4.1.351.150.1.1.3.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cwAtmChanTestEntry
- Groups
- 4
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-WAN-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-ATM-CONN-MIB::cwaChanTestState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WAN-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-ATM-CONN-MIB::cwaChanTestState.<ifIndex>.<cwaChanVpi>.<cwaChanVci>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WAN-ATM-CONN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WAN-ATM-CONN-MIB::cwaChanTestState'
Syntax
- Source
- CiscoWanTestStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | noStatus |
2 | lpbkInProgress |
3 | lpbkSuccess |
4 | lpbkAbort |
5 | lpbkTimeOut |
6 | lpbkInEffect |