clMeshNodeBackhaul
CISCO-LWAPP-MESH-MIB ·
.1.3.6.1.4.1.9.9.616.1.1.1.1.3
Object
column Enumeration
This object represents 802.11 interface type of the
backhaul link. See Mesh Link in glossary section for
more detail on backhaul link.
dot11a - 802.11a radio is used as backhaul link.
dot11b - 802.11b radio is used as backhaul link.
dot11g - 802.11g radio is used as backhaul link.
Context
- MIB
- CISCO-LWAPP-MESH-MIB
- OID
.1.3.6.1.4.1.9.9.616.1.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- clMeshNodeEntry
- Groups
- 3
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::clMeshNodeBackhaul'
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::clMeshNodeBackhaul.<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::clMeshNodeBackhaul'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dot11a |
2 | dot11b |
3 | dot11g |