home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc1515 < prev    next >
Text File  |  1993-09-10  |  53KB  |  1,403 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                        D. McMaster
  8. Request for Comments: 1515                SynOptics Communications, Inc.
  9.                                                            K. McCloghrie
  10.                                                 Hughes LAN Systems, Inc.
  11.                                                               S. Roberts
  12.                                                 Farallon Computing, Inc.
  13.                                                           September 1993
  14.  
  15.  
  16.                      Definitions of Managed Objects
  17.              for IEEE 802.3 Medium Attachment Units (MAUs)
  18.  
  19. Status of this Memo
  20.  
  21.    This RFC specifies an Internet standards track protocol for the
  22.    Internet community, and requests discussion and suggestions for
  23.    improvements.  Please refer to the current edition of the "Internet
  24.    Official Protocol Standards" for the standardization state and status
  25.    of this protocol.  Distribution of this memo is unlimited.
  26.  
  27. Abstract
  28.  
  29.    This document defines a portion of the Management Information Base
  30.    (MIB) for use with network management protocols in TCP/IP-based
  31.    internets.  In particular, it defines objects for managing IEEE 802.3
  32.    Medium Attachment Units (MAUs).
  33.  
  34. Table of Contents
  35.  
  36.    1. The Network Management Framework ......................    2
  37.    2. Objects ...............................................    2
  38.    3. Overview ..............................................    2
  39.    3.1 Terminology ..........................................    3
  40.    3.2 Structure of MIB .....................................    3
  41.    3.2.1 The Repeater MAU Basic Group Definitions ...........    3
  42.    3.2.2 The Interface MAU Basic Group Definitions ..........    3
  43.    3.2.3 The Broadband MAU Basic Group Definitions ..........    3
  44.    3.3 Relationship to Other MIBs ...........................    3
  45.    3.3.1 Relationship to the 'system' group .................    3
  46.    3.3.2 Relationship to the 'interfaces' group .............    4
  47.    3.3.3 Relationship to the 802.3 Repeater MIB .............    4
  48.    3.4 Management of Internal MAUs ..........................    4
  49.    4. Definitions ...........................................    5
  50.    4.1 Groups in the Repeater MAU MIB .......................    5
  51.    4.1.1 The Repeater MAU Basic Group Definitions ...........    6
  52.    4.1.2 The Interface MAU Basic Group Definitions ..........   12
  53.    4.1.3 The Broadband MAU Basic Group Definitions ..........   18
  54.    4.2 Traps for use by 802.3 MAUs ..........................   20
  55.  
  56.  
  57.  
  58. McMaster, McCloghrie & Roberts                                  [Page 1]
  59.  
  60. RFC 1515                     802.3 MAU MIB                September 1993
  61.  
  62.  
  63.    5. Acknowledgments .......................................   21
  64.    6. References ............................................   23
  65.    7. Security Considerations ...............................   24
  66.    8. Authors' Addresses ....................................   25
  67.  
  68. 1.  The Network Management Framework
  69.  
  70.    The Internet-standard Network Management Framework consists of three
  71.    components.  They are:
  72.  
  73.       STD 16, RFC 1155 [1] which defines the SMI, the mechanisms used
  74.       for describing and naming objects for the purpose of management.
  75.       STD 16, RFC 1212 [7] defines a more concise description mechanism,
  76.       which is wholly consistent with the SMI.
  77.  
  78.       STD 17, RFC 1213 [4] which defines MIB-II, the core set of managed
  79.       objects for the Internet suite of protocols.
  80.  
  81.       STD 15, RFC 1157 [3] which defines the SNMP, the protocol used for
  82.       network access to managed objects.
  83.  
  84.    The Framework permits new objects to be defined for the purpose of
  85.    experimentation and evaluation.
  86.  
  87. 2.  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 object type is named
  93.    by an OBJECT IDENTIFIER, an administratively assigned name.  The
  94.    object type together with an object instance serves to uniquely
  95.    identify a specific instantiation of the object.  For human
  96.    convenience, we often use a textual string, termed the descriptor, to
  97.    refer to the object type.
  98.  
  99. 3.  Overview
  100.  
  101.    Instances of the object types defined in this document represent
  102.    attributes of an IEEE 802.3 MAU.  Several types of MAUs are defined
  103.    in the IEEE 802.3/ISO 8802-3 CSMA/CD standard [9].
  104.  
  105.    These MAUs may be connected to IEEE 802.3 repeaters or to 802.3
  106.    (Ethernet-like) interfaces.  For convenience this document refers to
  107.    these devices as "repeater MAUs" and "interface MAUs."
  108.  
  109.    The definitions presented here are based on Draft 5 of Section 20 of
  110.    IEEE P802.3p, "Layer Management for 10 Mb/s Medium Attachment Units
  111.  
  112.  
  113.  
  114. McMaster, McCloghrie & Roberts                                  [Page 2]
  115.  
  116. RFC 1515                     802.3 MAU MIB                September 1993
  117.  
  118.  
  119.    (MAUs), Section 20" [10] dated 11 July 1992.
  120.  
  121. 3.1.  Terminology
  122.  
  123.    Refer to Section 3.1.2 of [13] for simple definitions of the terms
  124.    "repeater," "port," and "MAU" as used in the context of this
  125.    document.  For a more complete and precise definition of these terms,
  126.    refer to Section 9 of [9].
  127.  
  128. 3.2.  Structure of MIB
  129.  
  130.    Objects in this MIB are arranged into MIB groups.  Each MIB group is
  131.    organized as a set of related objects.
  132.  
  133. 3.2.1.  The Repeater MAU Basic Group Definitions
  134.  
  135.    This group contains all repeater MAU-related configuration, status,
  136.    and control objects.  Implementation of the dot3RpMauBasicGroup is
  137.    mandatory for MAUs attached to repeaters.
  138.  
  139. 3.2.2.  The Interface MAU Basic Group Definitions
  140.  
  141.    This group contains all interface MAU-related configuration, status,
  142.    and control objects.  Implementation of the dot3IfMauBasicGroup is
  143.    mandatory for MAUs attached to interfaces.
  144.  
  145. 3.2.3.  The Broadband MAU Basic Group Definitions
  146.  
  147.    This group contains all broadband-specific MAU-related configuration
  148.    objects.  Implementation of the dot3BroadMauBasicGroup is mandatory
  149.    for 10BROAD36 MAUs, and is not appropriate for other types of MAUs.
  150.  
  151. 3.3.  Relationship to Other MIBs
  152.  
  153.    It is assumed that an agent implementing this MIB will also implement
  154.    (at least) the 'system' group defined in MIB-II [4].  The following
  155.    sections identify other MIBs that such an agent should implement.
  156.  
  157. 3.3.1.  Relationship to the 'system' group
  158.  
  159.    In MIB-II, the 'system' group is defined as being mandatory for all
  160.    systems such that each managed entity contains one instance of each
  161.    object in the 'system' group.  Thus, those objects apply to the
  162.    entity even if the entity's sole functionality is management of a
  163.    MAU.
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. McMaster, McCloghrie & Roberts                                  [Page 3]
  171.  
  172. RFC 1515                     802.3 MAU MIB                September 1993
  173.  
  174.  
  175. 3.3.2.  Relationship to the 'interfaces' group
  176.  
  177.    The sections of this document that define interface MAU-related
  178.    objects specify an extension to the 'interfaces' group of MIB-II [4].
  179.    An agent implementing these interface-MAU related objects must also
  180.    implement the 'interfaces' group of MIB-II.  The value of the same as
  181.    the value of 'ifIndex' used to instantiate the interface to which the
  182.    given MAU is connected.
  183.  
  184.    It is expected that an agent implementing the interface-MAU related
  185.    objects in this MIB will also implement the Ethernet-like Interfaces
  186.    MIB [11].
  187.  
  188.    (Note that repeater ports are not represented as interfaces in the
  189.    sense of MIB-II's 'interfaces' group.  See section 3.4.2 of the
  190.    repeater MIB [12] for more details.)
  191.  
  192. 3.3.3.  Relationship to the 802.3 Repeater MIB
  193.  
  194.    The section of this document that defines repeater MAU-related
  195.    objects specifies an extension to the 802.3 Repeater MIB defined in
  196.    [13].  An agent implementing these repeater-MAU related objects must
  197.    also implement the 802.3 Repeater MIB.
  198.  
  199.    The values of 'rpMauGroupIndex' and 'rpMauPortIndex' used to
  200.    instantiate a repeater MAU variable shall be the same as the values
  201.    of 'rptrPortGroupIndex' and 'rptrPortIndex' used to instantiate the
  202.    port to which the given MAU is connected.
  203.  
  204. 3.4.  Management of Internal MAUs
  205.  
  206.    In some situations, a MAU can be "internal" -- i.e., its
  207.    functionality is implemented entirely within a device.  For example,
  208.    a managed repeater may contain an internal repeater- MAU and/or an
  209.    internal interface-MAU through which management communications
  210.    originating on one of the repeater's external ports pass in order to
  211.    reach the management agent associated with the repeater.  Such
  212.    internal MAUs may or may not be managed.  If they are managed,
  213.    objects describing their attributes should appear in the appropriate
  214.    MIB group -- dot3RpMauBasicGroup for internal repeater-MAUs and
  215.    dot3IfMauBasicGroup for internal interface-MAUs.
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. McMaster, McCloghrie & Roberts                                  [Page 4]
  227.  
  228. RFC 1515                     802.3 MAU MIB                September 1993
  229.  
  230.  
  231. 4.  Definitions
  232.  
  233.         MAU-MIB DEFINITIONS ::= BEGIN
  234.  
  235.  
  236.         IMPORTS
  237.             Counter                             FROM RFC1155-SMI
  238.             OBJECT-TYPE                         FROM RFC-1212
  239.             TRAP-TYPE                           FROM RFC-1215;
  240.  
  241.  
  242.         snmpDot3MauMgt OBJECT IDENTIFIER ::= { mib-2 26 }
  243.  
  244.  
  245.         --                      References
  246.         --
  247.         -- The following references are used throughout this MIB:
  248.         --
  249.         -- [RFC 1213]
  250.         --    refers to McCloghrie, K., and M. Rose, Editors,
  251.         --    Management Information Base for Network Management
  252.         --    of TCP/IP-based internets: MIB-II, STD 17, RFC 1213,
  253.         --    Hughes LAN Systems, Performance Systems International,
  254.         --    March 1991.
  255.         --
  256.         -- [RFC 1368]
  257.         --    refers to McMaster, D.,  and K. McCloghrie, Editors,
  258.         --    Definitions of Managed Objects for IEEE 802.3 Repeater
  259.         --    Devices, RFC 1368, SynOptics Communications, Hughes
  260.         --    LAN Systems, October 1992.
  261.         --
  262.         -- [IEEE 802.3 MAU Mgt]
  263.         --    refers to IEEE P802.3p, 'Layer Management for 10 Mb/s
  264.         --    Medium Access Unit (MAUs), Section 20,' Draft Supplement
  265.         --    to ANSI/IEEE 802.3, Draft 5, 11 July 1992.
  266.  
  267.  
  268.         --                      MIB Groups
  269.         --
  270.         --   The dot3RpMauBasicGroup is mandatory for MAUs attached to
  271.         --     repeaters.
  272.         --   The dot3IfMauBasicGroup is mandatory for MAUs attached to
  273.         --     DTEs (interfaces).
  274.         --   The dot3BroadMauBasicGroup is mandatory for broadband MAUs
  275.         --     attached to DTEs.
  276.  
  277.  
  278.         dot3RpMauBasicGroup
  279.  
  280.  
  281.  
  282. McMaster, McCloghrie & Roberts                                  [Page 5]
  283.  
  284. RFC 1515                     802.3 MAU MIB                September 1993
  285.  
  286.  
  287.             OBJECT IDENTIFIER ::= { snmpDot3MauMgt 1 }
  288.         dot3IfMauBasicGroup
  289.             OBJECT IDENTIFIER ::= { snmpDot3MauMgt 2 }
  290.         dot3BroadMauBasicGroup
  291.             OBJECT IDENTIFIER ::= { snmpDot3MauMgt 3 }
  292.  
  293.  
  294.         -- object identifiers for MAU types
  295.         --  (see rpMauType and ifMauType for usage)
  296.         dot3MauType
  297.             OBJECT IDENTIFIER ::= { snmpDot3MauMgt 4 }
  298.         dot3MauTypeAUI        -- no internal MAU, view from AUI
  299.             OBJECT IDENTIFIER ::= { dot3MauType 1 }
  300.         dot3MauType10Base5    -- thick coax MAU (per 802.3 section 8)
  301.             OBJECT IDENTIFIER ::= { dot3MauType 2 }
  302.         dot3MauTypeFoirl      -- FOIRL MAU (per 802.3 section 9.9)
  303.             OBJECT IDENTIFIER ::= { dot3MauType 3 }
  304.         dot3MauType10Base2    -- thin coax MAU (per 802.3 section 10)
  305.             OBJECT IDENTIFIER ::= { dot3MauType 4 }
  306.         dot3MauType10BaseT    -- UTP MAU (per 802.3 section 14)
  307.             OBJECT IDENTIFIER ::= { dot3MauType 5 }
  308.         dot3MauType10BaseFP   -- passive fiber MAU (per 802.3 section 16)
  309.             OBJECT IDENTIFIER ::= { dot3MauType 6 }
  310.         dot3MauType10BaseFB   -- sync fiber MAU (per 802.3 section 17)
  311.             OBJECT IDENTIFIER ::= { dot3MauType 7 }
  312.         dot3MauType10BaseFL   -- async fiber MAU (per 802.3 section 18)
  313.             OBJECT IDENTIFIER ::= { dot3MauType 8 }
  314.         dot3MauType10Broad36  -- broadband DTE MAU (per 802.3 section 11)
  315.             -- note that 10BROAD36 MAUs can be attached to interfaces but
  316.             -- not to repeaters
  317.             OBJECT IDENTIFIER ::= { dot3MauType 9 }
  318.  
  319.  
  320.         --
  321.         --                    The Repeater MAU Basic Group
  322.         --
  323.         -- Implementation of the Repeater MAU Basic Group is mandatory
  324.         -- for MAUs attached to repeaters.
  325.  
  326.         --
  327.         -- The Basic Repeater MAU Table
  328.         --
  329.  
  330.         rpMauTable OBJECT-TYPE
  331.             SYNTAX    SEQUENCE OF RpMauEntry
  332.             ACCESS    not-accessible
  333.             STATUS    mandatory
  334.             DESCRIPTION
  335.  
  336.  
  337.  
  338. McMaster, McCloghrie & Roberts                                  [Page 6]
  339.  
  340. RFC 1515                     802.3 MAU MIB                September 1993
  341.  
  342.  
  343.                     "Table of descriptive and status information about
  344.                     the MAU(s) attached to the ports of a repeater."
  345.             ::= { dot3RpMauBasicGroup 1 }
  346.  
  347.         rpMauEntry OBJECT-TYPE
  348.             SYNTAX    RpMauEntry
  349.             ACCESS    not-accessible
  350.             STATUS    mandatory
  351.             DESCRIPTION
  352.                     "An entry in the table, containing information
  353.                     about a single MAU."
  354.             INDEX    { rpMauGroupIndex, rpMauPortIndex, rpMauIndex }
  355.             ::= { rpMauTable 1 }
  356.  
  357.         RpMauEntry ::=
  358.             SEQUENCE {
  359.                 rpMauGroupIndex
  360.                     INTEGER,
  361.                 rpMauPortIndex
  362.                     INTEGER,
  363.                 rpMauIndex
  364.                     INTEGER,
  365.                 rpMauType
  366.                     OBJECT IDENTIFIER,
  367.                 rpMauStatus
  368.                     INTEGER,
  369.                 rpMauMediaAvailable
  370.                     INTEGER,
  371.                 rpMauMediaAvailableStateExits
  372.                     Counter,
  373.                 rpMauJabberState
  374.                     INTEGER,
  375.                 rpMauJabberingStateEnters
  376.                     Counter
  377.             }
  378.  
  379.         rpMauGroupIndex OBJECT-TYPE
  380.             SYNTAX    INTEGER (1..1024)
  381.             ACCESS    read-only
  382.             STATUS    mandatory
  383.             DESCRIPTION
  384.                     "This variable uniquely identifies the repeater
  385.                     group containing the port to which the MAU
  386.                     described by this entry is connected."
  387.             REFERENCE
  388.                     "Reference RFC1368, rptrGroupIndex."
  389.             ::= { rpMauEntry 1 }
  390.  
  391.  
  392.  
  393.  
  394. McMaster, McCloghrie & Roberts                                  [Page 7]
  395.  
  396. RFC 1515                     802.3 MAU MIB                September 1993
  397.  
  398.  
  399.         rpMauPortIndex OBJECT-TYPE
  400.             SYNTAX    INTEGER (1..1024)
  401.             ACCESS    read-only
  402.             STATUS    mandatory
  403.             DESCRIPTION
  404.                     "This variable uniquely identifies the repeater
  405.                     port within group rpMauGroupIndex to which the MAU
  406.                     described by this entry is connected."
  407.             REFERENCE
  408.                     "Reference RFC 1368, rptrPortIndex."
  409.             ::= { rpMauEntry 2 }
  410.  
  411.         rpMauIndex OBJECT-TYPE
  412.             SYNTAX    INTEGER (1..9)
  413.             ACCESS    read-only
  414.             STATUS    mandatory
  415.             DESCRIPTION
  416.                     "This variable uniquely identifies the MAU
  417.                     connected to port rpMauPortIndex within group
  418.                     rpMauGroupIndex that is described by this entry."
  419.             REFERENCE
  420.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  421.             ::= { rpMauEntry 3 }
  422.  
  423.         rpMauType OBJECT-TYPE
  424.             SYNTAX    OBJECT IDENTIFIER
  425.             ACCESS    read-only
  426.             STATUS    mandatory
  427.             DESCRIPTION
  428.                     "This object identifies the 10 Mb/s baseband MAU
  429.                     type.  An initial set of MAU types are defined
  430.                     above.  The assignment of OBJECT IDENTIFIERs to
  431.                     new types of MAUs is managed by the IANA.  If the
  432.                     MAU type is unknown, the object identifier
  433.  
  434.                         unknownMauType OBJECT IDENTIFIER ::= { 0 0 }
  435.  
  436.                     is returned.  Note that unknownMauType is a
  437.                     syntactically valid object identifier, and any
  438.                     conformant implementation of ASN.1 and the BER
  439.                     must be able to generate and recognize this
  440.                     value."
  441.             REFERENCE
  442.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  443.                     aMAUType."
  444.             ::= { rpMauEntry 4 }
  445.  
  446.         rpMauStatus OBJECT-TYPE
  447.  
  448.  
  449.  
  450. McMaster, McCloghrie & Roberts                                  [Page 8]
  451.  
  452. RFC 1515                     802.3 MAU MIB                September 1993
  453.  
  454.  
  455.             SYNTAX    INTEGER {
  456.                           other(1),
  457.                           unknown(2),
  458.                           operational(3),
  459.                           standby(4),
  460.                           shutdown(5),
  461.                           reset(6)
  462.                       }
  463.             ACCESS    read-write
  464.             STATUS    mandatory
  465.             DESCRIPTION
  466.                     "The current state of the MAU.  This object may be
  467.                     implemented as a read-only object by those agents
  468.                     and MAUs that do not implement software control of
  469.                     the MAU state.  Some agents may not support
  470.                     setting the value of this object to some of the
  471.                     enumerated values.
  472.  
  473.                     The value other(1) is returned if the MAU is in a
  474.                     state other than one of the states 2 through 6.
  475.  
  476.                     The value unknown(2) is returned when the MAU's
  477.                     true state is unknown; for example, when it is
  478.                     being initialized.
  479.  
  480.                     A MAU in the operational(3) state is fully
  481.                     functional, operates, and passes signals to its
  482.                     attached DTE or repeater port in accordance to its
  483.                     specification.
  484.  
  485.                     A MAU in standby(4) state forces DI and CI and the
  486.                     media transmitter to idle.  Standby(4) mode only
  487.                     applies to link type MAUs.  The state of
  488.                     rpMauMediaAvailable is unaffected.
  489.  
  490.                     A MAU in shutdown(5) state assumes the same
  491.                     condition on DI, CI, and the media transmitter as
  492.                     though it were powered down.  The MAU may return
  493.                     other(1) value for the mauJabber and
  494.                     rpMauMediaAvailable objects when it is in this
  495.                     state.  For an AUI, this state will remove power
  496.                     from the AUI.
  497.  
  498.                     Setting this variable to the value reset(6) resets
  499.                     the MAU in the same manner as a power-off, power-
  500.                     on cycle of at least one-half second would.  The
  501.                     agent is not required to return the value reset
  502.                     (6).
  503.  
  504.  
  505.  
  506. McMaster, McCloghrie & Roberts                                  [Page 9]
  507.  
  508. RFC 1515                     802.3 MAU MIB                September 1993
  509.  
  510.  
  511.                     Setting this variable to the value operational(3),
  512.                     standby(4), or shutdown(5) causes the MAU to
  513.                     assume the respective state except that setting a
  514.                     mixing-type MAU or an AUI to standby(4) will cause
  515.                     the MAU to enter the shutdown state."
  516.                 REFERENCE
  517.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  518.                     aMAUAdminState, and 20.2.3.3, acMAUAdminControl
  519.                     and acResetMAUAction."
  520.             ::= { rpMauEntry 5 }
  521.  
  522.         rpMauMediaAvailable OBJECT-TYPE
  523.             SYNTAX    INTEGER {
  524.                           other(1),
  525.                           unknown(2),
  526.                           available(3),
  527.                           notAvailable(4),
  528.                           remoteFault(5),
  529.                           invalidSignal(6)
  530.                       }
  531.             ACCESS    read-only
  532.             STATUS    mandatory
  533.             DESCRIPTION
  534.                     "If the MAU is a link or fiber type (FOIRL,
  535.                     10BASE-T, 10BASE-F) then this is equivalent to the
  536.                     link test fail state/low light function.  For an
  537.                     AUI or a coax (including broadband) MAU this
  538.                     indicates whether or not loopback is detected on
  539.                     the DI circuit.  The value of this attribute
  540.                     persists between packets for MAU types AUI,
  541.                     10BASE5, 10BASE2, 10BROAD36, and 10BASE-FP.
  542.  
  543.                     The value other(1) is returned if the
  544.                     mediaAvailable state is not one of 2 through 6.
  545.  
  546.                     The value unknown(2) is returned when the MAU's
  547.                     true state is unknown; for example, when it is
  548.                     being initialized.  At power-up or following a
  549.                     reset, the value of this attribute will be unknown
  550.                     for AUI, coax, and 10BASE-FP MAUs.  For these MAUs
  551.                     loopback will be tested on each transmission
  552.                     during which no collision is detected.  If DI is
  553.                     receiving input when DO returns to IDL after a
  554.                     transmission and there has been no collision
  555.                     during the transmission then loopback will be
  556.                     detected.  The value of this attribute will only
  557.                     change during non-collided transmissions for AUI,
  558.                     coax, and 10BASE-FP MAUs.
  559.  
  560.  
  561.  
  562. McMaster, McCloghrie & Roberts                                 [Page 10]
  563.  
  564. RFC 1515                     802.3 MAU MIB                September 1993
  565.  
  566.  
  567.                     The value available(3) indicates that the link,
  568.                     light, or loopback is normal.  The value
  569.                     notAvailable(4) indicates link loss, low light, or
  570.                     no loopback.
  571.  
  572.                     The value remoteFault(5) indicates that a fault
  573.                     has been detected at the remote end of the link.
  574.                     The value invalidSignal(6) indicates that an
  575.                     invalid signal has been received from the other
  576.                     end of the link.  Both remoteFault(5) and
  577.                     invalidSignal(6) apply only to MAUs of type
  578.                     10BASE-FB."
  579.             REFERENCE
  580.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  581.                     aMediaAvailable."
  582.             ::= { rpMauEntry 6 }
  583.  
  584.         rpMauMediaAvailableStateExits OBJECT-TYPE
  585.             SYNTAX    Counter
  586.             ACCESS    read-only
  587.             STATUS    mandatory
  588.             DESCRIPTION
  589.                     "A count of the number of times that
  590.                     rpMauMediaAvailable for this MAU instance leaves
  591.                     the state available(3)."
  592.             REFERENCE
  593.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  594.                     lostMediaCount."
  595.             ::= { rpMauEntry 7 }
  596.  
  597.         rpMauJabberState OBJECT-TYPE
  598.             SYNTAX    INTEGER {
  599.                           other(1),
  600.                           unknown(2),
  601.                           noJabber(3),
  602.                           jabbering(4)
  603.                       }
  604.             ACCESS    read-only
  605.             STATUS    mandatory
  606.             DESCRIPTION
  607.                     "The value other(1) is returned if the jabber
  608.                     state is not 2, 3, or 4.  The agent must always
  609.                     return other(1) for MAU type dot3MauTypeAUI.
  610.  
  611.                     The value unknown(2) is returned when the MAU's
  612.                     true state is unknown; for example, when it is
  613.                     being initialized.
  614.  
  615.  
  616.  
  617.  
  618. McMaster, McCloghrie & Roberts                                 [Page 11]
  619.  
  620. RFC 1515                     802.3 MAU MIB                September 1993
  621.  
  622.  
  623.                     If the MAU is not jabbering the agent returns
  624.                     noJabber(3).  This is the 'normal' state.
  625.  
  626.                     If the MAU is in jabber state the agent returns
  627.                     the jabbering(4) value."
  628.             REFERENCE
  629.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  630.                     aJabber.jabberFlag."
  631.             ::= { rpMauEntry 8 }
  632.  
  633.         rpMauJabberingStateEnters OBJECT-TYPE
  634.             SYNTAX    Counter
  635.             ACCESS    read-only
  636.             STATUS    mandatory
  637.             DESCRIPTION
  638.                     "A count of the number of times that
  639.                     rpMauJabberState for this MAU instance enters the
  640.                     state jabbering(4).  For a MAU of type
  641.                     dot3MauTypeAUI, this counter will always indicate
  642.                     zero."
  643.             REFERENCE
  644.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  645.                     aJabber.jabberCounter."
  646.             ::= { rpMauEntry 9 }
  647.  
  648.  
  649.         --
  650.         --                    The Interface MAU Basic Group
  651.         --
  652.         -- Implementation of the Interface MAU Basic Group is mandatory
  653.         -- for MAUs attached to DTEs (interfaces).
  654.  
  655.         --
  656.         -- The Basic Interface MAU Table
  657.         --
  658.  
  659.         ifMauTable OBJECT-TYPE
  660.             SYNTAX    SEQUENCE OF IfMauEntry
  661.             ACCESS    not-accessible
  662.             STATUS    mandatory
  663.             DESCRIPTION
  664.                     "Table of descriptive and status information about
  665.                     the MAU(s) attached to an interface."
  666.             ::= { dot3IfMauBasicGroup 1 }
  667.  
  668.         ifMauEntry OBJECT-TYPE
  669.             SYNTAX    IfMauEntry
  670.             ACCESS    not-accessible
  671.  
  672.  
  673.  
  674. McMaster, McCloghrie & Roberts                                 [Page 12]
  675.  
  676. RFC 1515                     802.3 MAU MIB                September 1993
  677.  
  678.  
  679.             STATUS    mandatory
  680.             DESCRIPTION
  681.                     "An entry in the table, containing information
  682.                     about a single MAU."
  683.             INDEX    { ifMauIfIndex, ifMauIndex }
  684.             ::= { ifMauTable 1 }
  685.  
  686.         IfMauEntry ::=
  687.             SEQUENCE {
  688.                 ifMauIfIndex
  689.                     INTEGER,
  690.                 ifMauIndex
  691.                     INTEGER,
  692.                 ifMauType
  693.                     OBJECT IDENTIFIER,
  694.                 ifMauStatus
  695.                     INTEGER,
  696.                 ifMauMediaAvailable
  697.                     INTEGER,
  698.                 ifMauMediaAvailableStateExits
  699.                     Counter,
  700.                 ifMauJabberState
  701.                     INTEGER,
  702.                 ifMauJabberingStateEnters
  703.                     Counter
  704.             }
  705.  
  706.         ifMauIfIndex OBJECT-TYPE
  707.             SYNTAX    INTEGER
  708.             ACCESS    read-only
  709.             STATUS    mandatory
  710.             DESCRIPTION
  711.                     "This variable uniquely identifies the interface
  712.                     to which the MAU described by this entry is
  713.                     connected."
  714.             REFERENCE
  715.                     "Reference RFC 1213, ifIndex."
  716.             ::= { ifMauEntry 1 }
  717.  
  718.         ifMauIndex OBJECT-TYPE
  719.             SYNTAX    INTEGER (1..9)
  720.             ACCESS    read-only
  721.             STATUS    mandatory
  722.             DESCRIPTION
  723.                     "This variable uniquely identifies the MAU
  724.                     connected to interface ifMauIfIndex that is
  725.                     described by this entry."
  726.             REFERENCE
  727.  
  728.  
  729.  
  730. McMaster, McCloghrie & Roberts                                 [Page 13]
  731.  
  732. RFC 1515                     802.3 MAU MIB                September 1993
  733.  
  734.  
  735.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  736.             ::= { ifMauEntry 2 }
  737.  
  738.         ifMauType OBJECT-TYPE
  739.             SYNTAX    OBJECT IDENTIFIER
  740.             ACCESS    read-only
  741.             STATUS    mandatory
  742.             DESCRIPTION
  743.                     "This object identifies the 10 Mb/s baseband or
  744.                     broadband MAU type.  An initial set of MAU types
  745.                     are defined above.  The assignment of OBJECT
  746.                     IDENTIFIERs to new types of MAUs is managed by the
  747.                     IANA.  If the MAU type is unknown, the object
  748.                     identifier
  749.  
  750.                         unknownMauType OBJECT IDENTIFIER ::= { 0 0 }
  751.  
  752.                     is returned.  Note that unknownMauType is a
  753.                     syntactically valid object identifier, and any
  754.                     conformant implementation of ASN.1 and the BER
  755.                     must be able to generate and recognize this
  756.                     value."
  757.             REFERENCE
  758.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  759.                     aMAUType."
  760.             ::= { ifMauEntry 3 }
  761.  
  762.         ifMauStatus OBJECT-TYPE
  763.             SYNTAX    INTEGER {
  764.                           other(1),
  765.                           unknown(2),
  766.                           operational(3),
  767.                           standby(4),
  768.                           shutdown(5),
  769.                           reset(6)
  770.                       }
  771.             ACCESS    read-write
  772.             STATUS    mandatory
  773.             DESCRIPTION
  774.                     "The current state of the MAU.  This object may be
  775.                     implemented as a read-only object by those agents
  776.                     and MAUs that do not implement software control of
  777.                     the MAU state.  Some agents may not support
  778.                     setting the value of this object to some of the
  779.                     enumerated values.
  780.  
  781.                     The value other(1) is returned if the MAU is in a
  782.                     state other than one of the states 2 through 6.
  783.  
  784.  
  785.  
  786. McMaster, McCloghrie & Roberts                                 [Page 14]
  787.  
  788. RFC 1515                     802.3 MAU MIB                September 1993
  789.  
  790.  
  791.                     The value unknown(2) is returned when the MAU's
  792.                     true state is unknown; for example, when it is
  793.                     being initialized.
  794.  
  795.                     A MAU in the operational(3) state is fully
  796.                     functional, operates, and passes signals to its
  797.                     attached DTE or repeater port in accordance to its
  798.                     specification.
  799.  
  800.                     A MAU in standby(4) state forces DI and CI and the
  801.                     media transmitter to idle.  Standby(4) mode only
  802.                     applies to link type MAUs.  The state of
  803.                     ifMauMediaAvailable is unaffected.
  804.  
  805.                     A MAU in shutdown(5) state assumes the same
  806.                     condition on DI, CI, and the media transmitter as
  807.                     though it were powered down.  The MAU may return
  808.                     other(1) value for the mauJabber and
  809.                     ifMauMediaAvailable objects when it is in this
  810.                     state.  For an AUI, this state will remove power
  811.                     from the AUI.
  812.  
  813.                     Setting this variable to the value reset(6) resets
  814.                     the MAU in the same manner as a power-off, power-
  815.                     on cycle of at least one-half second would.  The
  816.                     agent is not required to return the value reset
  817.                     (6).
  818.  
  819.                     Setting this variable to the value operational(3),
  820.                     standby(4), or shutdown(5) causes the MAU to
  821.                     assume the respective state except that setting a
  822.                     mixing-type MAU or an AUI to standby(4) will cause
  823.                     the MAU to enter the shutdown state."
  824.                 REFERENCE
  825.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  826.                     aMAUAdminState, and 20.2.3.3, acMAUAdminControl
  827.                     and acResetMAUAction."
  828.             ::= { ifMauEntry 4 }
  829.  
  830.         ifMauMediaAvailable OBJECT-TYPE
  831.             SYNTAX    INTEGER {
  832.                           other(1),
  833.                           unknown(2),
  834.                           available(3),
  835.                           notAvailable(4),
  836.                           remoteFault(5),
  837.                           invalidSignal(6)
  838.                       }
  839.  
  840.  
  841.  
  842. McMaster, McCloghrie & Roberts                                 [Page 15]
  843.  
  844. RFC 1515                     802.3 MAU MIB                September 1993
  845.  
  846.  
  847.             ACCESS    read-only
  848.             STATUS    mandatory
  849.             DESCRIPTION
  850.                     "If the MAU is a link or fiber type (FOIRL,
  851.                     10BASE-T, 10BASE-F) then this is equivalent to the
  852.                     link test fail state/low light function.  For an
  853.                     AUI or a coax (including broadband) MAU this
  854.                     indicates whether or not loopback is detected on
  855.                     the DI circuit.  The value of this attribute
  856.                     persists between packets for MAU types AUI,
  857.                     10BASE5, 10BASE2, 10BROAD36, and 10BASE-FP.
  858.  
  859.                     The value other(1) is returned if the
  860.                     mediaAvailable state is not one of 2 through 6.
  861.  
  862.                     The value unknown(2) is returned when the MAU's
  863.                     true state is unknown; for example, when it is
  864.                     being initialized.  At power-up or following a
  865.                     reset, the value of this attribute will be unknown
  866.                     for AUI, coax, and 10BASE-FP MAUs.  For these MAUs
  867.                     loopback will be tested on each transmission
  868.                     during which no collision is detected.  If DI is
  869.                     receiving input when DO returns to IDL after a
  870.                     transmission and there has been no collision
  871.                     during the transmission then loopback will be
  872.                     detected.  The value of this attribute will only
  873.                     change during non-collided transmissions for AUI,
  874.                     coax, and 10BASE-FP MAUs.
  875.  
  876.                     The value available(3) indicates that the link,
  877.                     light, or loopback is normal.  The value
  878.                     notAvailable(4) indicates link loss, low light, or
  879.                     no loopback.
  880.  
  881.                     The value remoteFault(5) indicates that a fault
  882.                     has been detected at the remote end of the link.
  883.                     The value invalidSignal(6) indicates that an
  884.                     invalid signal has been received from the other
  885.                     end of the link.  Both remoteFault(5) and
  886.                     invalidSignal(6) apply only to MAUs of type
  887.                     10BASE-FB."
  888.             REFERENCE
  889.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  890.                     aMediaAvailable."
  891.             ::= { ifMauEntry 5 }
  892.  
  893.         ifMauMediaAvailableStateExits OBJECT-TYPE
  894.             SYNTAX    Counter
  895.  
  896.  
  897.  
  898. McMaster, McCloghrie & Roberts                                 [Page 16]
  899.  
  900. RFC 1515                     802.3 MAU MIB                September 1993
  901.  
  902.  
  903.             ACCESS    read-only
  904.             STATUS    mandatory
  905.             DESCRIPTION
  906.                     "A count of the number of times that
  907.                     ifMauMediaAvailable for this MAU instance leaves
  908.                     the state available(3)."
  909.             REFERENCE
  910.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  911.                     lostMediaCount."
  912.             ::= { ifMauEntry 6 }
  913.  
  914.         ifMauJabberState OBJECT-TYPE
  915.             SYNTAX    INTEGER {
  916.                           other(1),
  917.                           unknown(2),
  918.                           noJabber(3),
  919.                           jabbering(4)
  920.                       }
  921.             ACCESS    read-only
  922.             STATUS    mandatory
  923.             DESCRIPTION
  924.                     "The value other(1) is returned if the jabber
  925.                     state is not 2, 3, or 4.  The agent must always
  926.                     return other(1) for MAU type dot3MauTypeAUI.
  927.  
  928.                     The value unknown(2) is returned when the MAU's
  929.                     true state is unknown; for example, when it is
  930.                     being initialized.
  931.  
  932.                     If the MAU is not jabbering the agent returns
  933.                     noJabber(3).  This is the 'normal' state.
  934.  
  935.                     If the MAU is in jabber state the agent returns
  936.                     the jabbering(4) value."
  937.             REFERENCE
  938.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  939.                     aJabber.jabberFlag."
  940.             ::= { ifMauEntry 7 }
  941.  
  942.         ifMauJabberingStateEnters OBJECT-TYPE
  943.             SYNTAX    Counter
  944.             ACCESS    read-only
  945.             STATUS    mandatory
  946.             DESCRIPTION
  947.                     "A count of the number of times that
  948.                     ifMauJabberState for this MAU instance enters the
  949.                     state jabbering(4).  For a MAU of type
  950.                     dot3MauTypeAUI, this counter will always indicate
  951.  
  952.  
  953.  
  954. McMaster, McCloghrie & Roberts                                 [Page 17]
  955.  
  956. RFC 1515                     802.3 MAU MIB                September 1993
  957.  
  958.  
  959.                     zero."
  960.             REFERENCE
  961.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  962.                     aJabber.jabberCounter."
  963.             ::= { ifMauEntry 8 }
  964.  
  965.  
  966.         --
  967.         --                    The Broadband MAU Basic Group
  968.         --
  969.         -- Implementation of the Broadband MAU Basic Group is mandatory
  970.         -- for broadband MAUs attached to DTEs.
  971.  
  972.         --
  973.         -- The Basic Broadband MAU Table
  974.         --
  975.  
  976.         broadMauBasicTable OBJECT-TYPE
  977.             SYNTAX    SEQUENCE OF BroadMauBasicEntry
  978.             ACCESS    not-accessible
  979.             STATUS    mandatory
  980.             DESCRIPTION
  981.                     "Table of descriptive and status information about
  982.                     the broadband MAUs connected to interfaces."
  983.             ::= { dot3BroadMauBasicGroup 1 }
  984.  
  985.         broadMauBasicEntry OBJECT-TYPE
  986.             SYNTAX    BroadMauBasicEntry
  987.             ACCESS    not-accessible
  988.             STATUS    mandatory
  989.             DESCRIPTION
  990.                     "An entry in the table, containing information
  991.                     about a single broadband MAU."
  992.             INDEX    { broadMauIfIndex, broadMauIndex }
  993.             ::= { broadMauBasicTable 1 }
  994.  
  995.         BroadMauBasicEntry ::=
  996.             SEQUENCE {
  997.                 broadMauIfIndex
  998.                     INTEGER,
  999.                 broadMauIndex
  1000.                     INTEGER,
  1001.                 broadMauXmtRcvSplitType
  1002.                     INTEGER,
  1003.                 broadMauXmtCarrierFreq
  1004.                     INTEGER,
  1005.                 broadMauTranslationFreq
  1006.                     INTEGER
  1007.  
  1008.  
  1009.  
  1010. McMaster, McCloghrie & Roberts                                 [Page 18]
  1011.  
  1012. RFC 1515                     802.3 MAU MIB                September 1993
  1013.  
  1014.  
  1015.             }
  1016.  
  1017.         broadMauIfIndex OBJECT-TYPE
  1018.             SYNTAX    INTEGER
  1019.             ACCESS    read-only
  1020.             STATUS    mandatory
  1021.             DESCRIPTION
  1022.                     "This variable uniquely identifies the interface
  1023.                     to which the MAU described by this entry is
  1024.                     connected."
  1025.             REFERENCE
  1026.                     "Reference RFC 1213, ifIndex."
  1027.             ::= { broadMauBasicEntry 1 }
  1028.  
  1029.         broadMauIndex OBJECT-TYPE
  1030.             SYNTAX    INTEGER (1..9)
  1031.             ACCESS    read-only
  1032.             STATUS    mandatory
  1033.             DESCRIPTION
  1034.                     "This variable uniquely identifies the MAU
  1035.                     connected to interface broadMauIfIndex that is
  1036.                     described by this entry."
  1037.             REFERENCE
  1038.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2, aMAUID."
  1039.             ::= { broadMauBasicEntry 2 }
  1040.  
  1041.         broadMauXmtRcvSplitType OBJECT-TYPE
  1042.             SYNTAX    INTEGER {
  1043.                           other(1),
  1044.                           single(2),
  1045.                           dual(3)
  1046.                       }
  1047.             ACCESS    read-only
  1048.             STATUS    mandatory
  1049.             DESCRIPTION
  1050.                     "This object indicates the type of frequency
  1051.                     multiplexing/cabling system used to separate the
  1052.                     transmit and receive paths for the 10BROAD36 MAU.
  1053.  
  1054.                     The value other(1) is returned if the split type
  1055.                     is not either single or dual.
  1056.  
  1057.                     The value single(2) indicates a single cable
  1058.                     system.  The value dual(3) indicates a dual cable
  1059.                     system, offset normally zero."
  1060.             REFERENCE
  1061.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1062.                     aBbMAUXmitRcvSplitType."
  1063.  
  1064.  
  1065.  
  1066. McMaster, McCloghrie & Roberts                                 [Page 19]
  1067.  
  1068. RFC 1515                     802.3 MAU MIB                September 1993
  1069.  
  1070.  
  1071.             ::= { broadMauBasicEntry 3 }
  1072.  
  1073.         broadMauXmtCarrierFreq OBJECT-TYPE
  1074.             SYNTAX    INTEGER
  1075.             ACCESS    read-only
  1076.             STATUS    mandatory
  1077.             DESCRIPTION
  1078.                     "This variable indicates the transmit carrier
  1079.                     frequency of the 10BROAD36 MAU in MHz/4; that is,
  1080.                     in units of 250 kHz."
  1081.             REFERENCE
  1082.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1083.                     aBroadbandFrequencies.xmitCarrierFrequency."
  1084.             ::= { broadMauBasicEntry 4 }
  1085.  
  1086.         broadMauTranslationFreq OBJECT-TYPE
  1087.             SYNTAX    INTEGER
  1088.             ACCESS    read-only
  1089.             STATUS    mandatory
  1090.             DESCRIPTION
  1091.                     "This variable indicates the translation offset
  1092.                     frequency of the 10BROAD36 MAU in MHz/4; that is,
  1093.                     in units of 250 kHz."
  1094.             REFERENCE
  1095.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.2,
  1096.                     aBroadbandFrequencies.translationFrequency."
  1097.             ::= { broadMauBasicEntry 5 }
  1098.  
  1099.  
  1100.         -- Traps for use by 802.3 MAUs
  1101.  
  1102.         -- Traps are defined using the conventions in RFC 1215 [8].
  1103.  
  1104.         rpMauJabberTrap TRAP-TYPE
  1105.             ENTERPRISE  snmpDot3MauMgt
  1106.             VARIABLES   { rpMauJabberState }
  1107.             DESCRIPTION
  1108.                     "This trap is sent whenever a managed repeater MAU
  1109.                     enters the jabber state.
  1110.  
  1111.                     The agent must throttle the generation of
  1112.                     consecutive rpMauJabberTraps so that there is at
  1113.                     least a five-second gap between them."
  1114.             REFERENCE
  1115.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.4,
  1116.                     nJabberNotification."
  1117.             ::= 1
  1118.  
  1119.  
  1120.  
  1121.  
  1122. McMaster, McCloghrie & Roberts                                 [Page 20]
  1123.  
  1124. RFC 1515                     802.3 MAU MIB                September 1993
  1125.  
  1126.  
  1127.         ifMauJabberTrap TRAP-TYPE
  1128.             ENTERPRISE  snmpDot3MauMgt
  1129.             VARIABLES   { ifMauJabberState }
  1130.             DESCRIPTION
  1131.                     "This trap is sent whenever a managed interface
  1132.                     MAU enters the jabber state.
  1133.  
  1134.                     The agent must throttle the generation of
  1135.                     consecutive ifMauJabberTraps so that there is at
  1136.                     least a five-second gap between them."
  1137.             REFERENCE
  1138.                     "Reference IEEE 802.3 MAU Mgt, 20.2.3.4,
  1139.                     nJabberNotification."
  1140.             ::= 2
  1141.  
  1142.         END
  1143.  
  1144.  
  1145. 5.  Acknowledgments
  1146.  
  1147.    This document is the work of the IETF Hub MIB Working Group.  It is
  1148.    based on a proposal written by Geoff Thompson and modified by the
  1149.    IEEE 802.3 Repeater Management Task Force.  Paul Woodruff provided
  1150.    valuable corrections and suggestions for improvement.
  1151.  
  1152.    Members of the IETF Hub MIB Working Group included:
  1153.  
  1154.              Karl Auerbach            karl@eng.sun.com
  1155.              Jim Barnes               barnes@xylogics.com
  1156.              Steve Bostock            steveb@novell.com
  1157.              David Bridgham           dab@asylum.sf.ca.us
  1158.              Jack Brown               jbrown@huahuca-emh8.army.mil
  1159.              Howard Brown             brown@ctron.com
  1160.              Lida Canin               lida@apple.com
  1161.              Jeffrey Case             case@cs.utk.edu
  1162.              Carson Cheung            carson@bnr.com.ca
  1163.              James Codespote          jpcodes@tycho.ncsc.mil
  1164.              John Cook                cook@chipcom.com
  1165.              Dave Cullerot            cullerot@ctron.com
  1166.              James Davin              jrd@ptt.lcs.mit.edu
  1167.              Gary Ellis               garye@hpspd.spd.hp.com
  1168.              David Engel              david@cds.com
  1169.              Mike Erlinger            mike@mti.com
  1170.              Jeff Erwin
  1171.              Bill Fardy               fardy@ctron.com
  1172.              Jeff Fried               jmf@relay.proteon.com
  1173.              Bob Friesenhahn          pdrusa!bob@uunet.uu.net
  1174.              Shawn Gallagher          gallagher@quiver.enet.dec.com
  1175.  
  1176.  
  1177.  
  1178. McMaster, McCloghrie & Roberts                                 [Page 21]
  1179.  
  1180. RFC 1515                     802.3 MAU MIB                September 1993
  1181.  
  1182.  
  1183.              Mike Grieves             mgrieves@chipcom.com
  1184.              Walter Guilarte          70026.1715@compuserve.com
  1185.              Phillip Hasse            phasse@honchuca-emh8.army.mil
  1186.              Mark Hoerth              mark_hoerth@hp0400.desk.hp.com
  1187.              Greg Hollingsworth       gregh@mailer.jhuapl.edu
  1188.              Ron Jacoby               rj@sgi.com
  1189.              Mike Janson              mjanson@mot.com
  1190.              Ken Jones                konkord!ksj@uunet.uu.net
  1191.              Satish Joshi             sjoshi@synoptics.com
  1192.              Frank Kastenholz         kasten@europa.clearpoint.com
  1193.              Manu Kaycee              kaycee@trlian.enet.dec.com
  1194.              Mark Kepke               mak@cnd.hp.com
  1195.              Mark Kerestes            att!alux2!hawk@uunet.uu.net
  1196.              Kenneth Key              key@cs.utk.edu
  1197.              Yoav Kluger              ykluger@fibhaifa.com
  1198.              Cheryl Krupczak          cheryl@cc.gatech.edu
  1199.              Ron Lau                  rlau@synoptics.com
  1200.              Chao-Yu Liang            cliang@synoptics.com
  1201.              Dave Lindemulder         da@mtung.att.com
  1202.              Richie McBride           rm@bix.co.uk
  1203.              Keith McCloghrie         kzm@hls.com
  1204.              Evan McGinnis            bem@3com.com
  1205.              Donna McMaster           mcmaster@synoptics.com
  1206.              David Minnich            dwm@fibercom.com
  1207.              Lynn Monsanto            monsanto@sun.com
  1208.              Miriam Nihart            miriam@decwet.zso.dec.com
  1209.              Niels Ole Brunsgaard     nob@dowtyns.dk
  1210.              Edison Paw               esp@3com.com
  1211.              David Perkins            dperkins@synoptics.com
  1212.              Jason Perreault          perreaul@interlan.interlan.com
  1213.              John Pickens             jrp@3com.com
  1214.              Jim Reinstedler          jimr@sceng.ub.com
  1215.              Anil Rijsinghani         anil@levers.enet.dec.com
  1216.              Sam Roberts              sroberts@farallon.com
  1217.              Dan Romascanu            dan@lannet.com
  1218.              Marshall Rose            mrose@dbc.mtview.ca.us
  1219.              Rick Royston             rick@lsumus.sncc.lsu.edu
  1220.              Michael Sabo             sabo@dockmaster.ncsc.mil
  1221.              Jonathan Saperia         saperia@tcpjon.enet.dec.com
  1222.              Mark Schaefer            schaefer@davidsys.com
  1223.              Anil Singhal             nsinghal@hawk.ulowell.edu
  1224.              Timon Sloane             peernet!timon@uunet.uu.net
  1225.              Bob Stewart              rlstewart@eng.xyplex.com
  1226.              Emil Sturniolo           emil@dss.com
  1227.              Bruce Taber              taber@interlan.com
  1228.              Iris Tal                 437-3580@mcimail.com
  1229.              Mark Therieau            markt@python.eng.microcom.com
  1230.              Geoff Thompson           thompson@synoptics.com
  1231.  
  1232.  
  1233.  
  1234. McMaster, McCloghrie & Roberts                                 [Page 22]
  1235.  
  1236. RFC 1515                     802.3 MAU MIB                September 1993
  1237.  
  1238.  
  1239.              Dean Throop              throop@dg-rtp.dg.com
  1240.              Steven Waldbusser        waldbusser@andrew.cmu.edu
  1241.              Timothy Walden           tmwalden@saturn.sys.acc.com
  1242.              Philip Wang              watadn!phil@uunet.uu.net
  1243.              Drew Wansley             dwansley@secola.columbia.ncr.com
  1244.              David Ward               dward@chipcom.com
  1245.              Steve Wong               wong@took.enet.dec.com
  1246.              Paul Woodruff            paul-woodruff@3com.com
  1247.              Brian Wyld               brianw@spider.co.uk
  1248.              June-Kang Yang           natadm!yang@uunet.uu.net
  1249.              Henry Yip                natadm!henry@uunet.uu.net
  1250.              John Ziegler             ziegler@artel.com
  1251.              Joseph Zur               zur@fibhaifa.com
  1252.  
  1253. 6.  References
  1254.  
  1255.    [1]  Rose, M., and K. McCloghrie, "Structure and Identification of
  1256.         Management Information for TCP/IP-based internets", STD 16, RFC
  1257.         1155, Performance Systems International, Hughes LAN Systems, May
  1258.         1990.
  1259.  
  1260.    [2]  McCloghrie, K., and M. Rose, "Management Information Base for
  1261.         Network Management of TCP/IP-based internets", RFC 1156, Hughes
  1262.         LAN Systems, Performance Systems International, May 1990.
  1263.  
  1264.    [3]  Case, J., Fedor M., Schoffstall, M., and J. Davin, "Simple
  1265.         Network Management Protocol", STD 15, RFC 1157, SNMP Research,
  1266.         Performance Systems International, Performance Systems
  1267.         International, MIT Laboratory for Computer Science, May 1990.
  1268.  
  1269.    [4]  McCloghrie, K., and M. Rose, Editors, "Management Information
  1270.         Base for Network Management of TCP/IP-based internets: MIB-II",
  1271.         STD 17, RFC 1213, Hughes LAN Systems, Performance Systems
  1272.         International, March 1991.
  1273.  
  1274.    [5]  Information processing systems - Open Systems Interconnection -
  1275.         Specification of Abstract Syntax Notation One (ASN.1),
  1276.         International Organization for Standardization, International
  1277.         Standard 8824, December 1987.
  1278.  
  1279.    [6]  Information processing systems - Open Systems Interconnection -
  1280.         Specification of Basic Encoding Rules for Abstract Notation One
  1281.         (ASN.1), International Organization for Standardization,
  1282.         International Standard 8825, December 1987.
  1283.  
  1284.    [7]  Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  1285.         STD 16, RFC 1212, Performance Systems International, Hughes LAN
  1286.         Systems, March 1991.
  1287.  
  1288.  
  1289.  
  1290. McMaster, McCloghrie & Roberts                                 [Page 23]
  1291.  
  1292. RFC 1515                     802.3 MAU MIB                September 1993
  1293.  
  1294.  
  1295.    [8]  Rose, M., Editor, "A Convention for Defining Traps for use with
  1296.         the SNMP", RFC 1215, Performance Systems International, March
  1297.         1991.
  1298.  
  1299.    [9]  IEEE 802.3/ISO 8802-3 Information processing systems - Local
  1300.         area networks - Part 3:  Carrier sense multiple access with
  1301.         collision detection (CSMA/CD) access method and physical layer
  1302.         specifications, 2nd edition, September 21, 1990.
  1303.  
  1304.    [10] IEEE P802.3p, "Layer Management for 10 Mb/s Medium Access Unit
  1305.         (MAUs), Section 20", Draft Supplement to ANSI/IEEE 802.3, Draft
  1306.         5, July 11, 1992.
  1307.  
  1308.    [11] Kastenholz, F., "Definitions of Managed Objects for the
  1309.         Ethernet-like Interface Types", RFC 1398, FTP Software, Inc.,
  1310.         January 1993.
  1311.  
  1312.    [12] McMaster, D., and K. McCloghrie, Editors, "Definitions of
  1313.         Managed Objects for IEEE 802.3 Repeater Devices", RFC 1368,
  1314.         SynOptics Communications, Hughes LAN Systems, October 1992.
  1315.  
  1316. 7.  Security Considerations
  1317.  
  1318.    Security issues are not discussed in this memo.
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346. McMaster, McCloghrie & Roberts                                 [Page 24]
  1347.  
  1348. RFC 1515                     802.3 MAU MIB                September 1993
  1349.  
  1350.  
  1351. 8.  Authors' Addresses
  1352.  
  1353.    Donna McMaster
  1354.    SynOptics Communications, Inc.
  1355.    4401 Great America Parkway
  1356.    P.O. Box 58185
  1357.    Santa Clara, CA 95052-8185
  1358.  
  1359.    Phone: (408) 764-1206
  1360.    EMail: mcmaster@synoptics.com
  1361.  
  1362.  
  1363.    Keith McCloghrie
  1364.    Hughes LAN Systems, Inc.
  1365.    1225 Charleston Road
  1366.    Mountain View, CA 94043
  1367.  
  1368.    Phone: (415) 966-7934
  1369.    EMail: kzm@hls.com
  1370.  
  1371.  
  1372.    Sam Roberts
  1373.    Farallon Computing, Inc.
  1374.    2470 Mariner Square Loop
  1375.    Alameda, CA 94501-1010
  1376.  
  1377.    Phone: (510) 814-5215
  1378.    EMail: sroberts@farallon.com
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. McMaster, McCloghrie & Roberts                                 [Page 25]
  1403.