trapTcnReason
ECS4620-MIB ·
.1.3.6.1.4.1.259.10.1.41.1.14.2.9
Object
scalar Enumeration
The variable represents the function of TCN: pushButton(1): Push button to enable the unit as the Master unit in the stack. stackingLinkDown(2): Stacking link is down. stackingLinkUp(3): Stacking link is up. hbtTimeout(4): Control packet sent from the Master through all units has timed-out. hbtError(5): Control packet sent from the Master through all units was received with errors.
Context
- MIB
- ECS4620-MIB
- OID
.1.3.6.1.4.1.259.10.1.41.1.14.2.9- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- trapVar
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4620-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4620-MIB::trapTcnReason.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4620-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4620-MIB::trapTcnReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pushButton |
2 | stackingLinkDown |
3 | stackingLinkUp |
4 | hbtTimeout |
5 | hbtError |