CISCOSB-SYSLOG-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCOSB-SYSLOG-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
rlSyslog | 1.3.6.1.4.1.9.6.1.101.82 |
The private MIB module definition for SYSLOG services in CISCOSB devices. |
||
rlSyslogPrivate | 1.3.6.1.4.1.9.6.1.101.82.2 | |||
rlSyslogGlobalEnable | 1.3.6.1.4.1.9.6.1.101.82.2.1 | truthvalue | read-write |
Global enable for syslog flash, syslog cache and syslog UDP. When set to false, only console logging is performed. |
rlSyslogMinLogToConsoleSeverity | 1.3.6.1.4.1.9.6.1.101.82.2.2 | rlsyslogseverity | read-write |
The minimal severity to log to console. Lower severity will not be written to console. Value notActive indicate this activity is disabled. |
rlSyslogMinLogToFileSeverity | 1.3.6.1.4.1.9.6.1.101.82.2.3 | rlsyslogseverity | read-write |
The minimal severity to log to LogFile. Lower severity will not be written to the LogFile. Value notActive indicates this activity is disabled. |
rlSyslogMinLogToCacheSeverity | 1.3.6.1.4.1.9.6.1.101.82.2.4 | rlsyslogseverity | read-write |
The minimal severity to log to memory cache. Lower severity will not be read from cache. Value notActive indicate this activity is disabled. Note that all events are logged to cache unless its severity is notActive. |
rlSyslogClearLogfile | 1.3.6.1.4.1.9.6.1.101.82.2.5 | unsigned32 | read-write |
Setting to a value other than 0 results in deleting the log file. |
rlSyslogClearCache | 1.3.6.1.4.1.9.6.1.101.82.2.6 | unsigned32 | read-write |
Setting to a value other than 0 results in clearing the memory cache. |
rlSyslogMibVersion | 1.3.6.1.4.1.9.6.1.101.82.2.7 | integer | read-only |
The Syslog MIB's version. It's 1. |
rlSyslogLogTable | 1.3.6.1.4.1.9.6.1.101.82.2.8 | no-access |
A table containing events sent to the system log file. |
|
1.3.6.1.4.1.9.6.1.101.82.2.8.1 | no-access |
A log entry |
||
rlSyslogLogCounter | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.1 | unsigned32 | read-only |
A counter that identifies this entry - used to differentiate logged entries. And the order given is the order of logging. A entries may not form sequence of this value. (Time is not a differentiating element as logged entries may come in a sequence. |
rlSyslogLogDateTime | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.2 | displaystring | read-only |
The time in string (formated DD-MMM-YYYY HH:MM:SS e.g 14-Apr-2002 10:33:31), when the error was logged.. |
rlSyslogLogAppMnemonic | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.3 | displaystring | read-only |
Application that created this error. |
rlSyslogLogSeverity | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.4 | rlsyslogseverity | read-only |
Severity of the reported error. |
rlSyslogLogMessageMnemonic | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.5 | displaystring | read-only |
Short identifier of this message that created this error. |
rlSyslogLogText1 | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.6 | displaystring | read-only |
The text of the logged message without time and date - part 1. |
rlSyslogLogText2 | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.7 | displaystring | read-only |
The text of the logged message without time and date - part 2. |
rlSyslogLogText3 | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.8 | displaystring | read-only |
The text of the logged message without time and date - part 3. |
rlSyslogLogText4 | 1.3.6.1.4.1.9.6.1.101.82.2.8.1.9 | displaystring | read-only |
The text of the logged message without time and date - part 4. |
rlSyslogLogCacheTable | 1.3.6.1.4.1.9.6.1.101.82.2.9 | no-access |
A table containing errors registered to system cache. |
|
1.3.6.1.4.1.9.6.1.101.82.2.9.1 | no-access |
A log history entry |
||
rlSyslogLogCacheCounter | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.1 | unsigned32 | read-only |
A counter that identifies this entry - used to differentiate logged entries. And the order given is the order of logging. A entries may not form sequence of this value. (Time is not a differentiating element as logged entries may come in a sequence. |
rlSyslogLogCacheDateTime | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.2 | displaystring | read-only |
The time in string (formated DD-MMM-YYYY HH:MM:SS e.g 14-Apr-2002 10:33:31), when the eroor was logged.. |
rlSyslogLogCacheAppMnemonic | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.3 | displaystring | read-only |
Application that created this error. |
rlSyslogLogCacheSeverity | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.4 | rlsyslogseverity | read-only |
Severity of the reported error. |
rlSyslogLogCacheMessageMnemonic | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.5 | displaystring | read-only |
Short identifier of this message that created this error. |
rlSyslogLogCacheText1 | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.6 | displaystring | read-only |
The text of the logged message without time and date - part 1. |
rlSyslogLogCacheText2 | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.7 | displaystring | read-only |
The text of the logged message without time and date - part 2. |
rlSyslogLogCacheText3 | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.8 | displaystring | read-only |
The text of the logged message without time and date - part 3. |
rlSyslogLogCacheText4 | 1.3.6.1.4.1.9.6.1.101.82.2.9.1.9 | displaystring | read-only |
The text of the logged message without time and date - part 4. |
rlSyslogConsoleMessagesIgnored | 1.3.6.1.4.1.9.6.1.101.82.2.10 | counter32 | read-only |
This is a count of messages not sent to the console because the severity level of the message was above rlSyslogMinLogToConsoleSeverity, the higher the level, the lower the severity. |
rlSyslogFileMessagesIgnored | 1.3.6.1.4.1.9.6.1.101.82.2.11 | counter32 | read-only |
This is a count of messages not sent to the file because the severity level of the message was above rlSyslogMinLogToFileSeverity, the higher the level, the lower the severity. |
rlSyslogFileMessagesLogged | 1.3.6.1.4.1.9.6.1.101.82.2.12 | counter32 | read-only |
This is a count of all the messages currently held in the Log file. |
rlSyslogCacheTotalMessages | 1.3.6.1.4.1.9.6.1.101.82.2.13 | counter32 | read-only |
This is a count of all the messages currently held in the cache. |
rlSyslogAggregationEnable | 1.3.6.1.4.1.9.6.1.101.82.2.14 | truthvalue | read-write |
enable/disable Syslog aggregation |
rlSyslogAggregationAgingTime | 1.3.6.1.4.1.9.6.1.101.82.2.15 | unsigned32 | read-write |
aging time for Syslog aggregated messages |
rlSyslogMinLogToWebSeverity | 1.3.6.1.4.1.9.6.1.101.82.2.16 | rlsyslogseverity | read-write |
The minimal severity to log to WEB client. Lower severity will not be displayed in WEB client. Value notActive indicate this activity is disabled. |
rlSyslogAlarmFlag | 1.3.6.1.4.1.9.6.1.101.82.2.17 | truthvalue | read-write |
The MIB is initiated by false and it is set to true every time when a syslog message with severity >= min_severity_to_alarm_threshold (host parameter) is generated. |
rlSyslogOriginId | 1.3.6.1.4.1.9.6.1.101.82.2.18 | integer | read-write |
Defines the origin field of the SYSLOG message packets sent to the SYSLOG server Enumeration: 'default': 1, 'ip': 3, 'hostname': 2, 'string': 5, 'ipv6': 4. |
rlSyslogOriginIdString | 1.3.6.1.4.1.9.6.1.101.82.2.19 | displaystring | read-write |
Defines the string origin of the SYSLOG message packets sent to the SYSLOG server |
rlSyslogHeaderSendingEnabled | 1.3.6.1.4.1.9.6.1.101.82.2.20 | truthvalue | read-write |
Enabled sending/not sending of syslog header in syslog messages to syslog collectors. |
rlSyslogPhaseOneTests | 1.3.6.1.4.1.9.6.1.101.82.3 | |||
rlSyslogPhaseOneTestGenerator | 1.3.6.1.4.1.9.6.1.101.82.3.1 | integer | read-write |
Writing a value to this leaf results in a test being run on the host. Enumeration: 'successfulFatalError': 41, 'successfulRegistration': 11, 'oversizedParams': 35, 'regWithInvalidApplicationList': 17, 'snmpAccessToLongMessage': 62, 'regWithInvalidMessageString': 15, 'nestedFatalErrors': 47, 'insufficientParams': 32, 'successfulLoggingWithNoParams': 21, 'trapParams': 36, 'logWithBadApplicationID': 24, 'incorrectParams': 33, 'regWithInvalidComponentID': 13, 'paramFormatting': 31, 'regWithInvalidApplicationID': 14, 'nonFatalErrorThroughFatalInterface': 43, 'logWithBadMessageID': 25, 'fatalErrorThroughNonFatalInterface': 42, 'tooManyParams': 34, 'regWithInvalidMessageList': 16, 'logWithUnregisteredComponentID': 22, 'logWithInvalidComponentID': 23, 'regTheSameComponentTwice': 12. |