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