ibminterfaceClearInMulticastPkts
IBM-INTERFACE-MIB ·
.1.3.6.1.4.1.2.6.119.4.17.1.1.3
Object
column mandatory
r/w
Enumeration
When SET to a value of clear(1), the counter of multicast
packets received over this interface is reset.
When READ, this object always returns a value of noaction(0),
since this object is intended as a trigger, rather than
providing information.
Context
- MIB
- IBM-INTERFACE-MIB
- OID
.1.3.6.1.4.1.2.6.119.4.17.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ibminterfaceClearEntry
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 'IBM-INTERFACE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-INTERFACE-MIB::ibminterfaceClearInMulticastPkts'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-INTERFACE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-INTERFACE-MIB::ibminterfaceClearInMulticastPkts.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-INTERFACE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-INTERFACE-MIB::ibminterfaceClearInMulticastPkts'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noaction |
1 | clear |