cwaChanTestType
CISCO-WAN-ATM-CONN-MIB ·
.1.3.6.1.4.1.351.150.1.1.3.1.1.1
Object
This object configures an endpoint in loopback:
This is a mandatory object.
* To configure a destructive loopback, this object needs to
be set to destructive (2). The direction in which this
destructive loopback needs to be effected, should be
specified using the cwaChanTestDir object. To de-configure
destructive loopback, this object needs to be set to
noLpbk(1).
* To configure a non-destructive loopback, this object needs
to be set to nonDestructive(3). The direction in which this
non-destructive loopback needs to be effected, should be
specified using the cwaChanTestDir object. Non-destructive
loopback gets de-configured automatically at the switch after
a certain timeout. However, if there is a need to abort
a non-destructive loopback, a set operation on this object
should be performed with a value noLpbk (1).
* Attempting to set a channel in loopback, when one is already
in progress results in a failure of the set operation (with
appropriate error code)
Context
- MIB
- CISCO-WAN-ATM-CONN-MIB
- OID
.1.3.6.1.4.1.351.150.1.1.3.1.1.1- Type
- column
- Access
- readwrite
- 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::cwaChanTestType'
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::cwaChanTestType.<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::cwaChanTestType'
Syntax
- Source
- CiscoWanLpbkTypes
- Base type
Enumeration
Values & Constraints
Type Values
1 | noLpbk |
2 | destructive |
3 | nonDestructive |