EdgeSwitch-LOGGING-MIB
- Registered at
- 1.3.6.1.4.1.4413.1.1.14
- Last updated
- 2011-01-26 00:00
- Organization
- Broadcom Inc
- Revisions
- 2011-01-26 00:00, 2007-05-23 00:00, 2004-10-26 13:03
- Namespace
- edgeswitch
- Source file
EdgeSwitch-LOGGING-MIB- Digest
sha256:c9fe11a68e460d78b1646b689d0a65076ccdfd16938f25a7d5a1568f1913df87
Description
This MIB provides objects to configure and display events logged on this system.
Imports
| From | Symbols |
|---|---|
| EdgeSwitch-INVENTORY-MIB | agentInventoryComponentIndex |
| EdgeSwitch-REF-MIB | fastPath |
| IF-MIB | InterfaceIndexOrZero |
| INET-ADDRESS-MIB | InetAddress, InetAddressType, InetPortNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
EdgeSwitch-INVENTORY-MIB EdgeSwitch-LOGGING-MIB EdgeSwitch-REF-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| AgentLogFacility TEXTUAL-CONVENTION Facility code used in determining the SysLog Priority value. | current | |||
| AgentLogSeverity TEXTUAL-CONVENTION Severity code used in determining the SysLog Priority value. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| agentLogConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1 | |||
| agentLogInMemoryConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1.1 | |||
| agentLogInMemoryAdminStatus OBJECT-TYPE Administratively enable/disable the In Memory log. | 1.3.6.1.4.1.4413.1.1.14.1.1.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogInMemoryBehavior OBJECT-TYPE 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. | 1.3.6.1.4.1.4413.1.1.14.1.1.4 | INTEGER {wrap(1), stop-on-full(2)} | read-write | current |
| agentLogConsoleConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1.2 | |||
| agentLogConsoleAdminStatus OBJECT-TYPE Admin mode for console logs | 1.3.6.1.4.1.4413.1.1.14.1.2.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogConsoleSeverityFilter OBJECT-TYPE Severity filter for console logs | 1.3.6.1.4.1.4413.1.1.14.1.2.2 | AgentLogSeverity | read-write | current |
| agentLogSysLogConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1.4 | |||
| agentLogSyslogAdminStatus OBJECT-TYPE For Enabling and Disabling logging to configured syslog hosts. Setting this to disable stops logging to all syslog hosts. | 1.3.6.1.4.1.4413.1.1.14.1.4.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogSyslogLocalPort OBJECT-TYPE This is the port on the local host from which syslog messages are sent. | 1.3.6.1.4.1.4413.1.1.14.1.4.3 | Unsigned32 (1..65535) | read-write | current |
| agentLogSyslogMaxHosts OBJECT-TYPE Maximum number of hosts that can be configured for logging syslog messages. | 1.3.6.1.4.1.4413.1.1.14.1.4.4 | Unsigned32 | read-only | current |
| agentLogSyslogHostTable OBJECT-TYPE Syslog host table containing syslog host entries. | 1.3.6.1.4.1.4413.1.1.14.1.4.5 | not-accessible | current | |
| agentLogSyslogHostEntry OBJECT-TYPE Syslog Host entry attributes. | 1.3.6.1.4.1.4413.1.1.14.1.4.5.1 | not-accessible | current | |
| agentLogHostTableIndex OBJECT-TYPE Index to syslog host entry in syslog host table. | 1.3.6.1.4.1.4413.1.1.14.1.4.5.1.1 | Unsigned32 | not-accessible | current |
| agentLogHostTableIpAddressType OBJECT-TYPE Syslog Host table IP Address Type. | 1.3.6.1.4.1.4413.1.1.14.1.4.5.1.2 | InetAddressType | read-create | current |
| agentLogHostTableIpAddress OBJECT-TYPE Syslog Host table IP Address. Set operation of this object can be successful only when the valid IpAddressType (Ipv4, Ipv6 or DNS) is configured and the address specified is valid for that Address type. | 1.3.6.1.4.1.4413.1.1.14.1.4.5.1.3 | InetAddress | read-create | current |
| agentLogHostTablePort OBJECT-TYPE Syslog Host table port number. | 1.3.6.1.4.1.4413.1.1.14.1.4.5.1.4 | Unsigned32 (1..65535) | read-create | current |
| agentLogHostTableSeverityFilter OBJECT-TYPE Configures the minimum severity that will be stored in the In Memory log. | 1.3.6.1.4.1.4413.1.1.14.1.4.5.1.5 | AgentLogSeverity | read-create | current |
| agentLogHostTableRowStatus OBJECT-TYPE Syslog Host table row status | 1.3.6.1.4.1.4413.1.1.14.1.4.5.1.7 | RowStatus | read-create | current |
| agentLogSyslogSourceInterface OBJECT-TYPE 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. | 1.3.6.1.4.1.4413.1.1.14.1.4.6 | InterfaceIndexOrZero | read-write | current |
| agentLogCliCommandsConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1.5 | |||
| agentLogCliCommandsAdminStatus OBJECT-TYPE Administratively enable/disable the logging of the CLI Commands | 1.3.6.1.4.1.4413.1.1.14.1.5.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogEmailAlertConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1.6 | |||
| agentLogEmailAdminStatus OBJECT-TYPE For Enabling and Disabling email alerts to SMTP server. Setting this to disable stops emailing to SMTP servers. | 1.3.6.1.4.1.4413.1.1.14.1.6.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogEmailfromAddr OBJECT-TYPE Email from Address | 1.3.6.1.4.1.4413.1.1.14.1.6.2 | DisplayString | read-write | current |
| agentLogEmaillogDuration OBJECT-TYPE This duration in minutes determines how frequently the non critical messages are sent to the SMTP server. | 1.3.6.1.4.1.4413.1.1.14.1.6.3 | Unsigned32 (30..1440) | read-write | current |
| agentLogEmailUrgentSeverity OBJECT-TYPE This is the severity level for the critical log messages | 1.3.6.1.4.1.4413.1.1.14.1.6.4 | AgentLogSeverity | read-write | current |
| agentLogEmailNonUrgentSeverity OBJECT-TYPE This is the severity level for the non critical log messages. | 1.3.6.1.4.1.4413.1.1.14.1.6.5 | AgentLogSeverity | read-write | current |
| agentLogEmailTrapsSeverity OBJECT-TYPE This is the severity level for Trap messages. | 1.3.6.1.4.1.4413.1.1.14.1.6.6 | AgentLogSeverity | read-write | current |
| agentLogEmailToAddrTable OBJECT-TYPE The (conceptual) table listing the destination email address and the message type. | 1.3.6.1.4.1.4413.1.1.14.1.6.7 | not-accessible | current | |
| agentLogEmailToAddrEntry OBJECT-TYPE An entry (conceptual row) in the agentLogEmailtoAddrTable. This entry shows what kind of messages go to the given destination email addresses. | 1.3.6.1.4.1.4413.1.1.14.1.6.7.1 | not-accessible | current | |
| agentLogEmailToAddrMessageType OBJECT-TYPE Log message Type | 1.3.6.1.4.1.4413.1.1.14.1.6.7.1.1 | INTEGER {critical(1), non-critical(2)} | not-accessible | current |
| agentLogEmailToAddr OBJECT-TYPE Email Sender Address | 1.3.6.1.4.1.4413.1.1.14.1.6.7.1.2 | DisplayString | not-accessible | current |
| agentLogEmailToAddrEntryStatus OBJECT-TYPE This is to create or delete the entry | 1.3.6.1.4.1.4413.1.1.14.1.6.7.1.3 | RowStatus | read-create | current |
| agentLogEmailSubjectTable OBJECT-TYPE The (conceptual) table listing the subject of the email and the message type. | 1.3.6.1.4.1.4413.1.1.14.1.6.8 | not-accessible | current | |
| agentLogEmailSubjectEntry OBJECT-TYPE An entry (conceptual row) in the agentLogEmailtoAddrTable. This entry shows what kind of subject to be used for the given message type. | 1.3.6.1.4.1.4413.1.1.14.1.6.8.1 | not-accessible | current | |
| agentLogEmailSubjectMessageType OBJECT-TYPE Log message Type | 1.3.6.1.4.1.4413.1.1.14.1.6.8.1.1 | INTEGER {critical(1), non-critical(2)} | not-accessible | current |
| agentLogEmailSubject OBJECT-TYPE Email Subject. When this object is set to empty-string, it resets to factory default string. | 1.3.6.1.4.1.4413.1.1.14.1.6.8.1.2 | DisplayString | read-create | current |
| agentLogEmailSubjectEntryStatus OBJECT-TYPE This is to create or delete the entry | 1.3.6.1.4.1.4413.1.1.14.1.6.8.1.3 | RowStatus | read-create | current |
| agentLogEmailMailServerTable OBJECT-TYPE The (conceptual) table listing the mail servers | 1.3.6.1.4.1.4413.1.1.14.1.6.9 | not-accessible | current | |
| agentLogEmailMailServerEntry OBJECT-TYPE An entry (conceptual row) in the agentLogEmailMailServerTable. This entry shows the conmfiguration for mail server. | 1.3.6.1.4.1.4413.1.1.14.1.6.9.1 | not-accessible | current | |
| agentLogEmailSmtpAddrType OBJECT-TYPE Email SMTP Address type | 1.3.6.1.4.1.4413.1.1.14.1.6.9.1.1 | InetAddressType | not-accessible | current |
| agentLogEmailSmtpAddr OBJECT-TYPE SMTP server Address | 1.3.6.1.4.1.4413.1.1.14.1.6.9.1.2 | InetAddress | not-accessible | current |
| agentLogEmailSmtpPort OBJECT-TYPE SMTP Port number. When this object is set to 0, it resets to factory default port number. | 1.3.6.1.4.1.4413.1.1.14.1.6.9.1.3 | InetPortNumber | read-write | current |
| agentLogEmailSecurity OBJECT-TYPE This is the authentication mechanism that should be used. | 1.3.6.1.4.1.4413.1.1.14.1.6.9.1.4 | INTEGER {none(1), tlsv1(2)} | read-write | current |
| agentLogEmailloginID OBJECT-TYPE 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 16 characters. | 1.3.6.1.4.1.4413.1.1.14.1.6.9.1.5 | DisplayString | read-write | current |
| agentLogEmailPassword OBJECT-TYPE 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 16 characters. | 1.3.6.1.4.1.4413.1.1.14.1.6.9.1.6 | DisplayString | read-write | current |
| agentLogEmailEntryStatus OBJECT-TYPE This is to create or delete the entry | 1.3.6.1.4.1.4413.1.1.14.1.6.9.1.7 | RowStatus | read-create | current |
| agentLogWebConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1.7 | |||
| agentLogWebAdminStatus OBJECT-TYPE Administratively enable/disable the logging of the Web | 1.3.6.1.4.1.4413.1.1.14.1.7.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogSnmpConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1.8 | |||
| agentLogSnmpAdminStatus OBJECT-TYPE Administratively enable/disable the logging of the Snmp | 1.3.6.1.4.1.4413.1.1.14.1.8.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogAuditConfigGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.1.9 | |||
| agentLogAuditAdminStatus OBJECT-TYPE Administratively enable/disable Switch Auditing | 1.3.6.1.4.1.4413.1.1.14.1.9.1 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogStatisticsGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.2 | |||
| agentLogMessagesReceived OBJECT-TYPE The number of messages received by the log process. This includes messages that are dropped or ignored. | 1.3.6.1.4.1.4413.1.1.14.2.1 | Counter32 | read-only | current |
| agentLogMessagesDropped OBJECT-TYPE The number of messages that could not be processed due to error or lack of resources. | 1.3.6.1.4.1.4413.1.1.14.2.2 | Counter32 | read-only | current |
| agentLogSyslogMessagesRelayed OBJECT-TYPE The number of messages forwarded by the syslog function to a syslog host. Messages forwarded to multiple hosts are counted once for each host. | 1.3.6.1.4.1.4413.1.1.14.2.3 | Counter32 | read-only | current |
| agentLogSyslogMessagesIgnored OBJECT-TYPE 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. | 1.3.6.1.4.1.4413.1.1.14.2.4 | Counter32 | read-only | deprecated |
| agentLogMessageReceivedTime OBJECT-TYPE 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. | 1.3.6.1.4.1.4413.1.1.14.2.5 | DateAndTime | read-only | current |
| agentLogSyslogMessageDeliveredTime OBJECT-TYPE 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. | 1.3.6.1.4.1.4413.1.1.14.2.6 | DateAndTime | read-only | current |
| agentLogEmailAlertStatsGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.2.7 | |||
| agentLogEmailStatsemailsSentCount OBJECT-TYPE This is the count to show the no of emails sent so far. | 1.3.6.1.4.1.4413.1.1.14.2.7.1 | Counter32 | read-only | current |
| agentLogEmailStatsemailsFailureCount OBJECT-TYPE This is the count to show the no of emails failures happened so far... | 1.3.6.1.4.1.4413.1.1.14.2.7.2 | Counter32 | read-only | current |
| agentLogEmailStatsTimeSinceLastEmailSent OBJECT-TYPE This is the number of seconds since the last email was sent. | 1.3.6.1.4.1.4413.1.1.14.2.7.3 | Unsigned32 | read-only | current |
| agentLogEmailStatsClear OBJECT-TYPE This is to clear the email alert stats. | 1.3.6.1.4.1.4413.1.1.14.2.7.4 | INTEGER {enable(1), disable(2)} | read-write | current |
| agentLogInMemoryGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.3 | |||
| agentLogInMemoryLogCount OBJECT-TYPE The count of valid entries in the in-memory log. | 1.3.6.1.4.1.4413.1.1.14.3.1 | Gauge32 | read-only | current |
| agentLogInMemoryTable OBJECT-TYPE The in-memory log table containing sequence of in-memory log entries. | 1.3.6.1.4.1.4413.1.1.14.3.2 | not-accessible | current | |
| agentLogInMemoryEntry OBJECT-TYPE An individual message entry in in-memory log table. | 1.3.6.1.4.1.4413.1.1.14.3.2.1 | not-accessible | current | |
| agentLogInMemoryMsgIndex OBJECT-TYPE The index to message entry in the in-memory log table. | 1.3.6.1.4.1.4413.1.1.14.3.2.1.1 | Unsigned32 | not-accessible | current |
| agentLogInMemoryMsgText OBJECT-TYPE Message text info for inmemory logged messages. | 1.3.6.1.4.1.4413.1.1.14.3.2.1.2 | DisplayString | read-only | current |
| agentLogTrapsGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.5 | |||
| agentLogEmailAlertTrapsGroup OBJECT-IDENTITY | 1.3.6.1.4.1.4413.1.1.14.5.1 |
Notifications
| Name | OID | Status |
|---|---|---|
| agentLogEmailSendFailed NOTIFICATION-TYPE 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. | 1.3.6.1.4.1.4413.1.1.14.5.1.1 | current |