home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / rfc / 3 / rfc2249.txt < prev    next >
Encoding:
Text File  |  2003-06-11  |  51.1 KB  |  1,572 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                          N. Freed
  8. Request for Comments: 2249                                     Innosoft
  9. Obsoletes: 1566                                                S. Kille
  10. Category: Standards Track                              ISODE Consortium
  11.                                                            January 1998
  12.  
  13.  
  14.                           Mail Monitoring MIB
  15.  
  16.  
  17. Status of this Memo
  18.  
  19.    This document specifies an Internet standards track protocol for the
  20.    Internet community, and requests discussion and suggestions for
  21.    improvements.  Please refer to the current edition of the "Internet
  22.    Official Protocol Standards" (STD 1) for the standardization state
  23.    and status of this protocol.  Distribution of this memo is unlimited.
  24.  
  25. Copyright Notice
  26.  
  27.    Copyright (C) The Internet Society (1998).  All Rights Reserved.
  28.  
  29. 1.  Introduction
  30.  
  31.    This memo defines a portion of the Management Information Base (MIB)
  32.    for use with network management protocols in the Internet community.
  33.    Specifically, this memo extends the basic Network Services Monitoring
  34.    MIB [8] to allow monitoring of Message Transfer Agents (MTAs). It may
  35.    also be used to monitor MTA components within gateways.
  36.  
  37. 2.  Table of Contents
  38.  
  39.    1 Introduction .............................................    1
  40.    2 Table of Contents ........................................    1
  41.    3 The SNMPv2 Network Management Framework ..................    2
  42.    3.1 Object Definitions .....................................    2
  43.    4 Message Flow Model .......................................    2
  44.    5 MTA Objects ..............................................    3
  45.    6 Definitions ..............................................    4
  46.    7 Changes made since RFC 1566 ..............................   25
  47.    8 Acknowledgements .........................................   26
  48.    9 References ...............................................   26
  49.    10 Security Considerations .................................   27
  50.    11 Author and Chair Addresses ..............................   27
  51.    12 Full Copyright Statement ................................   28
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Freed & Kille               Standards Track                     [Page 1]
  59.  
  60. RFC 2249                  Mail Monitoring MIB               January 1998
  61.  
  62.  
  63. 3.  The SNMPv2 Network Management Framework
  64.  
  65.    The SNMPv2 Network Management Framework consists of seven major
  66.    components. They are:
  67.  
  68.    o    RFC 1902 [1] which defines the SMI, the mechanisms used for
  69.         describing and naming objects for the purpose of management.
  70.  
  71.    o    RFC 1903 [2] defines textual conventions for SNMPv2.
  72.  
  73.    o    RFC 1904 [3] defines conformance statements for SNMPv2.
  74.  
  75.    o    RFC 1905 [4] defines  transport mappings for SNMPv2.
  76.  
  77.    o    RFC 1906 [5] defines the protocol operations used for network
  78.         access to managed objects.
  79.  
  80.    o    RFC 1907 [6] defines the Management Information Base for SNMPv2.
  81.  
  82.    o    RFC 1908 [7] specifies coexistance between SNMP and SNMPv2.
  83.  
  84.    The Framework permits new objects to be defined for the purpose of
  85.    experimentation and evaluation.
  86.  
  87. 3.1.  Object Definitions
  88.  
  89.    Managed objects are accessed via a virtual information store, termed
  90.    the Management Information Base or MIB. Objects in the MIB are
  91.    defined using the subset of Abstract Syntax Notation One (ASN.1)
  92.    defined in the SMI.  In particular, each object type is named by an
  93.    OBJECT IDENTIFIER, an administratively assigned name. The object type
  94.    together with an object instance serves to uniquely identify a
  95.    specific instantiation of the object.  For human convenience, we
  96.    often use a textual string, termed the descriptor, to refer to the
  97.    object type.
  98.  
  99. 4.  Message Flow Model
  100.  
  101.    A general model of message flow inside an MTA has to be presented
  102.    before a MIB can be described. Generally speaking, message flow is
  103.    modelled as occuring in four steps:
  104.  
  105.     (1)   Messages are received by the MTA from User Agents, Message
  106.           Stores, other MTAs, and gateways.
  107.  
  108.     (2)   The "next hop" for the each message is determined. This is
  109.           simply the destination the message is to be transmitted to; it
  110.           may or may not be the final destination of the message.
  111.  
  112.  
  113.  
  114. Freed & Kille               Standards Track                     [Page 2]
  115.  
  116. RFC 2249                  Mail Monitoring MIB               January 1998
  117.  
  118.  
  119.           Multiple "next hops" may exist for a single message (as a
  120.           result of either having multiple recipients or distribution
  121.           list expansion); this may make it necessary to duplicate
  122.           messages.
  123.  
  124.     (3)   If necessary messages are converted into the format that's
  125.           appropriate for the next hop. Conversion operations may be
  126.           successful or unsuccessful.
  127.  
  128.     (4)   Messages are transmitted to the appropriate destination, which
  129.           may be a User Agent, Message Store, another MTA, or gateway.
  130.  
  131.    Storage of messages in the MTA occurs at some point during this
  132.    process.  However, it is important to note that storage may occur at
  133.    different and possibly even multiple points during this process. For
  134.    example, some MTAs expand messages into multiple copies as they are
  135.    received. In this case (1), (2), and (3) may all occur prior to
  136.    storage. Other MTAs store messages precisely as they are received and
  137.    perform all expansions and conversions during retransmission
  138.    processing. So here only (1) occurs prior to storage.  This leads to
  139.    situations where, in general, a measurement of messages received may
  140.    not equal a measurement of messages in store, or a measurement of
  141.    messages stored may not equal a measurement of messages
  142.    retransmitted, or both.
  143.  
  144. 5.  MTA Objects
  145.  
  146.    If there are one or more MTAs on the host, the following MIB may be
  147.    used to monitor them. Any number of the MTAs on a single host or
  148.    group of hosts may be monitored. Each MTA is dealt with as a separate
  149.    network service and has its own applTable entry in the Network
  150.    Services Monitoring MIB.
  151.  
  152.    The MIB described in this document covers only the portion which is
  153.    specific to the monitoring of MTAs. The network service related part
  154.    of the MIB is covered in a separate document [8].
  155.  
  156.    This MIB defines four tables. The first of these contains per-MTA
  157.    information that isn't specific to any particular part of MTA. The
  158.    second breaks each MTA down into a collection of separate components
  159.    called groups. Groups are described in detail in the comments
  160.    embedded in the MIB below. The third table provides a means of
  161.    correlating associations tracked by the network services MIB with
  162.    specific groups within different MTAs. Finally, the fourth table
  163.    provides a means of tracking any errors encountered during the
  164.    operation of the MTA. The first two tables must be implemented to
  165.    conform with this MIB; the last two are optional.
  166.  
  167.  
  168.  
  169.  
  170. Freed & Kille               Standards Track                     [Page 3]
  171.  
  172. RFC 2249                  Mail Monitoring MIB               January 1998
  173.  
  174.  
  175. 6.  Definitions
  176.  
  177. MTA-MIB DEFINITIONS ::= BEGIN
  178.  
  179. IMPORTS
  180.     OBJECT-TYPE, Counter32, Gauge32, MODULE-IDENTITY, mib-2
  181.       FROM SNMPv2-SMI
  182.     DisplayString, TimeInterval
  183.       FROM SNMPv2-TC
  184.     MODULE-COMPLIANCE, OBJECT-GROUP
  185.       FROM SNMPv2-CONF
  186.     applIndex, URLString
  187.       FROM NETWORK-SERVICES-MIB;
  188.  
  189. mta MODULE-IDENTITY
  190.     LAST-UPDATED "9708170000Z"
  191.     ORGANIZATION "IETF Mail and Directory Management Working Group"
  192.     CONTACT-INFO
  193.       "        Ned Freed
  194.  
  195.        Postal: Innosoft International, Inc.
  196.                1050 Lakes Drive
  197.                West Covina, CA 91790
  198.                US
  199.  
  200.        Tel: +1 626 919 3600
  201.        Fax: +1 626 919 3614
  202.  
  203.        E-Mail: ned.freed@innosoft.com"
  204.     DESCRIPTION
  205.       "The MIB module describing Message Transfer Agents (MTAs)"
  206.     REVISION "9311280000Z"
  207.     DESCRIPTION
  208.       "The original version of this MIB was published in RFC 1566"
  209.     ::= {mib-2 28}
  210.  
  211. mtaTable OBJECT-TYPE
  212.     SYNTAX SEQUENCE OF MtaEntry
  213.     MAX-ACCESS not-accessible
  214.     STATUS current
  215.     DESCRIPTION
  216.       "The table holding information specific to an MTA."
  217.     ::= {mta 1}
  218.  
  219. mtaStatusCode OBJECT-TYPE
  220.     SYNTAX INTEGER (4000000..5999999)
  221.     MAX-ACCESS not-accessible
  222.     STATUS current
  223.  
  224.  
  225.  
  226. Freed & Kille               Standards Track                     [Page 4]
  227.  
  228. RFC 2249                  Mail Monitoring MIB               January 1998
  229.  
  230.  
  231.     DESCRIPTION
  232.       "An index capable of representing an Enhanced Mail System
  233.        Status Code.  Enhanced Mail System Status Codes are
  234.        defined in RFC 1893 [14].  These codes have the form
  235.  
  236.            class.subject.detail
  237.  
  238.        Here 'class' is either 2, 4, or 5 and both 'subject' and
  239.        'detail'  are integers in the range 0..999. Given a status
  240.        code the corresponding index value is defined to be
  241.        ((class * 1000) + subject) * 1000 + detail.  Both SMTP
  242.        error response codes and X.400 reason and diagnostic codes
  243.        can be mapped into these codes, resulting in a namespace
  244.        capable of describing most error conditions a mail system
  245.        encounters in a generic yet detailed way."
  246.     ::= {mta 6}
  247.  
  248. mtaEntry OBJECT-TYPE
  249.     SYNTAX MtaEntry
  250.     MAX-ACCESS not-accessible
  251.     STATUS current
  252.     DESCRIPTION
  253.       "The entry associated with each MTA."
  254.     INDEX {applIndex}
  255.     ::= {mtaTable 1}
  256.  
  257. MtaEntry ::= SEQUENCE {
  258.     mtaReceivedMessages
  259.       Counter32,
  260.     mtaStoredMessages
  261.       Gauge32,
  262.     mtaTransmittedMessages
  263.       Counter32,
  264.     mtaReceivedVolume
  265.       Counter32,
  266.     mtaStoredVolume
  267.       Gauge32,
  268.     mtaTransmittedVolume
  269.       Counter32,
  270.     mtaReceivedRecipients
  271.       Counter32,
  272.     mtaStoredRecipients
  273.       Gauge32,
  274.     mtaTransmittedRecipients
  275.       Counter32,
  276.     mtaSuccessfulConvertedMessages
  277.       Counter32,
  278.     mtaFailedConvertedMessages
  279.  
  280.  
  281.  
  282. Freed & Kille               Standards Track                     [Page 5]
  283.  
  284. RFC 2249                  Mail Monitoring MIB               January 1998
  285.  
  286.  
  287.       Counter32,
  288.     mtaLoopsDetected
  289.       Counter32
  290. }
  291.  
  292. mtaReceivedMessages OBJECT-TYPE
  293.     SYNTAX Counter32
  294.     MAX-ACCESS read-only
  295.     STATUS current
  296.     DESCRIPTION
  297.       "The number of messages received since MTA initialization.
  298.        This includes messages transmitted to this MTA from other
  299.        MTAs as well as messages that have been submitted to the
  300.        MTA directly by end-users or applications."
  301.     ::= {mtaEntry 1}
  302.  
  303. mtaStoredMessages OBJECT-TYPE
  304.     SYNTAX Gauge32
  305.     MAX-ACCESS read-only
  306.     STATUS current
  307.     DESCRIPTION
  308.       "The total number of messages currently stored in the MTA.
  309.        This includes messages that are awaiting transmission to
  310.        some other MTA or are waiting for delivery to an end-user
  311.        or application."
  312.     ::= {mtaEntry 2}
  313.  
  314. mtaTransmittedMessages OBJECT-TYPE
  315.     SYNTAX Counter32
  316.     MAX-ACCESS read-only
  317.     STATUS current
  318.     DESCRIPTION
  319.       "The number of messages transmitted since MTA initialization.
  320.        This includes messages that were transmitted to some other
  321.        MTA or are waiting for delivery to an end-user or
  322.        application."
  323.     ::= {mtaEntry 3}
  324.  
  325. mtaReceivedVolume OBJECT-TYPE
  326.     SYNTAX Counter32
  327.     UNITS "K-octets"
  328.     MAX-ACCESS read-only
  329.     STATUS current
  330.     DESCRIPTION
  331.       "The total volume of messages received since MTA
  332.        initialization, measured in kilo-octets.  This volume should
  333.        include all transferred data that is logically above the mail
  334.        transport protocol level.  For example, an SMTP-based MTA
  335.  
  336.  
  337.  
  338. Freed & Kille               Standards Track                     [Page 6]
  339.  
  340. RFC 2249                  Mail Monitoring MIB               January 1998
  341.  
  342.  
  343.        should use the number of kilo-octets in the message header
  344.        and body, while an X.400-based MTA should use the number of
  345.        kilo-octets of P2 data.  This includes messages transmitted
  346.        to this MTA from other MTAs as well as messages that have
  347.        been submitted to the MTA directly by end-users or
  348.        applications."
  349.     ::= {mtaEntry 4}
  350.  
  351. mtaStoredVolume OBJECT-TYPE
  352.     SYNTAX Gauge32
  353.     UNITS "K-octets"
  354.     MAX-ACCESS read-only
  355.     STATUS current
  356.     DESCRIPTION
  357.       "The total volume of messages currently stored in the MTA,
  358.        measured in kilo-octets.  This volume should include all
  359.        stored data that is logically above the mail transport
  360.        protocol level.  For example, an SMTP-based MTA should
  361.        use the number of kilo-octets in the message header and
  362.        body, while an X.400-based MTA would use the number of
  363.        kilo-octets of P2 data.  This includes messages that are
  364.        awaiting transmission to some other MTA or are waiting
  365.        for delivery to an end-user or application."
  366.     ::= {mtaEntry 5}
  367.  
  368. mtaTransmittedVolume OBJECT-TYPE
  369.     SYNTAX Counter32
  370.     UNITS "K-octets"
  371.     MAX-ACCESS read-only
  372.     STATUS current
  373.     DESCRIPTION
  374.       "The total volume of messages transmitted since MTA
  375.        initialization, measured in kilo-octets.  This volume should
  376.        include all transferred data that is logically above the mail
  377.        transport protocol level.  For example, an SMTP-based MTA
  378.        should use the number of kilo-octets in the message header
  379.        and body, while an X.400-based MTA should use the number of
  380.        kilo-octets of P2 data.  This includes messages that were
  381.        transmitted to some other MTA or are waiting for delivery
  382.        to an end-user or application."
  383.     ::= {mtaEntry 6}
  384.  
  385. mtaReceivedRecipients OBJECT-TYPE
  386.     SYNTAX Counter32
  387.     MAX-ACCESS read-only
  388.     STATUS current
  389.     DESCRIPTION
  390.       "The total number of recipients specified in all messages
  391.  
  392.  
  393.  
  394. Freed & Kille               Standards Track                     [Page 7]
  395.  
  396. RFC 2249            ..... Mail Monitoring MIB               January 1998
  397.  
  398.  
  399.        received since MTA initialization.  Recipients this MTA
  400.        has no responsibility for, i.e. inactive envelope
  401.        recipients or ones referred to in message headers,
  402.        should not be counted even if information about such
  403.        recipients is available.  This includes messages
  404.        transmitted to this MTA from other MTAs as well as
  405.        messages that have been submitted to the MTA directly
  406.        by end-users or applications."
  407.     ::= {mtaEntry 7}
  408.  
  409. mtaStoredRecipients OBJECT-TYPE
  410.     SYNTAX Gauge32
  411.     MAX-ACCESS read-only
  412.     STATUS current
  413.     DESCRIPTION
  414.       "The total number of recipients specified in all messages
  415.        currently stored in the MTA.  Recipients this MTA has no
  416.        responsibility for, i.e. inactive envelope recipients or
  417.        ones referred to in message headers, should not be
  418.        counted.  This includes messages that are awaiting
  419.        transmission to some other MTA or are waiting for
  420.        delivery to an end-user or application."
  421.     ::= {mtaEntry 8}
  422.  
  423. mtaTransmittedRecipients OBJECT-TYPE
  424.     SYNTAX Counter32
  425.     MAX-ACCESS read-only
  426.     STATUS current
  427.     DESCRIPTION
  428.       "The total number of recipients specified in all messages
  429.        transmitted since MTA initialization.  Recipients this
  430.        MTA had no responsibility for, i.e. inactive envelope
  431.        recipients or ones referred to in message headers,
  432.        should not be counted.  This includes messages that were
  433.        transmitted to some other MTA or are waiting for
  434.        delivery to an end-user or application."
  435.     ::= {mtaEntry 9}
  436.  
  437. mtaSuccessfulConvertedMessages OBJECT-TYPE
  438.     SYNTAX Counter32
  439.     MAX-ACCESS read-only
  440.     STATUS current
  441.     DESCRIPTION
  442.       "The number of messages that have been successfully
  443.        converted from one form to another since MTA
  444.        initialization."
  445.     ::= {mtaEntry 10}
  446.  
  447.  
  448.  
  449.  
  450. Freed & Kille               Standards Track                     [Page 8]
  451.  
  452. RFC 2249                  Mail Monitoring MIB               January 1998
  453.  
  454.  
  455. mtaFailedConvertedMessages OBJECT-TYPE
  456.     SYNTAX Counter32
  457.     MAX-ACCESS read-only
  458.     STATUS current
  459.     DESCRIPTION
  460.       "The number of messages for which an unsuccessful
  461.        attempt was made to convert them from one form to
  462.        another since MTA initialization."
  463.     ::= {mtaEntry 11}
  464.  
  465. mtaLoopsDetected OBJECT-TYPE
  466.     SYNTAX Counter32
  467.     MAX-ACCESS read-only
  468.     STATUS current
  469.     DESCRIPTION
  470.       "A message loop is defined as a situation where the MTA
  471.        decides that a given message will never be delivered to
  472.        one or more recipients and instead will continue to
  473.        loop endlessly through one or more MTAs.  This variable
  474.        counts the number of times the MTA has detected such a
  475.        situation since MTA initialization. Note that the
  476.        mechanism MTAs use to detect loops (e.g. trace field
  477.        counting, count of references to this MTA in a trace
  478.        field, examination of DNS or other directory information,
  479.        etc.), the level at which loops are detected (e.g. per
  480.        message, per recipient, per directory entry, etc.), and
  481.        the handling of a loop once it is detected (e.g. looping
  482.        messages are held, looping messages are bounced or sent
  483.        to the postmaster, messages that the MTA knows will loop
  484.        won't be accepted, etc.) vary widely from one MTA to the
  485.        next and cannot be inferred from this variable."
  486.     ::= {mtaEntry 12}
  487.  
  488. -- MTAs typically group inbound reception, queue storage, and
  489. -- outbound transmission in some way, rather than accounting for
  490. -- such operations only across the MTA as a whole. In the most
  491. -- extreme case separate information will be maintained for each
  492. -- different entity that receives messages and for each entity
  493. -- the MTA stores messages for and delivers messages to.  Other
  494. -- MTAs may elect to treat all reception equally, all queue
  495. -- storage equally, all deliveries equally, or some combination
  496. -- of this. Overlapped groupings are also possible, where an MTA
  497. -- decomposes its traffic in different ways for different
  498. -- purposes.
  499.  
  500. -- In any case, a grouping abstraction is an extremely useful for
  501. -- breaking down the activities of an MTA. For purposes of
  502. -- labelling this will be called a "group" in this MIB.
  503.  
  504.  
  505.  
  506. Freed & Kille               Standards Track                     [Page 9]
  507.  
  508. RFC 2249                  Mail Monitoring MIB               January 1998
  509.  
  510.  
  511. -- Each group contains all the variables needed to monitor all
  512. -- aspects of an MTA's operation.  However, the fact that all
  513. -- groups contain all possible variables does not imply that all
  514. -- groups must use all possible variables. For example, a single
  515. -- group might be used to monitor only one kind of event (inbound
  516. -- processing, outbound processing, or storage). In this sort of
  517. -- configuration all unused counters would be inaccessible; e.g.,
  518. -- returning either a noSuchName error (for an SNMPv1 get), or a
  519. -- noSuchInstance exception (for an SNMPv2 get).
  520.  
  521. -- Groups can be created at any time after MTA initialization. Once
  522. -- a group is created it should not be deleted or its mtaGroupIndex
  523. -- changed unless the MTA is reinitialized.
  524.  
  525. -- Groups are not necessarily mutually exclusive. A given event may
  526. -- be recorded by more than one group, a message may be seen as
  527. -- stored by more than one group, and so on.  Groups should be all
  528. -- inclusive, however: if groups are implemented all aspects of an
  529. -- MTA's operation should be registered in at least one group. This
  530. -- freedom lets implementors use different sets of groups to
  531. -- provide differents "views" of an MTA.
  532.  
  533. -- The possibility of overlap between groups means that summing
  534. -- variables across groups may not produce values equal to those in
  535. -- the mtaTable. mtaTable should always provide accurate information
  536. -- about the MTA as a whole.
  537.  
  538. -- The term "channel" is often used in MTA implementations; channels
  539. -- are usually, but not always, equivalent to a group. However,
  540. -- this MIB does not use the term "channel" because there is no
  541. -- requirement that an MTA supporting this MIB has to map its
  542. -- "channel" abstraction one-to-one onto the MIB's group abstration.
  543.  
  544. -- An MTA may create a group or group of groups at any time. Once
  545. -- created, however, an MTA cannot delete an entry for a group from
  546. -- the group table.  Deletation is only allowed when the MTA is
  547. -- reinitialized, and is not required even then.  This restriction
  548. -- is imposed so that monitoring agents can rely on group
  549. -- assignments being consistent across multiple query operations.
  550.  
  551. -- Groups may be laid out so as to form a hierarchical arrangement,
  552. -- with some groups acting as subgroups for other groups.
  553. -- Alternately, disjoint groups of groups may be used to provide
  554. -- different sorts of "snapshots" of MTA operation.  The
  555. -- mtaGroupHierarchy variable provides an indication of how each
  556. -- group fits into the overall arrangement being used.
  557.  
  558. mtaGroupTable OBJECT-TYPE
  559.  
  560.  
  561.  
  562. Freed & Kille               Standards Track                    [Page 10]
  563.  
  564. RFC 2249                  Mail Monitoring MIB               January 1998
  565.  
  566.  
  567.     SYNTAX SEQUENCE OF MtaGroupEntry
  568.     MAX-ACCESS not-accessible
  569.     STATUS current
  570.     DESCRIPTION
  571.       "The table holding information specific to each MTA group."
  572.     ::= {mta 2}
  573.  
  574. mtaGroupEntry OBJECT-TYPE
  575.     SYNTAX MtaGroupEntry
  576.     MAX-ACCESS not-accessible
  577.     STATUS current
  578.     DESCRIPTION
  579.       "The entry associated with each MTA group."
  580.     INDEX {applIndex, mtaGroupIndex}
  581.     ::= {mtaGroupTable 1}
  582.  
  583. MtaGroupEntry ::= SEQUENCE {
  584.     mtaGroupIndex
  585.         INTEGER,
  586.     mtaGroupReceivedMessages
  587.         Counter32,
  588.     mtaGroupRejectedMessages
  589.         Counter32,
  590.     mtaGroupStoredMessages
  591.         Gauge32,
  592.     mtaGroupTransmittedMessages
  593.         Counter32,
  594.     mtaGroupReceivedVolume
  595.         Counter32,
  596.     mtaGroupStoredVolume
  597.         Gauge32,
  598.     mtaGroupTransmittedVolume
  599.         Counter32,
  600.     mtaGroupReceivedRecipients
  601.         Counter32,
  602.     mtaGroupStoredRecipients
  603.         Gauge32,
  604.     mtaGroupTransmittedRecipients
  605.         Counter32,
  606.     mtaGroupOldestMessageStored
  607.         TimeInterval,
  608.     mtaGroupInboundAssociations
  609.         Gauge32,
  610.     mtaGroupOutboundAssociations
  611.         Gauge32,
  612.     mtaGroupAccumulatedInboundAssociations
  613.         Counter32,
  614.     mtaGroupAccumulatedOutboundAssociations
  615.  
  616.  
  617.  
  618. Freed & Kille               Standards Track                    [Page 11]
  619.  
  620. RFC 2249                  Mail Monitoring MIB               January 1998
  621.  
  622.  
  623.         Counter32,
  624.     mtaGroupLastInboundActivity
  625.         TimeInterval,
  626.     mtaGroupLastOutboundActivity
  627.         TimeInterval,
  628.     mtaGroupLastOutboundAssociationAttempt
  629.         TimeInterval,
  630.     mtaGroupRejectedInboundAssociations
  631.         Counter32,
  632.     mtaGroupFailedOutboundAssociations
  633.         Counter32,
  634.     mtaGroupInboundRejectionReason
  635.         DisplayString,
  636.     mtaGroupOutboundConnectFailureReason
  637.         DisplayString,
  638.     mtaGroupScheduledRetry
  639.         TimeInterval,
  640.     mtaGroupMailProtocol
  641.         OBJECT IDENTIFIER,
  642.     mtaGroupName
  643.         DisplayString,
  644.     mtaGroupSuccessfulConvertedMessages
  645.         Counter32,
  646.     mtaGroupFailedConvertedMessages
  647.         Counter32,
  648.     mtaGroupDescription
  649.         DisplayString,
  650.     mtaGroupURL
  651.         URLString,
  652.     mtaGroupCreationTime
  653.         TimeInterval,
  654.     mtaGroupHierarchy
  655.         INTEGER,
  656.     mtaGroupOldestMessageId
  657.         DisplayString,
  658.     mtaGroupLoopsDetected
  659.         Counter32
  660. }
  661.  
  662. mtaGroupIndex OBJECT-TYPE
  663.     SYNTAX INTEGER (1..2147483647)
  664.     MAX-ACCESS not-accessible
  665.     STATUS current
  666.     DESCRIPTION
  667.       "The index associated with a group for a given MTA."
  668.     ::= {mtaGroupEntry 1}
  669.  
  670. mtaGroupReceivedMessages OBJECT-TYPE
  671.  
  672.  
  673.  
  674. Freed & Kille               Standards Track                    [Page 12]
  675.  
  676. RFC 2249                  Mail Monitoring MIB               January 1998
  677.  
  678.  
  679.     SYNTAX Counter32
  680.     MAX-ACCESS read-only
  681.     STATUS current
  682.     DESCRIPTION
  683.       "The number of messages received to this group since
  684.        group creation."
  685.     ::= {mtaGroupEntry 2}
  686.  
  687. mtaGroupRejectedMessages OBJECT-TYPE
  688.     SYNTAX Counter32
  689.     MAX-ACCESS read-only
  690.     STATUS current
  691.     DESCRIPTION
  692.       "The number of messages rejected by this group since
  693.        group creation."
  694.     ::= {mtaGroupEntry 3}
  695.  
  696. mtaGroupStoredMessages OBJECT-TYPE
  697.     SYNTAX Gauge32
  698.     MAX-ACCESS read-only
  699.     STATUS current
  700.     DESCRIPTION
  701.       "The total number of messages currently stored in this
  702.        group's queue."
  703.     ::= {mtaGroupEntry 4}
  704.  
  705. mtaGroupTransmittedMessages OBJECT-TYPE
  706.     SYNTAX Counter32
  707.     MAX-ACCESS read-only
  708.     STATUS current
  709.     DESCRIPTION
  710.       "The number of messages transmitted by this group since
  711.        group creation."
  712.     ::= {mtaGroupEntry 5}
  713.  
  714. mtaGroupReceivedVolume OBJECT-TYPE
  715.     SYNTAX Counter32
  716.     UNITS "K-octets"
  717.     MAX-ACCESS read-only
  718.     STATUS current
  719.     DESCRIPTION
  720.       "The total volume of messages received to this group since
  721.        group creation, measured in kilo-octets.  This volume
  722.        should include all transferred data that is logically above
  723.        the mail transport protocol level.  For example, an
  724.        SMTP-based MTA should use the number of kilo-octets in the
  725.        message header and body, while an X.400-based MTA should use
  726.        the number of kilo-octets of P2 data."
  727.  
  728.  
  729.  
  730. Freed & Kille               Standards Track                    [Page 13]
  731.  
  732. RFC 2249                  Mail Monitoring MIB               January 1998
  733.  
  734.  
  735.     ::= {mtaGroupEntry 6}
  736.  
  737. mtaGroupStoredVolume OBJECT-TYPE
  738.     SYNTAX Gauge32
  739.     UNITS "K-octets"
  740.     MAX-ACCESS read-only
  741.     STATUS current
  742.     DESCRIPTION
  743.       "The total volume of messages currently stored in this
  744.        group's queue, measured in kilo-octets.  This volume should
  745.        include all stored data that is logically above the mail
  746.        transport protocol level.  For example, an SMTP-based
  747.        MTA should use the number of kilo-octets in the message
  748.        header and body, while an X.400-based MTA would use the
  749.        number of kilo-octets of P2 data."
  750.     ::= {mtaGroupEntry 7}
  751.  
  752. mtaGroupTransmittedVolume OBJECT-TYPE
  753.     SYNTAX Counter32
  754.     UNITS "K-octets"
  755.     MAX-ACCESS read-only
  756.     STATUS current
  757.     DESCRIPTION
  758.       "The total volume of messages transmitted by this group
  759.        since group creation, measured in kilo-octets.  This
  760.        volume should include all transferred data that is logically
  761.        above the mail transport protocol level.  For example, an
  762.        SMTP-based MTA should use the number of kilo-octets in the
  763.        message header and body, while an X.400-based MTA should use
  764.        the number of kilo-octets of P2 data."
  765.     ::= {mtaGroupEntry 8}
  766.  
  767. mtaGroupReceivedRecipients OBJECT-TYPE
  768.     SYNTAX Counter32
  769.     MAX-ACCESS read-only
  770.     STATUS current
  771.     DESCRIPTION
  772.       "The total number of recipients specified in all messages
  773.        received to this group since group creation.
  774.        Recipients this MTA has no responsibility for should not
  775.        be counted."
  776.     ::= {mtaGroupEntry 9}
  777.  
  778. mtaGroupStoredRecipients OBJECT-TYPE
  779.     SYNTAX Gauge32
  780.     MAX-ACCESS read-only
  781.     STATUS current
  782.     DESCRIPTION
  783.  
  784.  
  785.  
  786. Freed & Kille               Standards Track                    [Page 14]
  787.  
  788. RFC 2249                  Mail Monitoring MIB               January 1998
  789.  
  790.  
  791.       "The total number of recipients specified in all messages
  792.        currently stored in this group's queue.  Recipients this
  793.        MTA has no responsibility for should not be counted."
  794.     ::= {mtaGroupEntry 10}
  795.  
  796. mtaGroupTransmittedRecipients OBJECT-TYPE
  797.     SYNTAX Counter32
  798.     MAX-ACCESS read-only
  799.     STATUS current
  800.     DESCRIPTION
  801.       "The total number of recipients specified in all messages
  802.        transmitted by this group since group creation.
  803.        Recipients this MTA had no responsibility for should not
  804.        be counted."
  805.     ::= {mtaGroupEntry 11}
  806.  
  807. mtaGroupOldestMessageStored OBJECT-TYPE
  808.     SYNTAX TimeInterval
  809.     MAX-ACCESS read-only
  810.     STATUS current
  811.     DESCRIPTION
  812.       "Time since the oldest message in this group's queue was
  813.        placed in the queue."
  814.     ::= {mtaGroupEntry 12}
  815.  
  816. mtaGroupInboundAssociations OBJECT-TYPE
  817.     SYNTAX Gauge32
  818.     MAX-ACCESS read-only
  819.     STATUS current
  820.     DESCRIPTION
  821.       "The number of current associations to the group, where the
  822.        group is the responder."
  823.     ::= {mtaGroupEntry 13}
  824.  
  825. mtaGroupOutboundAssociations OBJECT-TYPE
  826.     SYNTAX Gauge32
  827.     MAX-ACCESS read-only
  828.     STATUS current
  829.     DESCRIPTION
  830.       "The number of current associations to the group, where the
  831.       group is the initiator."
  832.     ::= {mtaGroupEntry 14}
  833.  
  834. mtaGroupAccumulatedInboundAssociations OBJECT-TYPE
  835.     SYNTAX Counter32
  836.     MAX-ACCESS read-only
  837.     STATUS current
  838.     DESCRIPTION
  839.  
  840.  
  841.  
  842. Freed & Kille               Standards Track                    [Page 15]
  843.  
  844. RFC 2249                  Mail Monitoring MIB               January 1998
  845.  
  846.  
  847.       "The total number of associations to the group since
  848.       group creation, where the MTA was the responder."
  849.     ::= {mtaGroupEntry 15}
  850.  
  851. mtaGroupAccumulatedOutboundAssociations OBJECT-TYPE
  852.     SYNTAX Counter32
  853.     MAX-ACCESS read-only
  854.     STATUS current
  855.     DESCRIPTION
  856.       "The total number of associations from the group since
  857.        group creation, where the MTA was the initiator."
  858.     ::= {mtaGroupEntry 16}
  859.  
  860. mtaGroupLastInboundActivity OBJECT-TYPE
  861.     SYNTAX TimeInterval
  862.     MAX-ACCESS read-only
  863.     STATUS current
  864.     DESCRIPTION
  865.       "Time since the last time that this group had an active
  866.       inbound association for purposes of message reception."
  867.     ::= {mtaGroupEntry 17}
  868.  
  869. mtaGroupLastOutboundActivity OBJECT-TYPE
  870.     SYNTAX TimeInterval
  871.     MAX-ACCESS read-only
  872.     STATUS current
  873.     DESCRIPTION
  874.       "Time since the last time that this group had a
  875.        successful outbound association for purposes of
  876.        message delivery."
  877.     ::= {mtaGroupEntry 18}
  878.  
  879. mtaGroupLastOutboundAssociationAttempt OBJECT-TYPE
  880.     SYNTAX TimeInterval
  881.     MAX-ACCESS read-only
  882.     STATUS current
  883.     DESCRIPTION
  884.       "Time since the last time that this group attempted
  885.        to make an outbound association for purposes of
  886.        message delivery."
  887.     ::= {mtaGroupEntry 34}
  888.  
  889. mtaGroupRejectedInboundAssociations OBJECT-TYPE
  890.     SYNTAX Counter32
  891.     MAX-ACCESS read-only
  892.     STATUS current
  893.     DESCRIPTION
  894.       "The total number of inbound associations the group has
  895.  
  896.  
  897.  
  898. Freed & Kille               Standards Track                    [Page 16]
  899.  
  900. RFC 2249                  Mail Monitoring MIB               January 1998
  901.  
  902.  
  903.       rejected, since group creation.  Rejected associations
  904.       are not counted in the accumulated association totals."
  905.     ::= {mtaGroupEntry 19}
  906.  
  907. mtaGroupFailedOutboundAssociations OBJECT-TYPE
  908.     SYNTAX Counter32
  909.     MAX-ACCESS read-only
  910.     STATUS current
  911.     DESCRIPTION
  912.       "The total number associations where the group was the
  913.       initiator and association establishment has failed,
  914.       since group creation.  Failed associations are
  915.       not counted in the accumulated association totals."
  916.     ::= {mtaGroupEntry 20}
  917.  
  918. mtaGroupInboundRejectionReason OBJECT-TYPE
  919.     SYNTAX DisplayString
  920.     MAX-ACCESS read-only
  921.     STATUS current
  922.     DESCRIPTION
  923.       "The failure reason, if any, for the last association this
  924.       group refused to respond to. An empty string indicates that
  925.       the last attempt was successful.  If no association attempt
  926.       has been made since the MTA was initialized the value
  927.       should be 'never'."
  928.     ::= {mtaGroupEntry 21}
  929.  
  930. mtaGroupOutboundConnectFailureReason OBJECT-TYPE
  931.     SYNTAX DisplayString
  932.     MAX-ACCESS read-only
  933.     STATUS current
  934.     DESCRIPTION
  935.       "The failure reason, if any, for the last association attempt
  936.       this group initiated. An empty string indicates that the last
  937.       attempt was successful.  If no association attempt has been
  938.       made since the MTA was initialized the value should be
  939.       'never'."
  940.     ::= {mtaGroupEntry 22}
  941.  
  942. mtaGroupScheduledRetry OBJECT-TYPE
  943.     SYNTAX TimeInterval
  944.     MAX-ACCESS read-only
  945.     STATUS current
  946.     DESCRIPTION
  947.       "The time when this group is scheduled to next attempt to
  948.        make an association."
  949.     ::= {mtaGroupEntry 23}
  950.  
  951.  
  952.  
  953.  
  954. Freed & Kille               Standards Track                    [Page 17]
  955.  
  956. RFC 2249                  Mail Monitoring MIB               January 1998
  957.  
  958.  
  959. mtaGroupMailProtocol OBJECT-TYPE
  960.     SYNTAX OBJECT IDENTIFIER
  961.     MAX-ACCESS read-only
  962.     STATUS current
  963.     DESCRIPTION
  964.       "An identification of the protocol being used by this group.
  965.       For an group employing OSI protocols, this will be the
  966.       Application Context.  For Internet applications, the IANA
  967.       maintains a registry of the OIDs which correspond to well-known
  968.       message transfer protocols.  If the application protocol is
  969.       not listed in the registry, an OID value of the form
  970.       {applTCPProtoID port} or {applUDProtoID port} are used for
  971.       TCP-based and UDP-based protocols, respectively.  In either
  972.       case 'port' corresponds to the primary port number being
  973.       used by the group.  applTCPProtoID and applUDPProtoID are
  974.       defined in [8]."
  975.     ::= {mtaGroupEntry 24}
  976.  
  977. mtaGroupName OBJECT-TYPE
  978.     SYNTAX DisplayString
  979.     MAX-ACCESS read-only
  980.     STATUS current
  981.     DESCRIPTION
  982.       "A descriptive name for the group. If this group connects to
  983.        a single remote MTA this should be the name of that MTA. If
  984.        this in turn is an Internet MTA this should be the domain
  985.        name.  For an OSI MTA it should be the string encoded
  986.        distinguished name of the managed object using the format
  987.        defined in RFC 1779 [9]. For X.400(1984) MTAs which do not
  988.        have a Distinguished Name, the RFC 1327 [12] syntax
  989.        'mta in globalid' should be used."
  990.     ::= {mtaGroupEntry 25}
  991.  
  992. mtaGroupSuccessfulConvertedMessages OBJECT-TYPE
  993.     SYNTAX Counter32
  994.     MAX-ACCESS read-only
  995.     STATUS current
  996.     DESCRIPTION
  997.       "The number of messages that have been successfully
  998.        converted from one form to another in this group
  999.        since group creation."
  1000.     ::= {mtaGroupEntry 26}
  1001.  
  1002. mtaGroupFailedConvertedMessages OBJECT-TYPE
  1003.     SYNTAX Counter32
  1004.     MAX-ACCESS read-only
  1005.     STATUS current
  1006.     DESCRIPTION
  1007.  
  1008.  
  1009.  
  1010. Freed & Kille               Standards Track                    [Page 18]
  1011.  
  1012. RFC 2249                  Mail Monitoring MIB               January 1998
  1013.  
  1014.  
  1015.       "The number of messages for which an unsuccessful
  1016.        attempt was made to convert them from one form to
  1017.        another in this group since group creation."
  1018.     ::= {mtaGroupEntry 27}
  1019.  
  1020. mtaGroupDescription OBJECT-TYPE
  1021.     SYNTAX DisplayString
  1022.     MAX-ACCESS read-only
  1023.     STATUS current
  1024.     DESCRIPTION
  1025.       "A description of the group's purpose.  This information is
  1026.        intended to identify the group in a status display."
  1027.     ::= {mtaGroupEntry 28}
  1028.  
  1029. mtaGroupURL OBJECT-TYPE
  1030.     SYNTAX URLString
  1031.     MAX-ACCESS read-only
  1032.     STATUS current
  1033.     DESCRIPTION
  1034.       "A URL pointing to a description of the group.  This
  1035.        information is intended to identify and briefly describe
  1036.        the group in a status display."
  1037.     ::= {mtaGroupEntry 29}
  1038.  
  1039. mtaGroupCreationTime OBJECT-TYPE
  1040.     SYNTAX TimeInterval
  1041.     MAX-ACCESS read-only
  1042.     STATUS current
  1043.     DESCRIPTION
  1044.       "Time since this group was first created."
  1045.     ::= {mtaGroupEntry 30}
  1046.  
  1047. mtaGroupHierarchy OBJECT-TYPE
  1048.     SYNTAX INTEGER (-2147483648..2147483647)
  1049.     MAX-ACCESS read-only
  1050.     STATUS current
  1051.     DESCRIPTION
  1052.       "Describes how this group fits into the hierarchy. A
  1053.        positive value is interpreted as an mtaGroupIndex
  1054.        value for some other group whose variables include
  1055.        those of this group (and usually others). A negative
  1056.        value is interpreted as a group collection code: Groups
  1057.        with common negative hierarchy values comprise one
  1058.        particular breakdown of MTA activity as a whole. A
  1059.        zero value means that this MIB implementation doesn't
  1060.        implement hierarchy indicators and thus the overall
  1061.        group hierarchy cannot be determined."
  1062.     ::= {mtaGroupEntry 31}
  1063.  
  1064.  
  1065.  
  1066. Freed & Kille               Standards Track                    [Page 19]
  1067.  
  1068. RFC 2249                  Mail Monitoring MIB               January 1998
  1069.  
  1070.  
  1071. mtaGroupOldestMessageId OBJECT-TYPE
  1072.     SYNTAX DisplayString
  1073.     MAX-ACCESS read-only
  1074.     STATUS current
  1075.     DESCRIPTION
  1076.       "Message ID of the oldest message in the group's queue.
  1077.        Whenever possible this should be in the form of an
  1078.        RFC 822 [13] msg-id; X.400 may convert X.400 message
  1079.        identifiers to this form by following the rules laid
  1080.        out in RFC1327 [12]."
  1081.     ::= {mtaGroupEntry 32}
  1082.  
  1083. mtaGroupLoopsDetected OBJECT-TYPE
  1084.     SYNTAX Counter32
  1085.     MAX-ACCESS read-only
  1086.     STATUS current
  1087.     DESCRIPTION
  1088.       "A message loop is defined as a situation where the MTA
  1089.        decides that a given message will never be delivered to
  1090.        one or more recipients and instead will continue to
  1091.        loop endlessly through one or more MTAs.  This variable
  1092.        counts the number of times the MTA has detected such a
  1093.        situation in conjunction with something associated with
  1094.        this group since group creation.  Note that the
  1095.        mechanism MTAs use to detect loops (e.g. trace field
  1096.        counting, count of references to this MTA in a trace
  1097.        field, examination of DNS or other directory information,
  1098.        etc.), the level at which loops are detected (e.g. per
  1099.        message, per recipient, per directory entry, etc.), and
  1100.        the handling of a loop once it is detected (e.g. looping
  1101.        messages are held, looping messages are bounced or sent
  1102.        to the postmaster, messages that the MTA knows will loop
  1103.        won't be accepted, etc.) vary widely from one MTA to the
  1104.        next and cannot be inferred from this variable."
  1105.     ::= {mtaGroupEntry 33}
  1106.  
  1107. -- The mtaGroupAssociationTable provides a means of correlating
  1108. -- entries in the network services association table with the
  1109. -- MTA group responsible for the association.
  1110.  
  1111.  
  1112. mtaGroupAssociationTable OBJECT-TYPE
  1113.     SYNTAX SEQUENCE OF MtaGroupAssociationEntry
  1114.     MAX-ACCESS not-accessible
  1115.     STATUS current
  1116.     DESCRIPTION
  1117.       "The table holding information regarding the associations
  1118.        for each MTA group."
  1119.  
  1120.  
  1121.  
  1122. Freed & Kille               Standards Track                    [Page 20]
  1123.  
  1124. RFC 2249                  Mail Monitoring MIB               January 1998
  1125.  
  1126.  
  1127.     ::= {mta 3}
  1128.  
  1129. mtaGroupAssociationEntry OBJECT-TYPE
  1130.     SYNTAX MtaGroupAssociationEntry
  1131.     MAX-ACCESS not-accessible
  1132.     STATUS current
  1133.     DESCRIPTION
  1134.       "The entry holding information regarding the associations
  1135.        for each MTA group."
  1136.     INDEX {applIndex, mtaGroupIndex, mtaGroupAssociationIndex}
  1137.     ::= {mtaGroupAssociationTable 1}
  1138.  
  1139. MtaGroupAssociationEntry ::= SEQUENCE {
  1140.     mtaGroupAssociationIndex
  1141.         INTEGER
  1142. }
  1143.  
  1144. mtaGroupAssociationIndex OBJECT-TYPE
  1145.     SYNTAX INTEGER (1..2147483647)
  1146.     MAX-ACCESS read-only
  1147.     STATUS current
  1148.     DESCRIPTION
  1149.       "Reference into association table to allow correlation of
  1150.        this group's active associations with the association table."
  1151.     ::= {mtaGroupAssociationEntry 1}
  1152.  
  1153. -- The mtaGroupErrorTable gives each group a way of tallying
  1154. -- the specific errors it has encountered.  The mechanism
  1155. -- defined here uses RFC 1893 [14] status codes to identify
  1156. -- various specific errors. There are also classes for generic
  1157. -- errors of various sorts, and the entire mechanism is also
  1158. -- extensible, in that new error codes can be defined at any
  1159. -- time.
  1160.  
  1161. mtaGroupErrorTable OBJECT-TYPE
  1162.     SYNTAX SEQUENCE OF MtaGroupErrorEntry
  1163.     MAX-ACCESS not-accessible
  1164.     STATUS current
  1165.     DESCRIPTION
  1166.       "The table holding information regarding accumulated errors
  1167.        for each MTA group."
  1168.     ::= {mta 5}
  1169.  
  1170. mtaGroupErrorEntry OBJECT-TYPE
  1171.     SYNTAX MtaGroupErrorEntry
  1172.     MAX-ACCESS not-accessible
  1173.     STATUS current
  1174.     DESCRIPTION
  1175.  
  1176.  
  1177.  
  1178. Freed & Kille               Standards Track                    [Page 21]
  1179.  
  1180. RFC 2249                  Mail Monitoring MIB               January 1998
  1181.  
  1182.  
  1183.       "The entry holding information regarding accumulated
  1184.        errors for each MTA group."
  1185.     INDEX {applIndex, mtaGroupIndex, mtaStatusCode}
  1186.     ::= {mtaGroupErrorTable 1}
  1187.  
  1188. MtaGroupErrorEntry ::= SEQUENCE {
  1189.     mtaGroupInboundErrorCount
  1190.         Counter32,
  1191.     mtaGroupInternalErrorCount
  1192.         Counter32,
  1193.     mtaGroupOutboundErrorCount
  1194.         Counter32
  1195. }
  1196.  
  1197. mtaGroupInboundErrorCount OBJECT-TYPE
  1198.     SYNTAX Counter32
  1199.     MAX-ACCESS read-only
  1200.     STATUS current
  1201.     DESCRIPTION
  1202.       "Count of the number of errors of a given type that have
  1203.        been accumulated in assocation with a particular group
  1204.        while processing incoming messages. In the case of SMTP
  1205.        these will typically be errors reporting by an SMTP
  1206.        server to the remote client; in the case of X.400
  1207.        these will typically be errors encountered while
  1208.        processing an incoming message."
  1209.     ::= {mtaGroupErrorEntry 1}
  1210.  
  1211.  
  1212. mtaGroupInternalErrorCount OBJECT-TYPE
  1213.     SYNTAX Counter32
  1214.     MAX-ACCESS read-only
  1215.     STATUS current
  1216.     DESCRIPTION
  1217.       "Count of the number of errors of a given type that have
  1218.        been accumulated in assocation with a particular group
  1219.        during internal MTA processing."
  1220.     ::= {mtaGroupErrorEntry 2}
  1221.  
  1222. mtaGroupOutboundErrorCount OBJECT-TYPE
  1223.     SYNTAX Counter32
  1224.     MAX-ACCESS read-only
  1225.     STATUS current
  1226.     DESCRIPTION
  1227.       "Count of the number of errors of a given type that have
  1228.        been accumulated in assocation with a particular group's
  1229.        outbound connection activities. In the case of an SMTP
  1230.        client these will typically be errors reported while
  1231.  
  1232.  
  1233.  
  1234. Freed & Kille               Standards Track                    [Page 22]
  1235.  
  1236. RFC 2249                  Mail Monitoring MIB               January 1998
  1237.  
  1238.  
  1239.        attempting to contact or while communicating with the
  1240.        remote SMTP server. In the case of X.400 these will
  1241.        typically be errors encountered while constructing
  1242.        or attempting to deliver an outgoing message."
  1243.     ::= {mtaGroupErrorEntry 3}
  1244.  
  1245. -- Conformance information
  1246.  
  1247. mtaConformance OBJECT IDENTIFIER ::= {mta 4}
  1248.  
  1249. mtaGroups      OBJECT IDENTIFIER ::= {mtaConformance 1}
  1250. mtaCompliances OBJECT IDENTIFIER ::= {mtaConformance 2}
  1251.  
  1252. -- Compliance statements
  1253.  
  1254. mtaCompliance MODULE-COMPLIANCE
  1255.     STATUS current
  1256.     DESCRIPTION
  1257.       "The compliance statement for SNMPv2 entities which
  1258.        implement the Mail Monitoring MIB for basic
  1259.        monitoring of MTAs."
  1260.     MODULE  -- this module
  1261.       MANDATORY-GROUPS {mtaGroup}
  1262.     ::= {mtaCompliances 1}
  1263.  
  1264. mtaAssocCompliance MODULE-COMPLIANCE
  1265.     STATUS current
  1266.     DESCRIPTION
  1267.       "The compliance statement for SNMPv2 entities which
  1268.        implement the Mail Monitoring MIB for monitoring of
  1269.        MTAs and their associations."
  1270.     MODULE  -- this module
  1271.       MANDATORY-GROUPS {mtaGroup, mtaAssocGroup}
  1272.     ::= {mtaCompliances 2}
  1273.  
  1274. mtaErrorCompliance MODULE-COMPLIANCE
  1275.     STATUS current
  1276.     DESCRIPTION
  1277.       "The compliance statement for SNMPv2 entities which
  1278.        implement the Mail Monitoring MIB for monitoring of
  1279.        MTAs and detailed errors."
  1280.     MODULE  -- this module
  1281.       MANDATORY-GROUPS {mtaGroup, mtaErrorGroup}
  1282.     ::= {mtaCompliances 3}
  1283.  
  1284. mtaFullCompliance MODULE-COMPLIANCE
  1285.     STATUS current
  1286.     DESCRIPTION
  1287.  
  1288.  
  1289.  
  1290. Freed & Kille               Standards Track                    [Page 23]
  1291.  
  1292. RFC 2249                  Mail Monitoring MIB               January 1998
  1293.  
  1294.  
  1295.       "The compliance statement for SNMPv2 entities which
  1296.        implement the full Mail Monitoring MIB for monitoring
  1297.        of MTAs, associations, and detailed errors."
  1298.     MODULE  -- this module
  1299.       MANDATORY-GROUPS {mtaGroup, mtaAssocGroup, mtaErrorGroup}
  1300.     ::= {mtaCompliances 4}
  1301.  
  1302. -- Units of conformance
  1303.  
  1304. mtaGroup OBJECT-GROUP
  1305.     OBJECTS {
  1306.       mtaReceivedMessages, mtaStoredMessages,
  1307.       mtaTransmittedMessages, mtaReceivedVolume, mtaStoredVolume,
  1308.       mtaTransmittedVolume, mtaReceivedRecipients,
  1309.       mtaStoredRecipients, mtaTransmittedRecipients,
  1310.       mtaSuccessfulConvertedMessages, mtaFailedConvertedMessages,
  1311.       mtaGroupReceivedMessages, mtaGroupRejectedMessages,
  1312.       mtaGroupStoredMessages, mtaGroupTransmittedMessages,
  1313.       mtaGroupReceivedVolume, mtaGroupStoredVolume,
  1314.       mtaGroupTransmittedVolume, mtaGroupReceivedRecipients,
  1315.       mtaGroupStoredRecipients, mtaGroupTransmittedRecipients,
  1316.       mtaGroupOldestMessageStored, mtaGroupInboundAssociations,
  1317.       mtaGroupOutboundAssociations, mtaLoopsDetected,
  1318.       mtaGroupAccumulatedInboundAssociations,
  1319.       mtaGroupAccumulatedOutboundAssociations,
  1320.       mtaGroupLastInboundActivity, mtaGroupLastOutboundActivity,
  1321.       mtaGroupLastOutboundAssociationAttempt,
  1322.       mtaGroupRejectedInboundAssociations,
  1323.       mtaGroupFailedOutboundAssociations,
  1324.       mtaGroupInboundRejectionReason,
  1325.       mtaGroupOutboundConnectFailureReason,
  1326.       mtaGroupScheduledRetry, mtaGroupMailProtocol, mtaGroupName,
  1327.       mtaGroupSuccessfulConvertedMessages,
  1328.       mtaGroupFailedConvertedMessages, mtaGroupDescription,
  1329.       mtaGroupURL, mtaGroupCreationTime, mtaGroupHierarchy,
  1330.       mtaGroupOldestMessageId, mtaGroupLoopsDetected}
  1331.     STATUS current
  1332.     DESCRIPTION
  1333.       "A collection of objects providing basic monitoring of MTAs."
  1334.     ::= {mtaGroups 1}
  1335.  
  1336. mtaAssocGroup OBJECT-GROUP
  1337.     OBJECTS {
  1338.       mtaGroupAssociationIndex}
  1339.     STATUS current
  1340.     DESCRIPTION
  1341.       "A collection of objects providing monitoring of MTA
  1342.        associations."
  1343.  
  1344.  
  1345.  
  1346. Freed & Kille               Standards Track                    [Page 24]
  1347.  
  1348. RFC 2249                  Mail Monitoring MIB               January 1998
  1349.  
  1350.  
  1351.     ::= {mtaGroups 2}
  1352.  
  1353. mtaErrorGroup OBJECT-GROUP
  1354.     OBJECTS {
  1355.       mtaGroupInboundErrorCount, mtaGroupInternalErrorCount,
  1356.       mtaGroupOutboundErrorCount}
  1357.     STATUS current
  1358.     DESCRIPTION
  1359.       "A collection of objects providing monitoring of
  1360.        detailed MTA errors."
  1361.     ::= {mtaGroups 3}
  1362.  
  1363. END
  1364.  
  1365. 7.  Changes made since RFC 1566
  1366.  
  1367.    The only changes made to this document since it was issued as RFC
  1368.    1566 [11] are the following:
  1369.  
  1370.     (1)   A number of DESCRIPTION fields have been reworded, hopefully
  1371.           making them clearer.
  1372.  
  1373.     (2)   mtaGroupDescription and mtaGroupURL fields have been added.
  1374.           These fields are intended to identify and describe the MTA and
  1375.           the various MTA groups.
  1376.  
  1377.     (3)   The time since the last outbound association attempt is now
  1378.           distinct from the time since the last successfuol outbound
  1379.           association attempt.
  1380.  
  1381.     (4)   Conversion operation counters have been added.
  1382.  
  1383.     (5)   A mechanism to explicitly describe group hierarchies has been
  1384.           added.
  1385.  
  1386.     (6)   A mechanism to count specific sorts of errors has been added.
  1387.  
  1388.     (7)   A field for the ID of the oldest message in a group's queue
  1389.           has been added.
  1390.  
  1391.     (8)   Per-MTA and per-group message loop counters have been added.
  1392.  
  1393.     (9)   A new table has been added to keep track of any errors an MTA
  1394.           encounters.
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. Freed & Kille               Standards Track                    [Page 25]
  1403.  
  1404. RFC 2249                  Mail Monitoring MIB               January 1998
  1405.  
  1406.  
  1407. 8.  Acknowledgements
  1408.  
  1409.    This document is a work product of the Mail and Directory Management
  1410.    (MADMAN) Working Group of the IETF. It is based on an earlier MIB
  1411.    designed by S. Kille, T. Lenggenhager, D. Partain, and W. Yeong. The
  1412.    Electronic Mail Association's TSC committee was instrumental in
  1413.    providing feedback on and suggesting enhancements to RFC 1566 [11]
  1414.    that have led to the present document.
  1415.  
  1416. 9.  References
  1417.  
  1418.    [1]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and
  1419.         S. Waldbusser, "Structure of Management Information for Version
  1420.         2 of the Simple Network Management Protocol (SNMPv2)", RFC 1902,
  1421.         January 1996.
  1422.  
  1423.    [2]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and
  1424.         S. Waldbusser, "Textual Conventions for Version 2 of the Simple
  1425.         Network Management Protocol (SNMPv2)", RFC 1903, January 1996.
  1426.  
  1427.    [3]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and
  1428.         S. Waldbusser, "Conformance Statements for Version 2 of the
  1429.         Simple Network Management Protocol (SNMPv2)", RFC 1904, January
  1430.         1996.
  1431.  
  1432.    [4]  SNMPv2 Working Grou, Case, J., McCloghrie, K., Rose, M., and
  1433.         S. Waldbusser, "Protocol Operations for Version 2 of the Simple
  1434.         Network Management Protocol (SNMPv2)", RFC 1905, January 1996.
  1435.  
  1436.    [5]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and
  1437.         S. Waldbusser, "Transport Mappings for Version 2 of the Simple
  1438.         Network Management Protocol (SNMPv2)", RFC 1906, January 1996.
  1439.  
  1440.    [6]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and
  1441.         S. Waldbusser, "Management Information Base for Version 2 of the
  1442.         Simple Network Management Protocol (SNMPv2)", RFC 1907, January
  1443.         1996.
  1444.  
  1445.    [7]  SNMPv2 Working Group, Case, J., McCloghrie, K., Rose, M., and
  1446.         S. Waldbusser, "Coexistence between Version 1 and Version 2 of
  1447.         the Internet-standard Network Management Framework", RFC 1908,
  1448.         January 1996.
  1449.  
  1450.    [8]  Freed, N., and S. Kille, "The Network Services Monitoring MIB",
  1451.         RFC 2248, January 1998.
  1452.  
  1453.    [9]  Kille, S., "A String Representation of Distinguished Names", RFC
  1454.         1779, March 1995.
  1455.  
  1456.  
  1457.  
  1458. Freed & Kille               Standards Track                    [Page 26]
  1459.  
  1460. RFC 2249                  Mail Monitoring MIB               January 1998
  1461.  
  1462.  
  1463.    [10] Berners-Lee, T., Masinter, L. and M. McCahill, Uniform Resource
  1464.         Locators (URL)", RFC 1738, December 1994.
  1465.  
  1466.    [11] Freed, N. and S. Kille, "Mail Monitoring MIB", RFC 1566, January
  1467.         1994.
  1468.  
  1469.    [12] Kille, S., "Mapping between X.400(1988) / ISO 10021 and RFC
  1470.         822", RFC 1327, May 1992.
  1471.  
  1472.    [13] Crocker, D., "Standard for the Format of ARPA Internet Text
  1473.         Message", RFC 822, August 1982.
  1474.  
  1475.    [14] Vaudreuil, G., "Enhanced Mail System Status Codes", RFC 1893,
  1476.         January 1996.
  1477.  
  1478. 10.  Security Considerations
  1479.  
  1480.    This MIB does not offer write access, and as such cannot be used to
  1481.    actively attack a system. However, this MIB does provide passive
  1482.    information about the existance, type, and configuration of
  1483.    applications on a given host that could potentially indicate some
  1484.    sort of vulnerability. Finally, the information MIB provides about
  1485.    network usage could be used to analyze network traffic patterns.
  1486.  
  1487. 11.  Author and Chair Addresses
  1488.  
  1489.    Ned Freed
  1490.    Innosoft International, Inc.
  1491.    1050 Lakes Drive
  1492.    West Covina, CA 91790
  1493.    USA
  1494.  
  1495.    Phone: +1 626 919 3600
  1496.    Fax: +1 626 919 3614
  1497.    EMail: ned.freed@innosoft.com
  1498.  
  1499.  
  1500.    Steve Kille, MADMAN WG Chair
  1501.    ISODE Consortium
  1502.    The Dome, The Square
  1503.    Richmond TW9 1DT
  1504.    UK
  1505.  
  1506.    Phone: +44 181 332 9091
  1507.    EMail: S.Kille@isode.com
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514. Freed & Kille               Standards Track                    [Page 27]
  1515.  
  1516. RFC 2249                  Mail Monitoring MIB               January 1998
  1517.  
  1518.  
  1519. 12.  Full Copyright Statement
  1520.  
  1521.    Copyright (C) The Internet Society (1998). All Rights Reserved.
  1522.  
  1523.    This document and translations of it may be copied and furnished  to
  1524.    others, and derivative works that comment on or otherwise  explain it
  1525.    or assist in its implementation may be prepared, copied,  published
  1526.    and distributed, in whole or in part, without  restriction of any
  1527.    kind, provided that the above copyright notice  and this paragraph
  1528.    are included on all such copies and derivative  works.  However, this
  1529.    document itself may not be modified in any  way, such as by removing
  1530.    the copyright notice or references to the  Internet Society or other
  1531.    Internet organizations, except as needed for the purpose of
  1532.    developing Internet standards in which case the  procedures for
  1533.    copyrights defined in the Internet Standards  process must be
  1534.    followed, or as required to translate it into languages other than
  1535.    English.
  1536.  
  1537.    The limited permissions granted above are perpetual and will not be
  1538.    revoked by the Internet Society or its successors or assigns.
  1539.  
  1540.    This document and the information contained herein is provided on  an
  1541.    "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET  ENGINEERING
  1542.    TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR  IMPLIED, INCLUDING
  1543.    BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF  THE INFORMATION
  1544.    HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  1545.    MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  1546.    RPO
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570. Freed & Kille               Standards Track                    [Page 28]
  1571.  
  1572.