⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2249.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 3 页
字号:
mtaGroupEntry OBJECT-TYPE    SYNTAX MtaGroupEntry    MAX-ACCESS not-accessible    STATUS current    DESCRIPTION      "The entry associated with each MTA group."    INDEX {applIndex, mtaGroupIndex}    ::= {mtaGroupTable 1}MtaGroupEntry ::= SEQUENCE {    mtaGroupIndex        INTEGER,    mtaGroupReceivedMessages        Counter32,    mtaGroupRejectedMessages        Counter32,    mtaGroupStoredMessages        Gauge32,    mtaGroupTransmittedMessages        Counter32,    mtaGroupReceivedVolume        Counter32,    mtaGroupStoredVolume        Gauge32,    mtaGroupTransmittedVolume        Counter32,    mtaGroupReceivedRecipients        Counter32,    mtaGroupStoredRecipients        Gauge32,    mtaGroupTransmittedRecipients        Counter32,    mtaGroupOldestMessageStored        TimeInterval,    mtaGroupInboundAssociations        Gauge32,    mtaGroupOutboundAssociations        Gauge32,    mtaGroupAccumulatedInboundAssociations        Counter32,    mtaGroupAccumulatedOutboundAssociations        Counter32,    mtaGroupLastInboundActivity        TimeInterval,    mtaGroupLastOutboundActivity        TimeInterval,    mtaGroupLastOutboundAssociationAttempt        TimeInterval,    mtaGroupRejectedInboundAssociations        Counter32,    mtaGroupFailedOutboundAssociations        Counter32,    mtaGroupInboundRejectionReason        DisplayString,    mtaGroupOutboundConnectFailureReason        DisplayString,    mtaGroupScheduledRetry        TimeInterval,    mtaGroupMailProtocol        OBJECT IDENTIFIER,    mtaGroupName        DisplayString,    mtaGroupSuccessfulConvertedMessages        Counter32,    mtaGroupFailedConvertedMessages        Counter32,    mtaGroupDescription        DisplayString,    mtaGroupURL        URLString,    mtaGroupCreationTime        TimeInterval,    mtaGroupHierarchy        INTEGER,    mtaGroupOldestMessageId        DisplayString,    mtaGroupLoopsDetected        Counter32}mtaGroupIndex OBJECT-TYPE    SYNTAX INTEGER (1..2147483647)    MAX-ACCESS not-accessible    STATUS current    DESCRIPTION      "The index associated with a group for a given MTA."    ::= {mtaGroupEntry 1}mtaGroupReceivedMessages OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The number of messages received to this group since       group creation."    ::= {mtaGroupEntry 2}mtaGroupRejectedMessages OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The number of messages rejected by this group since       group creation."    ::= {mtaGroupEntry 3}mtaGroupStoredMessages OBJECT-TYPE    SYNTAX Gauge32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The total number of messages currently stored in this       group's queue."    ::= {mtaGroupEntry 4}mtaGroupTransmittedMessages OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The number of messages transmitted by this group since       group creation."    ::= {mtaGroupEntry 5}mtaGroupReceivedVolume OBJECT-TYPE    SYNTAX Counter32    UNITS "K-octets"    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "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 number of kilo-octets in the       message header and body, while an X.400-based MTA should use       the number of kilo-octets of P2 data."    ::= {mtaGroupEntry 6}mtaGroupStoredVolume OBJECT-TYPE    SYNTAX Gauge32    UNITS "K-octets"    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "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 kilo-octets in the message       header and body, while an X.400-based MTA would use the       number of kilo-octets of P2 data."    ::= {mtaGroupEntry 7}mtaGroupTransmittedVolume OBJECT-TYPE    SYNTAX Counter32    UNITS "K-octets"    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "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 the number of kilo-octets in the       message header and body, while an X.400-based MTA should use       the number of kilo-octets of P2 data."    ::= {mtaGroupEntry 8}mtaGroupReceivedRecipients OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "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."    ::= {mtaGroupEntry 9}mtaGroupStoredRecipients OBJECT-TYPE    SYNTAX Gauge32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "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."    ::= {mtaGroupEntry 10}mtaGroupTransmittedRecipients OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "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."    ::= {mtaGroupEntry 11}mtaGroupOldestMessageStored OBJECT-TYPE    SYNTAX TimeInterval    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "Time since the oldest message in this group's queue was       placed in the queue."    ::= {mtaGroupEntry 12}mtaGroupInboundAssociations OBJECT-TYPE    SYNTAX Gauge32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The number of current associations to the group, where the       group is the responder."    ::= {mtaGroupEntry 13}mtaGroupOutboundAssociations OBJECT-TYPE    SYNTAX Gauge32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The number of current associations to the group, where the      group is the initiator."    ::= {mtaGroupEntry 14}mtaGroupAccumulatedInboundAssociations OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The total number of associations to the group since      group creation, where the MTA was the responder."    ::= {mtaGroupEntry 15}mtaGroupAccumulatedOutboundAssociations OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The total number of associations from the group since       group creation, where the MTA was the initiator."    ::= {mtaGroupEntry 16}mtaGroupLastInboundActivity OBJECT-TYPE    SYNTAX TimeInterval    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "Time since the last time that this group had an active      inbound association for purposes of message reception."    ::= {mtaGroupEntry 17}mtaGroupLastOutboundActivity OBJECT-TYPE    SYNTAX TimeInterval    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "Time since the last time that this group had a       successful outbound association for purposes of       message delivery."    ::= {mtaGroupEntry 18}mtaGroupLastOutboundAssociationAttempt OBJECT-TYPE    SYNTAX TimeInterval    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "Time since the last time that this group attempted       to make an outbound association for purposes of       message delivery."    ::= {mtaGroupEntry 34}mtaGroupRejectedInboundAssociations OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The total number of inbound associations the group has      rejected, since group creation.  Rejected associations      are not counted in the accumulated association totals."    ::= {mtaGroupEntry 19}mtaGroupFailedOutboundAssociations OBJECT-TYPE    SYNTAX Counter32    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "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."    ::= {mtaGroupEntry 20}mtaGroupInboundRejectionReason OBJECT-TYPE    SYNTAX DisplayString    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The failure reason, if any, for the last association this      group refused to respond to. An empty string indicates that      the last attempt was successful.  If no association attempt      has been made since the MTA was initialized the value      should be 'never'."    ::= {mtaGroupEntry 21}mtaGroupOutboundConnectFailureReason OBJECT-TYPE    SYNTAX DisplayString    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The failure reason, if any, for the last association attempt      this group initiated. An empty string indicates that the last      attempt was successful.  If no association attempt has been      made since the MTA was initialized the value should be      'never'."    ::= {mtaGroupEntry 22}mtaGroupScheduledRetry OBJECT-TYPE    SYNTAX TimeInterval    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "The time when this group is scheduled to next attempt to       make an association."    ::= {mtaGroupEntry 23}mtaGroupMailProtocol OBJECT-TYPE    SYNTAX OBJECT IDENTIFIER    MAX-ACCESS read-only    STATUS current    DESCRIPTION      "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, the IANA      maintains a registry of the OIDs which correspond to well-known      message transfer protocols.  If the application protocol is      not listed in the registry, an OID value of the form

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -