MTA-MIB

MTA-MIB Download

MIBs list

OID list for MTA-MIB

mtaTable
The table holding information specific to an MTA.
mtaEntry
The entry associated with each MTA.
mtaReceivedMessages
The number of messages received since MTA initialization. This includes messages transmitted to this MTA from other MTAs as well as messages that have been submitted to the MTA directly by end-users or applications.
mtaStoredMessages
The total number of messages currently stored in the MTA. This includes messages that are awaiting transmission to some other MTA or are waiting for delivery to an end-user or application.
mtaTransmittedMessages
The number of messages transmitted since MTA initialization. This includes messages that were transmitted to some other MTA or are waiting for delivery to an end-user or application.
mtaReceivedVolume
The total volume of messages received since MTA initialization, measured in kilo-octets. This volume should include all transferred data that is logically above the mail transport protocol level. For example, an SMTP-based MTA should use the number of k ...
mtaStoredVolume
The total volume of messages currently stored in the MTA, measured in kilo-octets. This volume should include all stored data that is logically above the mail transport protocol level. For example, an SMTP-based MTA should use the number of kilo-octets ...
mtaTransmittedVolume
The total volume of messages transmitted since MTA initialization, measured in kilo-octets. This volume should include all transferred data that is logically above the mail transport protocol level. For example, an SMTP-based MTA should use the number o ...
mtaReceivedRecipients
The total number of recipients specified in all messages received since MTA initialization. Recipients this MTA has no responsibility for, i.e. inactive envelope recipients or ones referred to in message headers, should not be counted even if information ...
mtaStoredRecipients
The total number of recipients specified in all messages currently stored in the MTA. Recipients this MTA has no responsibility for, i.e. inactive envelope recipients or ones referred to in message headers, should not be counted. This includes messages ...
mtaTransmittedRecipients
The total number of recipients specified in all messages transmitted since MTA initialization. Recipients this MTA had no responsibility for, i.e. inactive envelope recipients or ones referred to in message headers, should not be counted. This includes ...
mtaSuccessfulConvertedMessages
The number of messages that have been successfully converted from one form to another since MTA initialization.
mtaFailedConvertedMessages
The number of messages for which an unsuccessful attempt was made to convert them from one form to another since MTA initialization.
mtaLoopsDetected
A message loop is defined as a situation where the MTA decides that a given message will never be delivered to one or more recipients and instead will continue to loop endlessly through one or more MTAs. This variable counts the number of times the MTA h ...
mtaGroupTable
The table holding information specific to each MTA group.
mtaGroupEntry
The entry associated with each MTA group.
mtaGroupIndex
The index associated with a group for a given MTA.
mtaGroupReceivedMessages
The number of messages received to this group since group creation.
mtaGroupRejectedMessages
The number of messages rejected by this group since group creation.
mtaGroupStoredMessages
The total number of messages currently stored in this group's queue.
mtaGroupTransmittedMessages
The number of messages transmitted by this group since group creation.
mtaGroupReceivedVolume
The total volume of messages received to this group since group creation, measured in kilo-octets. This volume should include all transferred data that is logically above the mail transport protocol level. For example, an SMTP-based MTA should use the n ...
mtaGroupStoredVolume
The total volume of messages currently stored in this group's queue, measured in kilo-octets. This volume should include all stored data that is logically above the mail transport protocol level. For example, an SMTP-based MTA should use the number of k ...
mtaGroupTransmittedVolume
The total volume of messages transmitted by this group since group creation, measured in kilo-octets. This volume should include all transferred data that is logically above the mail transport protocol level. For example, an SMTP-based MTA should use th ...
mtaGroupReceivedRecipients
The total number of recipients specified in all messages received to this group since group creation. Recipients this MTA has no responsibility for should not be counted.
mtaGroupStoredRecipients
The total number of recipients specified in all messages currently stored in this group's queue. Recipients this MTA has no responsibility for should not be counted.
mtaGroupTransmittedRecipients
The total number of recipients specified in all messages transmitted by this group since group creation. Recipients this MTA had no responsibility for should not be counted.
mtaGroupOldestMessageStored
Time since the oldest message in this group's queue was placed in the queue.
mtaGroupInboundAssociations
The number of current associations to the group, where the group is the responder.
mtaGroupOutboundAssociations
The number of current associations to the group, where the group is the initiator.
mtaGroupAccumulatedInboundAssociations
The total number of associations to the group since group creation, where the MTA was the responder.
mtaGroupAccumulatedOutboundAssociations
The total number of associations from the group since group creation, where the MTA was the initiator.
mtaGroupLastInboundActivity
Time since the last time that this group had an active inbound association for purposes of message reception.
mtaGroupLastOutboundActivity
Time since the last time that this group had a successful outbound association for purposes of message delivery.
mtaGroupLastOutboundAssociationAttempt
Time since the last time that this group attempted to make an outbound association for purposes of message delivery.
mtaGroupRejectedInboundAssociations
The total number of inbound associations the group has rejected, since group creation. Rejected associations are not counted in the accumulated association totals.
mtaGroupFailedOutboundAssociations
The total number associations where the group was the initiator and association establishment has failed, since group creation. Failed associations are not counted in the accumulated association totals.
mtaGroupInboundRejectionReason
The failure reason, if any, for the last association this group refused to respond to. If no association attempt has been made since the MTA was initialized the value should be 'never'.
mtaGroupOutboundConnectFailureReason
The failure reason, if any, for the last association attempt this group initiated. If no association attempt has been made since the MTA was initialized the value should be 'never'.
mtaGroupScheduledRetry
The amount of time until this group is next scheduled to attempt to make an association.
mtaGroupMailProtocol
An identification of the protocol being used by this group. For an group employing OSI protocols, this will be the Application Context. For Internet applications, OID values of the form {applTCPProtoID port} or {applUDPProtoID port} are used for TCP-ba ...
mtaGroupName
A descriptive name for the group. If this group connects to a single remote MTA this should be the name of that MTA. If this in turn is an Internet MTA this should be the domain name. For an OSI MTA it should be the string encoded distinguished name of t ...
mtaGroupSuccessfulConvertedMessages
The number of messages that have been successfully converted from one form to another in this group since group creation.
mtaGroupFailedConvertedMessages
The number of messages for which an unsuccessful attempt was made to convert them from one form to another in this group since group creation.
mtaGroupDescription
A description of the group's purpose. This information is intended to identify the group in a status display.
mtaGroupURL
A URL pointing to a description of the group. This information is intended to identify and briefly describe the group in a status display.
mtaGroupCreationTime
Time since this group was first created.
mtaGroupHierarchy
Describes how this group fits into the hierarchy. A positive value is interpreted as an mtaGroupIndex value for some other group whose variables include those of this group (and usually others). A negative value is interpreted as a group collection code: ...
mtaGroupOldestMessageId
Message ID of the oldest message in the group's queue. Whenever possible this should be in the form of an RFC 822 msg-id; X.400 may convert X.400 message identifiers to this form by following the rules laid out in RFC2156.
mtaGroupLoopsDetected
A message loop is defined as a situation where the MTA decides that a given message will never be delivered to one or more recipients and instead will continue to loop endlessly through one or more MTAs. This variable counts the number of times the MTA h ...
mtaGroupAssociationTable
The table holding information regarding the associations for each MTA group.
mtaGroupAssociationEntry
The entry holding information regarding the associations for each MTA group.
mtaGroupAssociationIndex
Reference into association table to allow correlation of this group's active associations with the association table.
mtaGroupErrorTable
The table holding information regarding accumulated errors for each MTA group.
mtaGroupErrorEntry
The entry holding information regarding accumulated errors for each MTA group.
mtaGroupInboundErrorCount
Count of the number of errors of a given type that have been accumulated in association with a particular group while processing incoming messages. In the case of SMTP these will typically be errors reporting by an SMTP server to the remote client; in the ...
mtaGroupInternalErrorCount
Count of the number of errors of a given type that have been accumulated in association with a particular group during internal MTA processing.
mtaGroupOutboundErrorCount
Count of the number of errors of a given type that have been accumulated in association with a particular group's outbound connection activities. In the case of an SMTP client these will typically be errors reported while attempting to contact or while co ...
mtaStatusCode
An index capable of representing an Enhanced Mail System Status Code. Enhanced Mail System Status Codes are defined in RFC 1893. These codes have the form class.subject.detail Here 'class' is either 2, 4, or 5 and both 'subject' and 'detail' are intege ...
mtaRFC1566Group
A collection of objects providing basic monitoring of MTAs. This is the original set of such objects defined in RFC 1566.
mtaRFC1566AssocGroup
A collection of objects providing monitoring of MTA associations. This is the original set of such objects defined in RFC 1566.
mtaRFC2249Group
A collection of objects providing basic monitoring of MTAs. This group was originally defined in RFC 2249.
mtaRFC2249AssocGroup
A collection of objects providing monitoring of MTA associations. This group was originally defined in RFC 2249.
mtaRFC2249ErrorGroup
A collection of objects providing monitoring of detailed MTA errors. This group was originally defined in RFC 2249.
mtaRFC2789Group
A collection of objects providing basic monitoring of MTAs. This is the appropriate group for RFC 2789.
mtaRFC2789AssocGroup
A collection of objects providing monitoring of MTA associations. This is the appropriate group for RFC 2789 association monitoring.
mtaRFC2789ErrorGroup
A collection of objects providing monitoring of detailed MTA errors. This is the appropriate group for RFC 2789 error monitoring.

MIBs list