devMeshStatus
MERAKI-CLOUD-CONTROLLER-MIB ·
.1.3.6.1.4.1.29671.1.1.4.1.6
Object
column Enumeration
Whether the device is currently acting as a gateway or a repeater.
Context
- MIB
- MERAKI-CLOUD-CONTROLLER-MIB
- OID
.1.3.6.1.4.1.29671.1.1.4.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- devEntry
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 'MERAKI-CLOUD-CONTROLLER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MERAKI-CLOUD-CONTROLLER-MIB::devMeshStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MERAKI-CLOUD-CONTROLLER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MERAKI-CLOUD-CONTROLLER-MIB::devMeshStatus.<devMac>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MERAKI-CLOUD-CONTROLLER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MERAKI-CLOUD-CONTROLLER-MIB::devMeshStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | gateway |
1 | repeater |