ENTERASYS-SYSLOG-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-SYSLOG-CLIENT-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
 etsysSyslogClientMIB 1.3.6.1.4.1.5624.1.2.14
This MIB module defines a portion of the SNMP enterprise MIBs under the Enterasys enterprise OID pertaining to the configuration of the generation of Syslog compatible diagnostic messages for Enterasys products.
       etsysSyslogClient 1.3.6.1.4.1.5624.1.2.14.1
           etsysSyslogClientMessages 1.3.6.1.4.1.5624.1.2.14.1.1 counter32 read-only
The number of messages successfully delivered to the upstream side of the syslog client software for processing.
           etsysSyslogClientMessagesDropped 1.3.6.1.4.1.5624.1.2.14.1.2 counter32 read-only
The number of messages unable to be queued to the downstream side of the syslog client software for transmitting.
           etsysSyslogClientLastMessageTime 1.3.6.1.4.1.5624.1.2.14.1.3 timestamp read-only
The sysUpTime of the last attempt, successful or otherwise, to queue a message to the downstream side of the syslog client software.
           etsysSyslogClientControl 1.3.6.1.4.1.5624.1.2.14.1.4 bits read-write
A list of attributes to control the operation of the syslog client. Bits: 'etsysSyslogClientControlPersistentLogging': 1, 'etsysSyslogClientControlSecurePersistentLogging': 2, 'etsysSyslogClientControlConsoleLogging': 0.
           etsysSyslogClientSecureMessagesDropped 1.3.6.1.4.1.5624.1.2.14.1.5 counter32 read-only
The number of messages unable to be queued to the downstream side of the syslog client software for transmitting to a secure file.
       etsysSyslogServer 1.3.6.1.4.1.5624.1.2.14.2
           etsysSyslogServerMaxEntries 1.3.6.1.4.1.5624.1.2.14.2.1 unsigned32 read-only
The maximum number of entries allowed in the etsysSyslogServerTable.
           etsysSyslogServerNumEntries 1.3.6.1.4.1.5624.1.2.14.2.2 gauge32 read-only
The number of entries currently in the etsysSyslogServerTable.
           etsysSyslogServerTableNextAvailableIndex 1.3.6.1.4.1.5624.1.2.14.2.3 unsigned32 read-only
This object indicates the numerically lowest available index within this entity, which may be used for the value of etsysSyslogServerIndex in the creation of a new entry in the etsysSyslogServerTable. An index is considered available if the index value falls within the range of 1 to 8 and is not being used to index an existing entry in the etsysSyslogServerTable contained within this entity. A value of zero indicates that all of the entries in the etsysSyslogServerTable are currently in use. This value should only be considered a guideline for management creation of etsysSyslogServerEntries, there is no requirement on management to create entries based upon this index value.
           etsysSyslogServerTable 1.3.6.1.4.1.5624.1.2.14.2.4 no-access
A table containing Syslog server information.
               etsysSyslogServerEntry 1.3.6.1.4.1.5624.1.2.14.2.4.1 no-access
Defines the information to generate syslog messages to an aggregating agent or server. Entries within this table with an access level of read- create MUST be considered non-volatile and MUST be maintained across entity resets.
                   etsysSyslogServerIndex 1.3.6.1.4.1.5624.1.2.14.2.4.1.1 unsigned32 no-access
A unique arbitrary identifier for this syslog server.
                   etsysSyslogServerDescription 1.3.6.1.4.1.5624.1.2.14.2.4.1.2 snmpadminstring read-only
Administratively assigned textual description of this syslog server.
                   etsysSyslogServerAddressType 1.3.6.1.4.1.5624.1.2.14.2.4.1.3 inetaddresstype read-only
The type of Internet address by which the Syslog server is specified in etsysSyslogServerAddress. Not all address types may be supported.
                   etsysSyslogServerAddress 1.3.6.1.4.1.5624.1.2.14.2.4.1.4 inetaddress read-only
The Internet address for the Syslog message server. 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 means you might lose synchronization with the associated entry in the DNS server, and resolving them too often might leave you without access to the Syslog server during critical network events.
                   etsysSyslogServerUdpPort 1.3.6.1.4.1.5624.1.2.14.2.4.1.5 syslogudpport read-only
