ibminterfaceClearDeviceSpecific
IBM-INTERFACE-MIB ·
.1.3.6.1.4.1.2.6.119.4.17.1.1.12
Object
column mandatory
r/w
Enumeration
When SET to a value of clear(1), all the device specific
counters are reset. For example, for an Ethernet
interface, all the counters provided in the
dot3StatsTable are 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.12- 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::ibminterfaceClearDeviceSpecific'
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::ibminterfaceClearDeviceSpecific.<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::ibminterfaceClearDeviceSpecific'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noaction |
1 | clear |