e5AlarmServiceAffecting
E5-121-TRAPS-MIB ·
.1.3.6.1.4.1.6321.1.2.3.4.12.9.1.1.13
Object
column Enumeration
Indicated the nature of the alarm i.e. service affecting or not
Context
- MIB
- E5-121-TRAPS-MIB
- OID
.1.3.6.1.4.1.6321.1.2.3.4.12.9.1.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- e5AlarmEntry
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 'E5-121-TRAPS-MIB' -M '/opt/observium/mibs/calix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'E5-121-TRAPS-MIB::e5AlarmServiceAffecting'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'E5-121-TRAPS-MIB' -M '/opt/observium/mibs/calix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'E5-121-TRAPS-MIB::e5AlarmServiceAffecting.<e5AlarmObjectClass>.<e5AlarmObjectInstance1>.<e5AlarmObjectInstance2>.<e5AlarmObjectInstance3>.<e5AlarmObjectInstance4>.<e5AlarmObjectInstance5>.<e5AlarmObjectInstance6>.<e5AlarmObjectInstance7>.<e5AlarmObjectInstance8>.<e5AlarmType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'E5-121-TRAPS-MIB' -M '/opt/observium/mibs/calix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'E5-121-TRAPS-MIB::e5AlarmServiceAffecting'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | yes |
2 | no |