DRAFT-IETF-SYSLOG-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: DRAFT-IETF-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 syslogMIB 1.3.6.1.2.1.999999
The MIB module pertaining to the reception and processing of Syslog compatible messages.
               syslogSystem 1.3.6.1.2.1.999999.1
                   syslogDefaultTransport 1.3.6.1.2.1.999999.1.1
The default transport that a syslog process will use to send syslog messages.
                   syslogDefaultService 1.3.6.1.2.1.999999.1.2
The default service name or port number that a syslog process will use to send syslog messages.
                   syslogDefaultFacility 1.3.6.1.2.1.999999.1.3
The default syslog facility that will be added to syslog messages when the message needs to be relayed and does not have priority specified.
                   syslogDefaultSeverity 1.3.6.1.2.1.999999.1.4
The default syslog severity that will be added to syslog messages when the message needs to be relayed and does not have priority specified.
                   syslogMaxMessageSize 1.3.6.1.2.1.999999.1.5
The the maximum size of the syslog messages in bytes.
               syslogProc 1.3.6.1.2.1.999999.2
                   syslogProcTable 1.3.6.1.2.1.999999.2.1
A table containing information about the syslog processes serviced by an SNMP agent.
                       syslogProcEntry 1.3.6.1.2.1.999999.2.1.1
The information pertaining to a syslog process.
                           syslogProcIndex 1.3.6.1.2.1.999999.2.1.1.1
The Index that uniquely identifies the syslog process in the syslogProcess table.
                           syslogProcMsgsReceived 1.3.6.1.2.1.999999.2.1.1.2
The number of messages received by the syslog process. This includes messages that were ignored.
                           syslogProcMsgsRelayed 1.3.6.1.2.1.999999.2.1.1.3
The number of messages relayed by the syslog process to other syslog processes.
                           syslogProcMsgsDropped 1.3.6.1.2.1.999999.2.1.1.4
The number of messages that could not be relayed (could not be queued for transmitting).
                           syslogProcMsgsIgnored 1.3.6.1.2.1.999999.2.1.1.5
The number of messages that were not processed by the syslog process because the message did not meet the specification of allowed specifications ( either the program name or the priority level of the message or both did not match any selection specified for this process in the syslogCtlSelectionTable).
                           syslogProcMsgsRejected 1.3.6.1.2.1.999999.2.1.1.6
The number of messages that were rejected by the syslog process because the messsage was from a host/service that did not match any selection specified for this process in the syslogCtlSelectionTable and was not on the allowed host/services list.
                           syslogProcLastMsgRecdTime 1.3.6.1.2.1.999999.2.1.1.7
The local time when the last message was received by the syslog process locally or from a remote syslog process.
                           syslogProcLastMsgDeliveredTime 1.3.6.1.2.1.999999.2.1.1.8
The local time when the last message was delivered by the syslog process.
                   syslogParamsTable 1.3.6.1.2.1.999999.2.2
A table containing information about the parameters that control the syslog processes.
                       syslogParamsEntry 1.3.6.1.2.1.999999.2.2.1
The parameters pertaining to a syslog process.
                           syslogParamsProcDescr 1.3.6.1.2.1.999999.2.2.1.1
A description of the syslog process.
                           syslogParamsBindAddrType 1.3.6.1.2.1.999999.2.2.1.2
The type of Internet address which follows in syslogParamsBindAddr.
                           syslogParamsBindAddr 1.3.6.1.2.1.999999.2.2.1.3
The specific IP address or hostname the syslog process will bind to. If a hostname is specified, the IPv4 or IPv6 address which corresponds to will be used.
                           syslogParamsSendToAllAddresses 1.3.6.1.2.1.999999.2.2.1.4
If the destination host, for a message to be forwarded, has more than one A or AAAA record process, Send the message to all the addresses (true) else send to only one of the addresses.
                           syslogParamsCompression 1.3.6.1.2.1.999999.2.2.1.5
If off, disable the compression of repeated instances of the same line into a single line of the form ``last message repeated N times. If offIfPipe disable the compression when the output is a pipe to another program. Otherwise the compression is enabled.
                           syslogParamsConfFileName 1.3.6.1.2.1.999999.2.2.1.6
The fullpath name of the configuration file where the syslog processs message selection and corresponding action rules will be read from and stored.
                           syslogParamsFacilityTranslation 1.3.6.1.2.1.999999.2.2.1.7
If off, disable Disable the translation of messages received with facility ``kern to facility ``user. Usually the ``kern facility is reserved for messages read directly from /dev/klog.
                           syslogParamsPIDFileName 1.3.6.1.2.1.999999.2.2.1.8
The fullpath name of the file where the syslog process ID will be recorded.
                           syslogParamsDNSLookup 1.3.6.1.2.1.999999.2.2.1.9
If doNotUseLocalCache is on, fresh DNS lookups will be carried out everytime a hostname is encountered. Else, DNS lookups will be carried it only once for each hostname.
                           syslogParamsSeverityCompOP 1.3.6.1.2.1.999999.2.2.1.10