The UDP port number the client is using to send requests to this server. If an entity only supports sending messages using a single UDP port to all servers then this may optionally be implemented read-only, in which case the current value of etsysSyslogServerDefaultUdpPort will be used.
                   etsysSyslogServerFacility 1.3.6.1.4.1.5624.1.2.14.2.4.1.6 syslogfacility read-only
The syslog facility (local0-local7) that will be encoded in messages sent to this server. If an entity only supports encoding a single facility in all messages to all servers then this may optionally be implemented read-only, in which case the current value of etsysSyslogServerDefaultFacility will be used.
                   etsysSyslogServerSeverity 1.3.6.1.4.1.5624.1.2.14.2.4.1.7 syslogseverity read-only
The maximum severity level of the messages that should be forwarded to the syslog server. The higher the level, the lower the severity. If an entity only supports filtering based on a single severity level for all servers then this may optionally be implemented read-only, in which case the current value of etsysSyslogServerDefaultSeverity will be used.
                   etsysSyslogServerMessagesIgnored 1.3.6.1.4.1.5624.1.2.14.2.4.1.8 counter32 read-only
This is a count of messages not sent to this server because the severity level of the message was above etsysSyslogServerSeverity, the higher the level, the lower the severity.
                   etsysSyslogServerRowStatus 1.3.6.1.4.1.5624.1.2.14.2.4.1.9 rowstatus read-only
This object allows for the dynamic creation and deletion of entries within the etsysSyslogServerTable as well as the activation and deactivation of these entries. When this object's value is set to notInService(2) this server will not be sent any messages, nor will any of its counters be incremented. The agent should not delete a row, except in the case of the loss of persistent storage. Refer to the RowStatus convention for further details on the behavior of this object.
           etsysSyslogServerDefaultUdpPort 1.3.6.1.4.1.5624.1.2.14.2.5 syslogudpport read-write
The default UDP port number that the managed entity is using to send syslog messages. This value will be used as the default value for etsysSyslogServerUdpPort when creating rows in the etsysSyslogServerTable and either: 1.) no value is specified for etsysSyslogServerUdpPort, or 2.) etsysSyslogServerUdpPort is implemented read-only. If etsysSyslogServerUdpPort is implemented read-only, and this value is changed, it should affect the UDP port that is used to send syslog messages to all servers as soon as it is practical. This parameter value is maintained across system reboots.
           etsysSyslogServerDefaultFacility 1.3.6.1.4.1.5624.1.2.14.2.6 syslogfacility read-write
The default syslog facility (local0-local7) that will be encoded in syslog messages. This value will be used as the default value for etsysSyslogServerFacility when creating rows in the etsysSyslogServerTable and either: 1.) no value is specified for etsysSyslogServerFacility, or 2.) etsysSyslogServerFacility is implemented read-only. If etsysSyslogServerFacility is implemented read-only, and this value is changed, it should affect the syslog facility that is encoded in all syslog messages as soon as it is practical. This parameter value is maintained across system reboots.
           etsysSyslogServerDefaultSeverity 1.3.6.1.4.1.5624.1.2.14.2.7 syslogseverity read-write
The default syslog message severity level that will be used to filter all syslog messages. This value will be used as the default value for etsysSyslogServerSeverity when creating rows in the etsysSyslogServerTable and either: 1.) no value is specified for etsysSyslogServerSeverity, or 2.) etsysSyslogServerSeverity is implemented read-only. The higher the severity level, the less critical it is. If etsysSyslogServerSeverity is implemented read-only, and this value is changed, it should affect the syslog message severity level that will be used to filter all syslog messages as soon as it is practical. This parameter value is maintained across system reboots.
       etsysSyslogApplication 1.3.6.1.4.1.5624.1.2.14.3
           etsysSyslogApplicationTable 1.3.6.1.4.1.5624.1.2.14.3.1 no-access
This is a table of applications on the managed entity that provide individual control over the severity level of the messages that they will generate.
               etsysSyslogApplicationEntry 1.3.6.1.4.1.5624.1.2.14.3.1.1 no-access
An individual application that provides that ability to control the messages that it generates based on a severity level. MUST be considered non-volatile and MUST be maintained across entity resets.
                   etsysSyslogApplicationIndex 1.3.6.1.4.1.5624.1.2.14.3.1.1.1 unsigned32 no-access
