LOGGING-MIB: View SNMP OID List / Download MIB

VENDOR: QUANTA COMPUTER INC.


 Home MIB: LOGGING-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
 logging 1.3.6.1.4.1.7244.2.14
This MIB provides objects to configure and display events logged on this system.
       agentLogConfigGroup 1.3.6.1.4.1.7244.2.14.1
           agentLogInMemoryConfigGroup 1.3.6.1.4.1.7244.2.14.1.1
               agentLogInMemoryAdminStatus 1.3.6.1.4.1.7244.2.14.1.1.1 integer read-write
Administratively enable/disable the In Memory log. Enumeration: 'enable': 1, 'disable': 2.
               agentLogInMemoryBehavior 1.3.6.1.4.1.7244.2.14.1.1.4 integer read-write
Configures the behavior of the In Memory Log when it becomes full. A value of wrap(1) will cause the oldest log message to be removed, making room for the new message. A value of stop-on-full(2) will prevent any further logging. Enumeration: 'wrap': 1, 'stop-on-full': 2.
           agentLogConsoleConfigGroup 1.3.6.1.4.1.7244.2.14.1.2
               agentLogConsoleAdminStatus 1.3.6.1.4.1.7244.2.14.1.2.1 integer read-write
Admin mode for console logs Enumeration: 'enable': 1, 'disable': 2.
               agentLogConsoleSeverityFilter 1.3.6.1.4.1.7244.2.14.1.2.2 agentlogseverity read-write
Severity filter for console logs
           agentLogSysLogConfigGroup 1.3.6.1.4.1.7244.2.14.1.4
               agentLogSyslogAdminStatus 1.3.6.1.4.1.7244.2.14.1.4.1 integer read-write
For Enabling and Disabling logging to configured syslog hosts. Setting this to disable stops logging to all syslog hosts. Enumeration: 'enable': 1, 'disable': 2.
               agentLogSyslogLocalPort 1.3.6.1.4.1.7244.2.14.1.4.3 unsigned32 read-write
This is the port on the local host from which syslog messages are sent.
               agentLogSyslogMaxHosts 1.3.6.1.4.1.7244.2.14.1.4.4 unsigned32 read-only
Maximum number of hosts that can be configured for logging syslog messages.
               agentLogSyslogHostTable 1.3.6.1.4.1.7244.2.14.1.4.5 no-access
Syslog host table containing syslog host entries.
                   agentLogSyslogHostEntry 1.3.6.1.4.1.7244.2.14.1.4.5.1 no-access
Syslog Host entry attributes.
                       agentLogHostTableIndex 1.3.6.1.4.1.7244.2.14.1.4.5.1.1 unsigned32 no-access
Index to syslog host entry in syslog host table.
                       agentLogHostTableIpAddressOrHostName 1.3.6.1.4.1.7244.2.14.1.4.5.1.2 displaystring read-only
Syslog Host table IP Address.
                       agentLogHostTableType 1.3.6.1.4.1.7244.2.14.1.4.5.1.3 integer read-only
Syslog Host table Type. Enumeration: 'dnsv6': 17, 'unknown': 0, 'ipv4': 1, 'dns': 16, 'ipv6': 2.
                       agentLogHostTablePort 1.3.6.1.4.1.7244.2.14.1.4.5.1.4 unsigned32 read-only
Syslog Host table port number.
                       agentLogHostTableSeverityFilter 1.3.6.1.4.1.7244.2.14.1.4.5.1.5 agentlogseverity read-only
Configures the minimum severity that will be stored in the In Memory log.
                       agentLogHostTableRowStatus 1.3.6.1.4.1.7244.2.14.1.4.5.1.7 rowstatus read-only
Syslog Host table row status
               agentLogSyslogSourceInterface 1.3.6.1.4.1.7244.2.14.1.4.6 interfaceindexorzero read-write
A source-interface selection on an Interface Index (like vlan based routing interface, port based routing interface, loopback interface, tunnel interface). A non-zero value indicates ifIndex for the corresponding interface entry in the ifTable is selected. A zero value indicates the source-interface un-selection.
               agentLogSyslogFacility 1.3.6.1.4.1.7244.2.14.1.4.7 agentlogfacility read-write
This is the facility which is sent in syslog messages.
           agentLogCliCommandsConfigGroup 1.3.6.1.4.1.7244.2.14.1.5
               agentLogCliCommandsAdminStatus 1.3.6.1.4.1.7244.2.14.1.5.1 integer read-write
Administratively enable/disable the logging of the CLI Commands Enumeration: 'enable': 1, 'disable': 2.
           agentLogTerminalConfigGroup 1.3.6.1.4.1.7244.2.14.1.6
               agentLogTerminalAdminStatus 1.3.6.1.4.1.7244.2.14.1.6.1 integer read-write
