CISCO-SYSLOG-EXT-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-SYSLOG-EXT-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 |
ciscoSyslogExtMIB | 1.3.6.1.4.1.9.9.301 |
MIB module for configuring and monitoring System Log related management parameters as defined by RFC 3164. |
||
ciscoSyslogExtMIBObjects | 1.3.6.1.4.1.9.9.301.1 | |||
cseSyslogConfigurationGroup | 1.3.6.1.4.1.9.9.301.1.1 | |||
cseSyslogConsoleEnable | 1.3.6.1.4.1.9.9.301.1.1.1 | truthvalue | read-write |
Indicate whether the Syslog messages should be sent to the console. |
cseSyslogConsoleMsgSeverity | 1.3.6.1.4.1.9.9.301.1.1.2 | syslogseverity | read-write |
Minimum severity of the message that are sent to the Console. |
cseSyslogLogFileName | 1.3.6.1.4.1.9.9.301.1.1.3 | snmpadminstring | read-write |
Name of file to which the Syslog messages are logged. Set operation with a zero length will fail. |
cseSyslogLogFileMsgSeverity | 1.3.6.1.4.1.9.9.301.1.1.4 | syslogseverity | read-write |
Minimum severity of the message that are sent to the log file (cseSyslogLogFileName). |
cseSyslogFileLoggingDisable | 1.3.6.1.4.1.9.9.301.1.1.5 | integer | read-write |
Indicates whether the Syslog messages should be sent to the file indicated by cseSyslogLogFileName. Once this object is set to 'true', the Syslog messages are no longer sent to the file. The value of 'cseSyslogLogFileName' is set to zero length string. To restart the file logging, the cseSyslogLogFileName should be set to a valid file name. No action is taken if this object is set to 'noOp'. The value of the object when read is always 'noOp'. Enumeration: 'noOp': 2, 'true': 1. |
cseSyslogServerTableMaxEntries | 1.3.6.1.4.1.9.9.301.1.1.6 | unsigned32 | read-only |
The maximum number of entries that the agent supports in the cseSyslogServerTable. |
cseSyslogServerTable | 1.3.6.1.4.1.9.9.301.1.1.7 | no-access |
This table contains all the Syslog servers which are configured. |
|
1.3.6.1.4.1.9.9.301.1.1.7.1 | no-access |
An entry containing information about a Syslog server. |
||
cseSyslogServerIndex | 1.3.6.1.4.1.9.9.301.1.1.7.1.1 | unsigned32 | no-access |
An arbitrary integer value, greater than zero, and less than and equal to cseSyslogServerTableMaxEntries, which identifies a Syslog server row in this table. |
cseSyslogServerAddressType | 1.3.6.1.4.1.9.9.301.1.1.7.1.2 | inetaddresstype | read-only |
The type of the address of the Syslog server which is given by the corresponding value of cseSyslogServerAddress. |
cseSyslogServerAddress | 1.3.6.1.4.1.9.9.301.1.1.7.1.3 | inetaddress | read-only |
The address of the Syslog server. |
cseSyslogServerMsgSeverity | 1.3.6.1.4.1.9.9.301.1.1.7.1.4 | syslogseverity | read-only |
Minimum severity of the message that are sent to this Syslog server. |
cseSyslogServerStatus | 1.3.6.1.4.1.9.9.301.1.1.7.1.5 | rowstatus | read-only |
The status of this row. A row can not become 'active' until the values for cseSyslogServerAddressType and cseSyslogServerAddress in that row have both been set. A row cannot be created until corresponding instances of following objects are instantiated. - cseSyslogServerAddressType - cseSyslogServerAddress The following objects may not be modified while the value of this object is active (1): - cseSyslogServerAddressType - cseSyslogServerAddress. |
cseSyslogServerFacility | 1.3.6.1.4.1.9.9.301.1.1.7.1.6 | syslogfacility | read-only |
The facility to be used when sending Syslog messages to this server. |
cseSyslogServerProtocol | 1.3.6.1.4.1.9.9.301.1.1.7.1.7 | syslogprotocol | read-only |
The transport protocol used for sending syslog messages to syslog server. |
cseSyslogServerPort | 1.3.6.1.4.1.9.9.301.1.1.7.1.8 | inetportnumber | read-only |
The port number of the syslog server to which syslog messages are sent. The default value in case of 'cseSyslogServerProtocol' value of 'udp' is 514. The default value in case of 'cseSyslogServerProtocol' value of 'tcp' is 1468. |
cseSyslogServerProtocolFallback | 1.3.6.1.4.1.9.9.301.1.1.7.1.9 | syslogprotocol | read-only |
This object is used for specifying the protcol to fallback to if the sending of syslog messages using the protocol configured in 'cseSyslogServerProtocol' fails. If the value of this object is same as the value specified in 'cseSyslogServerProtocol', then protocol fallback in case of failure is not supported. |
cseSyslogMessageControlTable | 1.3.6.1.4.1.9.9.301.1.1.8 | no-access |
This table contains the information about what system log messages should be sent to Syslog host, console, log file, and/or logged into the internal buffer. |
|
1.3.6.1.4.1.9.9.301.1.1.8.1 | no-access |
A system log message control table entry. Each entry specifies a severity for a particular 'facility' which generates Syslog messages. Any generated message which is at least as severe as the specified severity will be logged. |
||
cseSyslogMessageFacility | 1.3.6.1.4.1.9.9.301.1.1.8.1.1 | syslogexfacility | no-access |
System log message facility. |
cseSyslogMessageSeverity | 1.3.6.1.4.1.9.9.301.1.1.8.1.2 | syslogseverity | read-write |
Minimum severity of the message that are generated by this Syslog message facility. |
cseSyslogTerminalEnable | 1.3.6.1.4.1.9.9.301.1.1.9 | truthvalue | read-write |
Indicate whether the Syslog messages should be sent to the terminals. |
cseSyslogTerminalMsgSeverity | 1.3.6.1.4.1.9.9.301.1.1.10 | syslogseverity | read-write |
Minimum severity of the message that are sent to the terminals. |
cseSyslogLinecardEnable | 1.3.6.1.4.1.9.9.301.1.1.11 | truthvalue | read-write |
Indicate whether the Syslog messages should be generated at the line cards. |
cseSyslogLinecardMsgSeverity | 1.3.6.1.4.1.9.9.301.1.1.12 | syslogseverity | read-write |
Minimum severity of the message that are sent from linecards. |
ciscoSyslogExtMIBConformance | 1.3.6.1.4.1.9.9.301.2 | |||
ciscoSyslogExtMIBCompliances | 1.3.6.1.4.1.9.9.301.2.1 | |||
ciscoSyslogExtMIBCompliance | 1.3.6.1.4.1.9.9.301.2.1.1 |
The compliance statement for entities which implement the CISCO-SYSLOG-EXT-MIB. |
||
ciscoSyslogExtMIBComplianceRev2 | 1.3.6.1.4.1.9.9.301.2.1.2 |
The compliance statement for entities which implement the CISCO-SYSLOG-EXT-MIB. |
||
ciscoSyslogExtMIBGroups | 1.3.6.1.4.1.9.9.301.2.2 | |||
ciscoSyslogExtGroup | 1.3.6.1.4.1.9.9.301.2.2.1 |
A collection of objects for Syslog management. |
||
ciscoSyslogProtocolGroup | 1.3.6.1.4.1.9.9.301.2.2.2 |
A collection of objects referring to protocol related objects in syslog configuration. |