mrSupervisorLogTableClear
CISCO-FASTHUB-MIB ·
.1.3.6.1.4.1.9.2.11.1.2.1
Object
scalar mandatory
r/w
Enumeration
clear(1) -- clear current mrSupervisorLogTable
noClear(2), -- do nothing
A write to this object with noClear(2) results in no
action. A write of clear(1) will clear all current
entries in the mrSupervisorLogTable. A new entry will
then be added to log this clear action.
This object always return noClear(2) when read.
Context
- MIB
- CISCO-FASTHUB-MIB
- OID
.1.3.6.1.4.1.9.2.11.1.2.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- mrSupervisorLog
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FASTHUB-MIB::mrSupervisorLogTableClear.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FASTHUB-MIB::mrSupervisorLogTableClear'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | clear |
2 | noClear |