Admin mode for terminal logs Enumeration: 'enable': 1, 'disable': 2.
               agentLogTerminalSeverityFilter 1.3.6.1.4.1.7244.2.14.1.6.2 agentlogseverity read-write
Severity filter for terminal logs
           agentLogEmailAlertConfigGroup 1.3.6.1.4.1.7244.2.14.1.10
                 agentLogEmailAdminStatus 1.3.6.1.4.1.7244.2.14.1.10.1 integer read-write
For Enabling and Disabling email alerts to SMTP server. Setting this to disable stops emailing to SMTP servers. Enumeration: 'enable': 1, 'disable': 2.
                 agentLogEmailfromAddr 1.3.6.1.4.1.7244.2.14.1.10.2 displaystring read-write
Sender Email Address. Maximum length is 255
                 agentLogEmaillogDuration 1.3.6.1.4.1.7244.2.14.1.10.3 unsigned32 read-write
This duration in minutes determines how frequently the non critical messages are sent to the SMTP server.
                 agentLogEmailUrgentSeverity 1.3.6.1.4.1.7244.2.14.1.10.4 agentlogseverity read-write
This is the severity level for the critical log messages
                 agentLogEmailNonUrgentSeverity 1.3.6.1.4.1.7244.2.14.1.10.5 agentlogseverity read-write
This is the severity level for the non critical log messages.
                 agentLogEmailTrapsSeverity 1.3.6.1.4.1.7244.2.14.1.10.6 agentlogseverity read-write
This is the severity level for Trap messages.
                 agentLogEmailToAddrTable 1.3.6.1.4.1.7244.2.14.1.10.7 no-access
The (conceptual) table listing the destination email address and the message type.
                     agentLogEmailToAddrEntry 1.3.6.1.4.1.7244.2.14.1.10.7.1 no-access
An entry (conceptual row) in the agentLogEmailtoAddrTable. This entry shows what kind of messages go to the given destination email addresses.
                         agentLogEmailToAddrMessageType 1.3.6.1.4.1.7244.2.14.1.10.7.1.1 integer read-only
Log message Type Enumeration: 'non-critical': 2, 'critical': 1.
                         agentLogEmailToAddr 1.3.6.1.4.1.7244.2.14.1.10.7.1.2 displaystring read-only
Recipient Email Address. Maximum length is 255
                         agentLogEmailToAddrEntryStatus 1.3.6.1.4.1.7244.2.14.1.10.7.1.3 rowstatus read-only
This is to create or delete the entry
                 agentLogEmailSubjectTable 1.3.6.1.4.1.7244.2.14.1.10.8 no-access
The (conceptual) table listing the subject of the email and the message type.
                     agentLogEmailSubjectEntry 1.3.6.1.4.1.7244.2.14.1.10.8.1 no-access
An entry (conceptual row) in the agentLogEmailtoAddrTable. This entry shows what kind of subject to be used for the given message type.
                         agentLogEmailSubjectMessageType 1.3.6.1.4.1.7244.2.14.1.10.8.1.1 integer read-only
Log message Type Enumeration: 'non-critical': 2, 'critical': 1.
                         agentLogEmailSubject 1.3.6.1.4.1.7244.2.14.1.10.8.1.2 displaystring read-only
Email Subject. Maximum length is 255. When this object is set to empty-string, it resets to factory default string.
                         agentLogEmailSubjectEntryStatus 1.3.6.1.4.1.7244.2.14.1.10.8.1.3 rowstatus read-only
This is to create or delete the entry
                 agentLogEmailMailServerTable 1.3.6.1.4.1.7244.2.14.1.10.9 no-access
The (conceptual) table listing the mail servers
                     agentLogEmailMailServerEntry 1.3.6.1.4.1.7244.2.14.1.10.9.1 no-access
An entry (conceptual row) in the agentLogEmailMailServerTable. This entry shows the conmfiguration for mail server.
                         agentLogEmailSmtpAddrType 1.3.6.1.4.1.7244.2.14.1.10.9.1.1 inetaddresstype read-only
Email SMTP Address type
                         agentLogEmailSmtpAddr 1.3.6.1.4.1.7244.2.14.1.10.9.1.2 inetaddress read-only
SMTP server Address
                         agentLogEmailSmtpPort 1.3.6.1.4.1.7244.2.14.1.10.9.1.3 inetportnumber read-write
SMTP Port number. When this object is set to 0, it resets to factory default port number.
                         agentLogEmailSecurity 1.3.6.1.4.1.7244.2.14.1.10.9.1.4 integer read-write
This is the authentication mechanism that should be used. Well known port for none security is 25, sslv3/tlsv1 is 465, and starttls is 587 or 25. Enumeration: 'tlsv1': 2, 'none': 1, 'starttls': 3.
                         agentLogEmailloginID 1.3.6.1.4.1.7244.2.14.1.10.9.1.5 displaystring read-write