The default value of the operator that should apply to the syslogCtlSelectionSeverity in before the selection takes place.
                           syslogParamsSecuritySpecs 1.3.6.1.2.1.999999.2.2.1.11
If doNotRecvFromRemoteHosts is selected then the corresponding syslog process will receive messages from remote hosts. If doNotOpenNetworkSockets is selected then the syslog process will not receive from or forward to remote hosts.
                           syslogParamsProcessStatus 1.3.6.1.2.1.999999.2.2.1.12
started indicates that the process should be started if it is not already running. stopped indicates that the process should be stopped if it is running.
                           syslogParamsRowStatus 1.3.6.1.2.1.999999.2.2.1.13
This object is used to create and delete rows in the syslogParamsTable.
                   syslogAllowedHostsTable 1.3.6.1.2.1.999999.2.3
A table containing information about the Hosts from which messages will be accepted (rejected).
                       syslogAllowedHostsEntry 1.3.6.1.2.1.999999.2.3.1
The host information.
                           syslogAllowedHostsAddressType 1.3.6.1.2.1.999999.2.3.1.1
The type of Internet address which follows in syslogAllowedHostsAddress.
                           syslogAllowedHostsAddress 1.3.6.1.2.1.999999.2.3.1.2
The IP address or hostname specification of the host from which the syslog process will accept messages.
                           syslogAllowedHostsMaskLen 1.3.6.1.2.1.999999.2.3.1.3
If the syslogAllowedHostsAddressType is ipv4(1), ipv6(2) this object represents the number of bits that will be taken into account when the address of the originating is being compared with syslogAllowedHostsAddress. The default value of this MO will be the length of the corresponding syslogAllowedHostsAddress. If the syslogAllowedHostsAddressType is not ipv4(1) or ipv6(2) this object is not used.
                           syslogAllowedHostsTransport 1.3.6.1.2.1.999999.2.3.1.4
The Transport specification that will be used to decide whether the messsage will be accepted from a host or not.
                           syslogAllowedHostsPort 1.3.6.1.2.1.999999.2.3.1.5
The Port specification that will be used to decide whether the messsage will be accepted from a host or not.
                           syslogAllowedHostsRowStatus 1.3.6.1.2.1.999999.2.3.1.6
This object is used to create and delete rows in the syslogAllowedHostsTable.
               syslogControl 1.3.6.1.2.1.999999.3
                   syslogCtlSelectionTable 1.3.6.1.2.1.999999.3.1
A table which defines the rules for selection of syslog messages for some specified actions.
                       syslogCtlSelectionEntry 1.3.6.1.2.1.999999.3.1.1
Defines the information to generate syslog messages to an aggregating agent or collector. Entries within this table with an access level of read- create MUST be considered non-volatile and MUST be maintained across entity resets.
                           syslogCtlActionIndex 1.3.6.1.2.1.999999.3.1.1.1
An index that uniquely identifies an action group in the Table.
                           syslogCtlSelectionIndex 1.3.6.1.2.1.999999.3.1.1.2
An index that uniquely identifies the row within the set of rows belonging to the same action group.
                           syslogCtlSelectionDescr 1.3.6.1.2.1.999999.3.1.1.3
A description of the Selection
                           syslogCtlSelectionHostNameIncl 1.3.6.1.2.1.999999.3.1.1.4
Indicates whether the corresponding instance of syslogCtlSelectionHostName define a hostname which is included or excluded from the selection for the action.
                           syslogCtlSelectionHostname 1.3.6.1.2.1.999999.3.1.1.5
The hostname represented by the row. An asterisk indicates all hosts.
                           syslogCtlSelectionProgNameIncl 1.3.6.1.2.1.999999.3.1.1.6
Indicates whether the corresponding instance of syslogCtlSelectionProgName define a program name which is included or excluded from the selection for the action.
                           syslogCtlSelectionProgName 1.3.6.1.2.1.999999.3.1.1.7
The program name represented by the row. An asterisk indicates all hosts.
                           syslogCtlSelectionPriorityIncl 1.3.6.1.2.1.999999.3.1.1.8
Indicates whether the corresponding instances of syslogCtlSelectionFacility and syslogCtlSelectionSeverity define a priority which is included or excluded from the selection for the action.
                           syslogCtlSelectionFacility 1.3.6.1.2.1.999999.3.1.1.9
The facility represented by the row.
                           syslogCtlSelectionSeverityCompOP 1.3.6.1.2.1.999999.3.1.1.10
Represents the operator that should apply to the syslogCtlSelectionSeverity MO before the selection takes place.
                           syslogCtlSelectionSeverity 1.3.6.1.2.1.999999.3.1.1.11
The severity represented by the row.
                           syslogCtlSelectionRowStatus 1.3.6.1.2.1.999999.3.1.1.12
This object is used to create and delete rows in the syslogCtlSelectionTable.
                   syslogCtlLogActionTable 1.3.6.1.2.1.999999.3.2
A table containing Syslog LogAction Entries.
                       syslogCtlLogActionEntry 1.3.6.1.2.1.999999.3.2.1
