hwEventAdminStatus
HUAWEI-SNMP-NOTIFICATION-MIB ·
.1.3.6.1.4.1.2011.6.30.6.1.1.9
Object
column r/w
Enumeration
Event management status. Currently, the system supports two states.
Options:
1. init(1) -During the setting operation, you can change only the event that is
in the initial state to the alarm but cannot change an alarm to an event.
Therefore, init(1) can be implemented only through the getting operation
to check whether the current state is initial.
2. conversion(2) -If an event needs to be converted into an alarm,
perform the setting operation through conversion(2).
Context
- MIB
- HUAWEI-SNMP-NOTIFICATION-MIB
- OID
.1.3.6.1.4.1.2011.6.30.6.1.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwEventCtrlEntry
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 'HUAWEI-SNMP-NOTIFICATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-SNMP-NOTIFICATION-MIB::hwEventAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-SNMP-NOTIFICATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-SNMP-NOTIFICATION-MIB::hwEventAdminStatus.<hwEventID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-SNMP-NOTIFICATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-SNMP-NOTIFICATION-MIB::hwEventAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | init |
2 | conversion |