ibminterfaceClearAll
IBM-INTERFACE-MIB ·
.1.3.6.1.4.1.2.6.119.4.17.1.1.13
Object
column mandatory
r/w
Enumeration
When SET to a value of clear(1), all the reset actions
performed by the MIB objects defined above are executed
at once.
This action has the same behavior as executing the
CLEAR command from the T5 console prompt (+).
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.13- 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::ibminterfaceClearAll'
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::ibminterfaceClearAll.<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::ibminterfaceClearAll'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noaction |
1 | clear |