alarmConfigStatusTrap
ZHONE-GEN-INTERFACE-CONFIG-MIB ·
.1.3.6.1.4.1.5504.3.13.1.1.1.4
Object
This field describes the enable status of the Status Trap Alarm. If this field is true (1) then the Status Trap alarm is enabled. If this field is false (2) then the Status Trap Alarm is disabled.
Context
- MIB
- ZHONE-GEN-INTERFACE-CONFIG-MIB
- OID
.1.3.6.1.4.1.5504.3.13.1.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- alarmConfigEntry
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 'ZHONE-GEN-INTERFACE-CONFIG-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-GEN-INTERFACE-CONFIG-MIB::alarmConfigStatusTrap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-GEN-INTERFACE-CONFIG-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-GEN-INTERFACE-CONFIG-MIB::alarmConfigStatusTrap.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-GEN-INTERFACE-CONFIG-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-GEN-INTERFACE-CONFIG-MIB::alarmConfigStatusTrap'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |