cie1000SyslogControlHistoryClearLevel
CIE1000-SYSLOG-MIB ·
.1.3.6.1.4.1.9.9.832.1.37.1.4.1.1.2
Object
column CIE1000SyslogLevelType
Indicates which level of message want to clear.
Context
- MIB
- CIE1000-SYSLOG-MIB
- OID
.1.3.6.1.4.1.9.9.832.1.37.1.4.1.1.2- Type
- column
- Access
- notifyonly
- Status
- current
- Parent
- cie1000SyslogControlHistoryEntry
- Groups
- 1
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 'CIE1000-SYSLOG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-SYSLOG-MIB::cie1000SyslogControlHistoryClearLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIE1000-SYSLOG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-SYSLOG-MIB::cie1000SyslogControlHistoryClearLevel.<cie1000SyslogControlHistorySwitchId>.<cie1000SyslogControlHistoryClearLevel>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIE1000-SYSLOG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIE1000-SYSLOG-MIB::cie1000SyslogControlHistoryClearLevel'
Syntax
- Source
- CIE1000SyslogLevelType
- Base type
Enumeration
Values & Constraints
Type Values
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | informational |
8 | all |