Defines the information to generate syslog messages to an aggregating agent or collector. Entries within this table with an access level of read- create MUST be considered non-volatile and MUST be maintained across entity resets.
                           syslogCtlLogActionFileName 1.3.6.1.2.1.999999.3.2.1.1
The fullpath name of the file in which the message will be logged. This file should be existing before the syslog process attempts to append messages to it.
                           syslogCtlLogActionRowStatus 1.3.6.1.2.1.999999.3.2.1.2
This object is used to create and delete rows in the syslogCtlLogTable.
                   syslogCtlUserActionTable 1.3.6.1.2.1.999999.3.3
A table containing list of users to whom a notification will be sent (by displaying the message on the users console, if the user is logged in.
                       syslogCtlUserActionEntry 1.3.6.1.2.1.999999.3.3.1
A user to whom the message should be notified.
                           syslogCtlUserActionIndex 1.3.6.1.2.1.999999.3.3.1.1
An index to uniquely identify the userID among the group of userIDs.
                           syslogCtlUserActionUserID 1.3.6.1.2.1.999999.3.3.1.2
The userid of the user to whom the message will be displayed on the console if, the user is logged in. Note: the userid * denotes all users.
                           syslogCtlUserActionRowStatus 1.3.6.1.2.1.999999.3.3.1.3
This object is used to create and delete rows in the syslogCtlUserActionTable.
                   syslogCtlForwardActionTable 1.3.6.1.2.1.999999.3.4
A table containing Syslog collector information.
                       syslogCtlForwardActionEntry 1.3.6.1.2.1.999999.3.4.1
Defines the information pertaining to a syslog collector to which a syslog messages will be relayed. Entries within this table with an access level of read- create MUST be considered non-volatile and MUST be maintained across entity resets.
                           syslogCtlForwardActionIndex 1.3.6.1.2.1.999999.3.4.1.1
A unique identifier for this syslogForwardAction entry.
                           syslogCtlForwardActionDescr 1.3.6.1.2.1.999999.3.4.1.2
Administratively assigned textual description of this syslogForwardAction.
                           syslogCtlForwardActionAddrType 1.3.6.1.2.1.999999.3.4.1.3
The type of Internet address which follows in syslogCtlForwardActionAddr.
                           syslogCtlForwardActionAddr 1.3.6.1.2.1.999999.3.4.1.4
The Internet address for the Syslog message collector. The type of the address is specified in the preceeding syslogCtlForwardActionAddrType object. The use of DNS domain names is discouraged, and agent support for them is optional. Deciding when, and how often, to resolve them is an issue. Not resolving them often enough could lead to loss synchronization with the associated entry in the DNS server, and resolving them too often might lead to significant overhead during critical network events.
                           syslogCtlForwardActionTransport 1.3.6.1.2.1.999999.3.4.1.5
The Transport that will be used to forward the message.
                           syslogCtlForwardActionPort 1.3.6.1.2.1.999999.3.4.1.6
The port number on the destination to which the syslog message will be forwarded over the transport specified by syslogCtlForwardActionTransport.
                           syslogCtlForwardActionFacility 1.3.6.1.2.1.999999.3.4.1.7
The syslog facility code that will added to messages forwarded to this collector, if, a priority level is not defined in the received message.
                           syslogCtlForwardActionSeverity 1.3.6.1.2.1.999999.3.4.1.8
The syslog severity code that will added to messages forwarded to this collector, if, a priority level is not defined in the received message.
                           syslogCtlForwardActionRowStatus 1.3.6.1.2.1.999999.3.4.1.9
This object is used to create and delete rows in the syslogCtlForwardActionTable.
                   syslogCtlPipeActionTable 1.3.6.1.2.1.999999.3.5
A table containing commands to which selected messages will be piped.
                       syslogCtlPipeActionEntry 1.3.6.1.2.1.999999.3.5.1
A user to whom the message should be notified.
                           syslogCtlPipeActionCmd 1.3.6.1.2.1.999999.3.5.1.1
The command to which the selected message will be piped.
                           syslogCtlPipeActionRowStatus 1.3.6.1.2.1.999999.3.5.1.2
This object is used to create and delete rows in the syslogCtlPipeActionTable.
               syslogConformance 1.3.6.1.2.1.999999.4
                   syslogGroups 1.3.6.1.2.1.999999.4.1
                       syslogSystemGroup 1.3.6.1.2.1.999999.4.1.1
A collection of objects providing system-wide parameters for syslog processes.
                       syslogStatsGroup 1.3.6.1.2.1.999999.4.1.2
A collection of objects providing message related statistics.
                       syslogParamsGroup 1.3.6.1.2.1.999999.4.1.3
A collection of objects representing the run time parameters for the syslog processes.
                       syslogControlGroup 1.3.6.1.2.1.999999.4.1.4
A collection of objects that represent the rules that describe how a message will be selected, and the action(s) that will be carried out on the selected message.
                   syslogCompliances 1.3.6.1.2.1.999999.4.2
                       syslogCompliance 1.3.6.1.2.1.999999.4.2.1
The compliance statement for an agent implememting the syslog MIB.