This user id is used while the switch/router is being authenticated by the SMTP server.The user ID should be minimum of 1 charcter to maximum of 32 characters.
                         agentLogEmailPassword 1.3.6.1.4.1.7244.2.14.1.10.9.1.6 displaystring read-write
This password is used while the switch/router is being authenticated by the SMTP server.The password should be minimum of 1 character to maximum of 32 characters.
                         agentLogEmailEntryStatus 1.3.6.1.4.1.7244.2.14.1.10.9.1.7 rowstatus read-only
This is to create or delete the entry
                 agentLogEmailUrgentAdminStatus 1.3.6.1.4.1.7244.2.14.1.10.10 integer read-write
For Enabling and Disabling email urgent alerts to SMTP server. Setting this to disable stops urgent emailing to SMTP servers. Enumeration: 'enable': 1, 'disable': 2.
                 agentLogEmailNonUrgentAdminStatus 1.3.6.1.4.1.7244.2.14.1.10.11 integer read-write
For Enabling and Disabling email non-urgent alerts to SMTP server. Setting this to disable stops non-urgent emailing to SMTP servers. Enumeration: 'enable': 1, 'disable': 2.
       agentLogStatisticsGroup 1.3.6.1.4.1.7244.2.14.2
           agentLogMessagesReceived 1.3.6.1.4.1.7244.2.14.2.1 counter32 read-only
The number of messages received by the log process. This includes messages that are dropped or ignored.
           agentLogMessagesDropped 1.3.6.1.4.1.7244.2.14.2.2 counter32 read-only
The number of messages that could not be processed due to error or lack of resources.
           agentLogSyslogMessagesRelayed 1.3.6.1.4.1.7244.2.14.2.3 counter32 read-only
The number of messages forwarded by the syslog function to a syslog host. Messages forwarded to multiple hosts are counted once for each host.
           agentLogSyslogMessagesIgnored 1.3.6.1.4.1.7244.2.14.2.4 counter32 read-only
The number of messages that were not processed by the syslog process because the component name or the priority level did not match any specification.
           agentLogMessageReceivedTime 1.3.6.1.4.1.7244.2.14.2.5 dateandtime read-only
The local time when a message was last received by the log subsystem specified as the number of non-leap seconds since 00:00:00 UTC on January 1 1970.
           agentLogSyslogMessageDeliveredTime 1.3.6.1.4.1.7244.2.14.2.6 dateandtime read-only
The local time when a message was last delivered to a syslog host specified as the number of non-leap seconds since 00:00:00 UTC on January 1 1970.
           agentLogEmailAlertStatsGroup 1.3.6.1.4.1.7244.2.14.2.7
               agentLogEmailStatsemailsSentCount 1.3.6.1.4.1.7244.2.14.2.7.1 counter32 read-only
This is the count to show the no of emails sent so far.
               agentLogEmailStatsemailsFailureCount 1.3.6.1.4.1.7244.2.14.2.7.2 counter32 read-only
This is the count to show the no of emails failures happened so far...
               agentLogEmailStatsTimeSinceLastEmailSent 1.3.6.1.4.1.7244.2.14.2.7.3 unsigned32 read-only
This is the number of seconds since the last email was sent.
               agentLogEmailStatsClear 1.3.6.1.4.1.7244.2.14.2.7.4 integer read-write
This is to clear the email alert stats. Enumeration: 'enable': 1, 'disable': 2.
       agentLogInMemoryGroup 1.3.6.1.4.1.7244.2.14.3
           agentLogInMemoryLogCount 1.3.6.1.4.1.7244.2.14.3.1 gauge32 read-only
The count of valid entries in the in-memory log.
           agentLogInMemoryTable 1.3.6.1.4.1.7244.2.14.3.2 no-access
The in-memory log table containing sequence of in-memory log entries.
               agentLogInMemoryEntry 1.3.6.1.4.1.7244.2.14.3.2.1 no-access
An individual message entry in in-memory log table.
                   agentLogInMemoryMsgIndex 1.3.6.1.4.1.7244.2.14.3.2.1.1 unsigned32 no-access
The index to message entry in the in-memory log table.
                   agentLogInMemoryMsgText 1.3.6.1.4.1.7244.2.14.3.2.1.2 displaystring read-only
Message text info for inmemory logged messages.
       agentLogTrapsGroup 1.3.6.1.4.1.7244.2.14.5
           agentLogEmailAlertTrapsGroup 1.3.6.1.4.1.7244.2.14.5.1
               agentLogEmailSendFailed 1.3.6.1.4.1.7244.2.14.5.1.1
When ever a mail sending to the SMTP server is failed, this trap is sent with a count of how many times the connection to the SMTP server is failed so far.