clMeshNeighborType

CISCO-LWAPP-MESH-MIB · .1.3.6.1.4.1.9.9.616.1.3.1.1.2

Object

column Bits
This object represents type of neighbor mesh node.
parent   - Neighbor mesh node is a parent mesh node 
           of this mesh node.
neighbor - Its a neighbor mesh node. It can be on 
           same or different mesh-sector.
excluded - Neighbor mesh node is excluded by this 
           mesh node.
child    - Neighbor mesh node is child of this mesh node.
beacon   - Neighbor mesh node found by passive scanning.
Default  - Neighbor mesh node connected using a mismatched 
           bridge group name

Context

MIB
CISCO-LWAPP-MESH-MIB
OID
.1.3.6.1.4.1.9.9.616.1.3.1.1.2
Type
column
Access
readonly
Status
current
Parent
clMeshNeighborEntry
Groups
1

Walk 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::clMeshNeighborType'
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::clMeshNeighborType.<cLApSysMacAddress>.<clMeshNeighborMacAddress>'
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::clMeshNeighborType'

Syntax

Bits

Values & Constraints

Enumerated Values
0parent
1neighbor
2excluded
3child
4beacon
5default