A unique arbitrary identifier for this application.
                   etsysSyslogApplicationDescription 1.3.6.1.4.1.5624.1.2.14.3.1.1.2 snmpadminstring read-only
Textual description of this application, assigned by the managed entity.
                   etsysSyslogApplicationMnemonic 1.3.6.1.4.1.5624.1.2.14.3.1.1.3 snmpadminstring read-only
An abbreviation of the textual description for this application, assigned by the managed entity. i.e. 'STP' for 'Spanning Tree Protocol', etc. This provides a mapping between the textual descriptions and the mnemonics used in the syslog messages.
                   etsysSyslogApplicationSeverity 1.3.6.1.4.1.5624.1.2.14.3.1.1.4 syslogseverity read-write
The maximum severity level of the messages from this application that should be forwarded to the syslog client software for processing. The higher the severity level, the more verbose the messages.
                   etsysSyslogApplicationAllowedServers 1.3.6.1.4.1.5624.1.2.14.3.1.1.5 bits read-write
A list of syslog servers that will be forwarded messages logged by this application. Bits in this list correspond to rows in the etsysSyslogServerTable. Bit positions that are set, but for which the corresponding etsysSyslogServerRowStatus object is not active, will be ignored. Bits: 'etsysSyslogServerFile': 9, 'etsysSyslogServerIndex7': 6, 'etsysSyslogServerIndex6': 5, 'etsysSyslogServerIndex5': 4, 'etsysSyslogServerIndex4': 3, 'etsysSyslogServerIndex3': 2, 'etsysSyslogServerIndex2': 1, 'etsysSyslogServerIndex1': 0, 'etsysSyslogServerConsole': 8, 'etsysSyslogServerSecureFile': 10, 'etsysSyslogServerIndex8': 7.
       etsysSyslogClientConformance 1.3.6.1.4.1.5624.1.2.14.4
           etsysSyslogClientGroups 1.3.6.1.4.1.5624.1.2.14.4.1
               etsysSyslogClientGroup 1.3.6.1.4.1.5624.1.2.14.4.1.1
A collection of objects providing syslog message statistics.
               etsysSyslogServerGroup 1.3.6.1.4.1.5624.1.2.14.4.1.2
A collection of objects providing descriptions of syslog servers for sending system messages to.
               etsysSyslogApplicationGroup 1.3.6.1.4.1.5624.1.2.14.4.1.3
A collection of objects providing a mechanism to control the severity level of the messages individual application may generate.
               etsysSyslogServerDefaultsGroup 1.3.6.1.4.1.5624.1.2.14.4.1.4
A collection of objects providing default values for the syslog servers that can optionally be overridden on a per server basis with etsysSyslogServerFacility, etsysSyslogServerSeverity, or etsysSyslogServerUdpPort.
               etsysSyslogNotificationGroup 1.3.6.1.4.1.5624.1.2.14.4.1.5
A collection of supported notifications regarding syslog events.
               etsysSyslogSecureGroup 1.3.6.1.4.1.5624.1.2.14.4.1.6
A collection of objects providing statistics and information for syslog events that are associated with a secure file.
           etsysSyslogClientCompliances 1.3.6.1.4.1.5624.1.2.14.4.2
               etsysSyslogClientCompliance 1.3.6.1.4.1.5624.1.2.14.4.2.1
The compliance statement for devices that support sending system messages to a syslog server.
               etsysSyslogNotificationCompliance 1.3.6.1.4.1.5624.1.2.14.4.2.2
The compliance statement for devices that support sending notifications upon specified syslog events.
               etsysSyslogSecureCompliance 1.3.6.1.4.1.5624.1.2.14.4.2.3
The compliance statement for devices that support sending system messages to a secure syslog file.
       etsysSyslogNotification 1.3.6.1.4.1.5624.1.2.14.5
           etsysSyslogSecureLogArchiveNotification 1.3.6.1.4.1.5624.1.2.14.5.1
Syslog security log archive notification. The device will send this notification when the secure syslog file should be archived offline.
           etsysSyslogSecureLogDroppedMsgNotification 1.3.6.1.4.1.5624.1.2.14.5.2
Syslog secure messages dropped notification. The device will send this notification when messages that are required to be sent to the secure syslog file are dropped, failing to record those events.