zyClusterInfoMemberStatus
ZYXEL-CLUSTER-MIB ·
.1.3.6.1.4.1.890.1.15.3.14.2.4.1.4
Object
column Enumeration
There are three types in cluster status. Online(the cluster member switch is accessible), Error (for example, the cluster member switch password was changed or the switch was set as the manager and so left the member list, etc.), Offline (the switch is disconnected - Offline shows approximately 1.5 minutes after the link between cluster member and manager goes down).
Context
- MIB
- ZYXEL-CLUSTER-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.14.2.4.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zyxelClusterInfoMemberEntry
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 'ZYXEL-CLUSTER-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-CLUSTER-MIB::zyClusterInfoMemberStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-CLUSTER-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-CLUSTER-MIB::zyClusterInfoMemberStatus.<zyClusterInfoMemberMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-CLUSTER-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-CLUSTER-MIB::zyClusterInfoMemberStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | error |
1 | online |
2 | offline |