clMeshDaisyChainEnabled
CISCO-LWAPP-MESH-MIB ·
.1.3.6.1.4.1.9.9.616.1.1.1.1.16
Object
This object specifies whether an AP operating in mesh mode has daisy chaining mode enabled. A daisy chain is a wiring scheme in which multiple devices are wired together in sequence or in a ring. A value of 'true' indicates that mesh daisy chaining is enabled. A value of 'false' indicates that mesh daisy chaining is disabled.
Context
- MIB
- CISCO-LWAPP-MESH-MIB
- OID
.1.3.6.1.4.1.9.9.616.1.1.1.1.16- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- clMeshNodeEntry
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-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MESH-MIB::clMeshDaisyChainEnabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-MESH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MESH-MIB::clMeshDaisyChainEnabled.<cLApSysMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-MESH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-MESH-MIB::clMeshDaisyChainEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |