hwNotifyFilterObject
HUAWEI-SNMP-NOTIFICATION-MIB ·
.1.3.6.1.4.1.2011.6.30.9.1.1.1
Object
column Enumeration
Description of all the filter objects supported by hwNotifyFilterTable.
Options:
1. event(1) -indicates that the object to be filtered is the event.
2. alarm(2) -indicates that the object to be filtered is the alarm.
The following items indicate the trap types that are to be filtered:
3. maintain(3)-indicates the maintenance trap.
4. snmpstd(4) -indicates the standard trap.
5. topo(5) -indicates the topological trap.
6. test(6) -indicates the test trap.
7. datachange(15)-indicates the data change trap.
Context
- MIB
- HUAWEI-SNMP-NOTIFICATION-MIB
- OID
.1.3.6.1.4.1.2011.6.30.9.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- hwNotifyFilterEntry
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::hwNotifyFilterObject'
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::hwNotifyFilterObject.<hwNotifyFilterObject>.<hwNotifyFilterType>.<hwNotifyFilterCondition>'
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::hwNotifyFilterObject'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | event |
2 | alarm |
3 | maintain |
4 | snmpstd |
5 | topo |
6 | test |
15 | datachange |