home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 1200s / rfc1285.txt < prev    next >
Text File  |  1992-01-22  |  100KB  |  2,579 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                            J. Case
  8. Request for Comments: 1285                   SNMP Research, Incorporated
  9.                                                             January 1992
  10.  
  11.  
  12.                     FDDI Management Information Base
  13.  
  14. Status of this Memo
  15.  
  16.    This memo is an extension to the SNMP MIB.  This RFC specifies an IAB
  17.    standards track protocol for the Internet community, and requests
  18.    discussion and suggestions for improvements.  Please refer to the
  19.    current edition of the "IAB Official Protocol Standards" for the
  20.    standardization state and status of this protocol.  Distribution of
  21.    this memo is unlimited.
  22.  
  23. Table of Contents
  24.  
  25.    1. Abstract ..............................................    1
  26.    2. The Network Management Framework.......................    1
  27.    3. Objects ...............................................    2
  28.    3.1 Format of Definitions ................................    2
  29.    4. Overview ..............................................    3
  30.    4.1 Textual Conventions ..................................    3
  31.    5. Object Definitions ....................................    4
  32.    5.1 The SMT Group ........................................    5
  33.    5.2 The MAC Group ........................................   15
  34.    5.3 The PATH Group .......................................   27
  35.    5.4 The PORT Group .......................................   27
  36.    5.5 The ATTACHMENT Group .................................   38
  37.    5.6 The Chip Set Group ...................................   42
  38.    6. Acknowledgements ......................................   43
  39.    7. References ............................................   45
  40.    Security Considerations...................................   46
  41.    Author's Address..........................................   46
  42.  
  43. 1.  Abstract
  44.  
  45.    This memo defines a portion of the Management Information Base (MIB)
  46.    for use with network management protocols in TCP/IP-based internets.
  47.    In particular, it defines objects for managing devices which
  48.    implement the FDDI.
  49.  
  50. 2.  The Network Management Framework
  51.  
  52.    The Internet-standard Network Management Framework consists of three
  53.    components.  They are:
  54.  
  55.  
  56.  
  57.  
  58. Case                                                            [Page 1]
  59.  
  60. RFC 1285                        FDDI MIB                    January 1992
  61.  
  62.  
  63.       RFC 1155 which defines the SMI, the mechanisms used for describing
  64.       and naming objects for the purpose of management.  RFC 1212
  65.       defines a more concise description mechanism, which is wholly
  66.       consistent with the SMI.
  67.  
  68.       RFC 1156 which defines MIB-I, the core set of managed objects for
  69.       the Internet suite of protocols.  RFC 1213, defines MIB-II, an
  70.       evolution of MIB-I based on implementation experience and new
  71.       operational requirements.
  72.  
  73.       RFC 1157 which defines the SNMP, the protocol used for network
  74.       access to managed objects.
  75.  
  76.    The Framework permits new objects to be defined for the purpose of
  77.    experimentation and evaluation.
  78.  
  79. 3.  Objects
  80.  
  81.    Managed objects are accessed via a virtual information store, termed
  82.    the Management Information Base or MIB.  Objects in the MIB are
  83.    defined using the subset of Abstract Syntax Notation One (ASN.1) [5]
  84.    defined in the SMI.  In particular, each object has a name, a syntax,
  85.    and an encoding.  The name is an object identifier, an
  86.    administratively assigned name, which specifies an object type.  The
  87.    object type together with an object instance serves to uniquely
  88.    identify a specific instantiation of the object.  For human
  89.    convenience, we often use a textual string, termed the OBJECT
  90.    DESCRIPTOR, to also refer to the object type.
  91.  
  92.    The syntax of an object type defines the abstract data structure
  93.    corresponding to that object type.  The ASN.1 language is used for
  94.    this purpose.  However, the SMI [1] purposely restricts the ASN.1
  95.    constructs which may be used.  These restrictions are explicitly made
  96.    for simplicity.
  97.  
  98.    The encoding of an object type is simply how that object type is
  99.    represented using the object type's syntax.  Implicitly tied to the
  100.    notion of an object type's syntax and encoding is how the object type
  101.    is represented when being transmitted on the network.
  102.  
  103.    The SMI specifies the use of the basic encoding rules of ASN.1 [6],
  104.    subject to the additional requirements imposed by the SNMP.
  105.  
  106. 3.1.  Format of Definitions
  107.  
  108.    Section 5 contains contains the specification of all object types
  109.    contained in this MIB module.  The object types are defined using the
  110.    conventions defined in the SMI, as amended by the extensions
  111.  
  112.  
  113.  
  114. Case                                                            [Page 2]
  115.  
  116. RFC 1285                        FDDI MIB                    January 1992
  117.  
  118.  
  119.    specified in [7].
  120.  
  121. 4.  Overview
  122.  
  123.    This document defines the managed objects for FDDI devices which are
  124.    to be accessible via the Simple Network Management Protocol (SNMP).
  125.    At present, this applies to these values of the ifType variable in
  126.    the Internet-standard MIB:
  127.  
  128.                fddi(15)
  129.  
  130.    For these interfaces, the value of the ifSpecific variable in the
  131.    MIB-II [4] has the OBJECT IDENTIFIER value:
  132.  
  133.                fddi    OBJECT IDENTIFIER ::= { transmission 15 }
  134.  
  135.    The definitions of the objects presented here draws heavily from
  136.    related work in the ANSI X3T9.5 committee and the SMT subcommittee of
  137.    that committee [8].  In fact, the definitions of the managed objects
  138.    in this document are, to the maximum extent possible, identical to
  139.    those identified by the ANSI committee.  The semantics of each
  140.    managed object should be the same with syntactic changes made as
  141.    necessary to recast the objects in terms of the Internet-standard SMI
  142.    and MIB so as to be compatible with the SNMP.  Examples of these
  143.    syntactic changes include remapping booleans to enumerated integers,
  144.    remapping bit strings to octet strings, and the like.  In addition,
  145.    the naming of the objects was changed to achieve compatibility.
  146.  
  147.    These minimal syntactic changes with no semantic changes should allow
  148.    implementations of SNMP manageable FDDI systems to share
  149.    instrumentation with other network management schemes and thereby
  150.    minimize implementation cost.  In addition, the translation of
  151.    information conveyed by managed objects from one network management
  152.    scheme to another is eased by these shared definitions.
  153.  
  154.    Only the essential variables, as indicated by their mandatory status
  155.    in the ANSI specification were retained in this document.  The
  156.    importance of variables which have an optional status in the ANSI
  157.    specification were perceived as being less widely accepted.
  158.  
  159. 4.1.  Textual Conventions
  160.  
  161.    Several new datatypes are introduced as a textual convention in this
  162.    MIB document.  These textual conventions enhance the readability of
  163.    the document and ease comparisons with its ANSI counterpart.  It
  164.    should be noted that the introduction of the following textual
  165.    conventions has no effect on either the syntax nor the semantics of
  166.    any managed objects.  The use of these is merely an artifact of the
  167.  
  168.  
  169.  
  170. Case                                                            [Page 3]
  171.  
  172. RFC 1285                        FDDI MIB                    January 1992
  173.  
  174.  
  175.    explanatory method used.  Objects defined in terms of one of these
  176.    methods are always encoded by means of the rules that define the
  177.    primitive type.  Hence, no changes to the SMI or the SNMP are
  178.    necessary to accommodate these textual conventions which are adopted
  179.    merely for the convenience of readers and writers in pursuit of the
  180.    elusive goal of clear, concise, and unambiguous MIB documents.
  181.  
  182. 5.  Object Definitions
  183.  
  184.           RFC1285-MIB DEFINITIONS ::= BEGIN
  185.  
  186.           IMPORTS
  187.                   Counter
  188.                       FROM RFC1155-SMI
  189.                   transmission
  190.                       FROM RFC1213-MIB
  191.                   OBJECT-TYPE
  192.                       FROM RFC-1212;
  193.  
  194.           --  This MIB module uses the extended OBJECT-TYPE macro as
  195.           --  defined in [7].
  196.  
  197.  
  198.           -- this is the FDDI MIB module
  199.  
  200.           fddi    OBJECT IDENTIFIER ::= { transmission 15 }
  201.  
  202.  
  203.           -- textual conventions
  204.  
  205.           FddiTime ::= INTEGER (0..2147483647)
  206.           -- This data type specifies octet units of 80 nanoseconds as
  207.           -- an integer value.  It is used for Path Latency  and
  208.           -- Synchronous Bandwidth values.  The encoding is normal
  209.           -- integer representation (not twos complement).
  210.  
  211.           FddiResourceId ::= INTEGER (0..65535)
  212.           -- This data type is used to refer to an instance of a  MAC,
  213.           -- PORT, PATH, or ATTACHMENT Resource ID.  Indexing begins
  214.           -- at 1.  Zero is used to indicate the absence of a resource.
  215.  
  216.           FddiSMTStationIdType ::= OCTET STRING (SIZE (8))
  217.           -- The unique identifier for the FDDI station.  This is a
  218.           -- string of 8 octets, represented as
  219.           --                                X' yy yy xx xx xx xx xx xx'
  220.           -- with the low order 6 octet (xx) from a unique IEEE
  221.           -- assigned address.  The high order two bits of the IEEE
  222.           -- address, the group address bit and the administration bit
  223.  
  224.  
  225.  
  226. Case                                                            [Page 4]
  227.  
  228. RFC 1285                        FDDI MIB                    January 1992
  229.  
  230.  
  231.           -- (Universal/Local) bit should both be zero.  The first two
  232.           -- octets, the yy octets, are implementor-defined.
  233.           --
  234.           -- The representation of the address portion of the station id
  235.           -- is in the IEEE (ANSI/IEEE P802.1A) canonical notation for
  236.           -- 48 bit addresses.  The canonical form is a 6-octet string
  237.           -- where the first octet contains the first 8 bits of the
  238.           -- address, with the I/G(Individual/Group) address bit as the
  239.           -- least significant bit and the  U/L (Universal/Local) bit
  240.           -- as the next more significant bit, and so on.  Note that
  241.           -- addresses in the ANSI FDDI standard SMT frames are
  242.           -- represented in FDDI MAC order.
  243.  
  244.           FddiMACLongAddressType ::= OCTET STRING (SIZE (6))
  245.           -- The representation of long MAC addresses as management
  246.           -- values is in the IEEE (ANSI/IEEE P802.1A) canonical
  247.           -- notation for 48 bit addresses.  The canonical form is a
  248.           -- 6-octet string where the first octet contains the first 8
  249.           -- bits of the address, with the I/G (Individual/Group)
  250.           -- address bit as the least significant bit and the  U/L
  251.           -- (Universal/Local) bit as the next more significant bit,
  252.           -- and so on.  Note that the addresses in the SMT frames are
  253.           -- represented in FDDI MAC order.
  254.  
  255.           -- groups in the FDDI MIB module
  256.  
  257.           snmpFddiSMT        OBJECT IDENTIFIER ::= { fddi 1 }
  258.  
  259.           snmpFddiMAC        OBJECT IDENTIFIER ::= { fddi 2 }
  260.  
  261.           snmpFddiPATH       OBJECT IDENTIFIER ::= { fddi 3 }
  262.  
  263.           snmpFddiPORT       OBJECT IDENTIFIER ::= { fddi 4 }
  264.  
  265.           snmpFddiATTACHMENT OBJECT IDENTIFIER ::= { fddi 5 }
  266.  
  267.           snmpFddiChipSets    OBJECT IDENTIFIER ::= { fddi 6 }
  268.  
  269.  
  270.           -- the SMT group
  271.           -- Implementation of the SMT group is mandatory for all
  272.           -- systems which implement manageable FDDI subsystems.
  273.  
  274.           snmpFddiSMTNumber OBJECT-TYPE
  275.               SYNTAX  INTEGER (0..65535)
  276.               ACCESS  read-only
  277.               STATUS  mandatory
  278.               DESCRIPTION
  279.  
  280.  
  281.  
  282. Case                                                            [Page 5]
  283.  
  284. RFC 1285                        FDDI MIB                    January 1992
  285.  
  286.  
  287.                       "The number of SMT implementations (regardless of
  288.                       their current state) on this network management
  289.                       application entity.  The value for this variable
  290.                       must remain constant at least from one re-
  291.                       initialization of the entity's network management
  292.                       system to the next re-initialization."
  293.               ::= { snmpFddiSMT  1 }
  294.  
  295.  
  296.           -- the SMT table
  297.  
  298.           snmpFddiSMTTable OBJECT-TYPE
  299.               SYNTAX  SEQUENCE OF SnmpFddiSMTEntry
  300.               ACCESS  not-accessible
  301.               STATUS  mandatory
  302.               DESCRIPTION
  303.                       "A list of SMT entries.  The number of entries is
  304.                       given by  the value of snmpFddiSMTNumber."
  305.               ::= { snmpFddiSMT  2 }
  306.  
  307.           snmpFddiSMTEntry OBJECT-TYPE
  308.               SYNTAX  SnmpFddiSMTEntry
  309.               ACCESS  not-accessible
  310.               STATUS  mandatory
  311.               DESCRIPTION
  312.                       "An SMT entry containing information common to a
  313.                       given SMT."
  314.               INDEX   { snmpFddiSMTIndex }
  315.               ::= { snmpFddiSMTTable 1 }
  316.  
  317.           SnmpFddiSMTEntry ::=
  318.               SEQUENCE {
  319.                   snmpFddiSMTIndex
  320.                       INTEGER,
  321.                   snmpFddiSMTStationId
  322.                       FddiSMTStationIdType,
  323.                   snmpFddiSMTOpVersionId
  324.                       INTEGER,
  325.                   snmpFddiSMTHiVersionId
  326.                       INTEGER,
  327.                   snmpFddiSMTLoVersionId
  328.                       INTEGER,
  329.                   snmpFddiSMTMACCt
  330.                       INTEGER,
  331.                   snmpFddiSMTNonMasterCt
  332.                       INTEGER,
  333.                   snmpFddiSMTMasterCt
  334.                       INTEGER,
  335.  
  336.  
  337.  
  338. Case                                                            [Page 6]
  339.  
  340. RFC 1285                        FDDI MIB                    January 1992
  341.  
  342.  
  343.                   snmpFddiSMTPathsAvailable
  344.                       INTEGER,
  345.                   snmpFddiSMTConfigCapabilities
  346.                       INTEGER,
  347.                   snmpFddiSMTConfigPolicy
  348.                       INTEGER,
  349.                   snmpFddiSMTConnectionPolicy
  350.                       INTEGER,
  351.                   snmpFddiSMTTNotify
  352.                       INTEGER,
  353.                   snmpFddiSMTStatusReporting
  354.                       INTEGER,
  355.                   snmpFddiSMTECMState
  356.                       INTEGER,
  357.                   snmpFddiSMTCFState
  358.                       INTEGER,
  359.                   snmpFddiSMTHoldState
  360.                       INTEGER,
  361.                   snmpFddiSMTRemoteDisconnectFlag
  362.                       INTEGER,
  363.                   snmpFddiSMTStationAction
  364.                       INTEGER
  365.               }
  366.  
  367.           snmpFddiSMTIndex OBJECT-TYPE
  368.               SYNTAX  INTEGER (1..65535)
  369.               ACCESS  read-only
  370.               STATUS  mandatory
  371.               DESCRIPTION
  372.                       "A unique value for each SMT.  Its value ranges
  373.                       between 1 and the value of snmpFddiSMTNumber.  The
  374.                       value for each SMT must remain constant at least
  375.                       from one re-initialization of the entity's network
  376.                       management system to the next re-initialization."
  377.               ::= { snmpFddiSMTEntry 1 }
  378.  
  379.           snmpFddiSMTStationId OBJECT-TYPE
  380.               SYNTAX  FddiSMTStationIdType -- OCTET STRING (SIZE (8))
  381.               ACCESS  read-only
  382.               STATUS  mandatory
  383.               DESCRIPTION
  384.                       "Uniquely identifies an FDDI station."
  385.               REFERENCE
  386.                       "ANSI { fddiSMT 11 }"
  387.               ::= { snmpFddiSMTEntry 2 }
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394. Case                                                            [Page 7]
  395.  
  396. RFC 1285                        FDDI MIB                    January 1992
  397.  
  398.  
  399.           snmpFddiSMTOpVersionId OBJECT-TYPE
  400.               SYNTAX  INTEGER (1..65535)
  401.               ACCESS  read-write
  402.               STATUS  mandatory
  403.               DESCRIPTION
  404.                       "The version that this station is using for its
  405.                       operation (refer to ANSI 7.1.2.2)."
  406.               REFERENCE
  407.                       "ANSI { fddiSMT 13 }"
  408.               ::= { snmpFddiSMTEntry 3 }
  409.  
  410.           snmpFddiSMTHiVersionId OBJECT-TYPE
  411.               SYNTAX  INTEGER (1..65535)
  412.               ACCESS  read-only
  413.               STATUS  mandatory
  414.               DESCRIPTION
  415.                       "The highest version of SMT that this station
  416.                       supports (refer to ANSI 7.1.2.2)."
  417.               REFERENCE
  418.                       "ANSI { fddiSMT 14 }"
  419.               ::= { snmpFddiSMTEntry 4 }
  420.  
  421.           snmpFddiSMTLoVersionId OBJECT-TYPE
  422.               SYNTAX  INTEGER (1..65535)
  423.               ACCESS  read-only
  424.               STATUS  mandatory
  425.               DESCRIPTION
  426.                       "The lowest version of SMT that this station
  427.                       supports (refer to ANSI 7.1.2.2)."
  428.               REFERENCE
  429.                       "ANSI { fddiSMT 15 }"
  430.               ::= { snmpFddiSMTEntry 5 }
  431.  
  432.           snmpFddiSMTMACCt OBJECT-TYPE
  433.               SYNTAX  INTEGER (0..255)
  434.               ACCESS  read-only
  435.               STATUS  mandatory
  436.               DESCRIPTION
  437.                       "The number of MACs in the station or
  438.                       concentrator."
  439.               REFERENCE
  440.                       "ANSI { fddiSMT 21 }"
  441.               ::= { snmpFddiSMTEntry 6 }
  442.  
  443.           snmpFddiSMTNonMasterCt OBJECT-TYPE
  444.               SYNTAX  INTEGER (0..2)
  445.               ACCESS  read-only
  446.               STATUS  mandatory
  447.  
  448.  
  449.  
  450. Case                                                            [Page 8]
  451.  
  452. RFC 1285                        FDDI MIB                    January 1992
  453.  
  454.  
  455.               DESCRIPTION
  456.                       "The number of Non Master PORTs (A, B, or S PORTs)
  457.                       in the station or concentrator."
  458.               REFERENCE
  459.                       "ANSI { fddiSMT 22 }"
  460.               ::= { snmpFddiSMTEntry 7 }
  461.  
  462.           snmpFddiSMTMasterCt OBJECT-TYPE
  463.               SYNTAX  INTEGER (0..255)
  464.               ACCESS  read-only
  465.               STATUS  mandatory
  466.               DESCRIPTION
  467.                       "The number of Master PORTs in a node.  If the
  468.                       node is not a concentrator, the value is zero."
  469.               REFERENCE
  470.                       "ANSI { fddiSMT 23 }"
  471.               ::= { snmpFddiSMTEntry 8 }
  472.  
  473.           snmpFddiSMTPathsAvailable OBJECT-TYPE
  474.               SYNTAX  INTEGER (0..7)
  475.               ACCESS  read-only
  476.               STATUS  mandatory
  477.               DESCRIPTION
  478.                       "A value that indicates the PATH types available
  479.                       in the station.
  480.  
  481.                       The value is a sum.  This value initially takes
  482.                       the value zero, then for each type of PATH that
  483.                       this node has available, 2 raised to a power is
  484.                       added to the sum.  The powers are according to the
  485.                       following table:
  486.  
  487.                                Path   Power
  488.                             Primary   0
  489.                           Secondary   1
  490.                               Local   2
  491.  
  492.                       For example, a station having Primary and Local
  493.                       PATHs available would have a value of 5 (2**0 +
  494.                       2**2)."
  495.               REFERENCE
  496.                       "ANSI { fddiSMT 24 }"
  497.               ::= { snmpFddiSMTEntry 9 }
  498.  
  499.           snmpFddiSMTConfigCapabilities OBJECT-TYPE
  500.               SYNTAX  INTEGER (0..3)
  501.               ACCESS  read-only
  502.               STATUS  mandatory
  503.  
  504.  
  505.  
  506. Case                                                            [Page 9]
  507.  
  508. RFC 1285                        FDDI MIB                    January 1992
  509.  
  510.  
  511.               DESCRIPTION
  512.                       "A value that indicates capabilities that are
  513.                       present in the node.  If 'holdAvailable' is
  514.                       present, this indicates support of the optional
  515.                       Hold Function (refer to ANSI SMT 9.4.3.2).  If
  516.                       'CF-Wrap-AB' is present, this indicates that the
  517.                       WRAP_AB state is forced.
  518.  
  519.                       The value is a sum.  This value initially takes
  520.                       the value zero, then for each of the configuration
  521.                       policies currently enforced on the node, 2 raised
  522.                       to a power is added to the sum.  The powers are
  523.                       according to the following table:
  524.  
  525.                                  Policy   Power
  526.                           holdAvailable   0
  527.                              CF-Wrap-AB   1 "
  528.               REFERENCE
  529.                       "ANSI { fddiSMT 25 }"
  530.               ::= { snmpFddiSMTEntry 10 }
  531.  
  532.           snmpFddiSMTConfigPolicy OBJECT-TYPE
  533.               SYNTAX  INTEGER (0..3)
  534.               ACCESS  read-write
  535.               STATUS  mandatory
  536.               DESCRIPTION
  537.                       "A value that indicates the configuration policies
  538.                       currently enforced in the node (refer to ANSI SMT
  539.                       9.4.3.2).  The 'configurationHold' policy refers
  540.                       to the Hold flag, and should not be present only
  541.                       if the Hold function is supported.  The 'CF-Wrap-
  542.                       AB' policy refers to the CF_Wrap_AB flag.
  543.  
  544.                       The value is a sum.  This value initially takes
  545.                       the value zero, then for each of the configuration
  546.                       policies currently enforced on the node, 2 raised
  547.                       to a power is added to the sum.  The powers are
  548.                       according to the following table:
  549.  
  550.                                      Policy   Power
  551.                           configurationHold   0
  552.                                  CF-Wrap-AB   1 "
  553.               REFERENCE
  554.                       "ANSI { fddiSMT 26 }"
  555.               ::= { snmpFddiSMTEntry 11 }
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562. Case                                                           [Page 10]
  563.  
  564. RFC 1285                        FDDI MIB                    January 1992
  565.  
  566.  
  567.           snmpFddiSMTConnectionPolicy OBJECT-TYPE
  568.               SYNTAX  INTEGER (0..65535)
  569.               ACCESS  read-write
  570.               STATUS  mandatory
  571.               DESCRIPTION
  572.                       "A value that indicates the connection policies
  573.                       enforced at the station.  A station sets the
  574.                       corresponding policy for each of the connection
  575.                       types that it rejects.  The letter designations, X
  576.                       and Y, in the 'rejectX-Y' names have the following
  577.                       significance:  X represents the PC-Type of the
  578.                       local PORT and Y represents a PC-Neighbor in the
  579.                       evaluation of Connection-Policy (PC-Type, PC-
  580.                       Neighbor) that is done to determine the setting of
  581.                       T-Val(3) in the PC-Signaling sequence (refer to
  582.                       ANSI Section 9.6.3).
  583.  
  584.                       The value is a sum.  This value initially takes
  585.                       the value zero, then for each of the connection
  586.                       policies currently enforced on the node, 2 raised
  587.                       to a power is added to the sum.  The powers are
  588.                       according to the following table:
  589.  
  590.                              Policy   Power
  591.                           rejectA-A   0
  592.                           rejectA-B   1
  593.                           rejectA-S   2
  594.                           rejectA-M   3
  595.                           rejectB-A   4
  596.                           rejectB-B   5
  597.                           rejectB-S   6
  598.                           rejectB-M   7
  599.                           rejectS-A   8
  600.                           rejectS-B   9
  601.                           rejectS-S   10
  602.                           rejectS-M   11
  603.                           rejectM-A   12
  604.                           rejectM-B   13
  605.                           rejectM-S   14
  606.                           rejectM-M   15
  607.  
  608.                       Implementors should note that the polarity of
  609.                       these bits is different in different places in an
  610.                       SMT system.  Implementors should take appropriate
  611.                       care."
  612.               REFERENCE
  613.                       "ANSI { fddiSMT 27 }"
  614.               ::= { snmpFddiSMTEntry 12 }
  615.  
  616.  
  617.  
  618. Case                                                           [Page 11]
  619.  
  620. RFC 1285                        FDDI MIB                    January 1992
  621.  
  622.  
  623.           snmpFddiSMTTNotify OBJECT-TYPE
  624.               SYNTAX  INTEGER (2..30)
  625.               ACCESS  read-write
  626.               STATUS  mandatory
  627.               DESCRIPTION
  628.                       "The timer used in the Neighbor Notification
  629.                       protocol, reported in seconds and ranging from 2
  630.                       to 30 seconds (refer to ANSI SMT 8.3.1)."
  631.               REFERENCE
  632.                       "ANSI { fddiSMT 29 }"
  633.               ::= { snmpFddiSMTEntry 13 }
  634.  
  635.           snmpFddiSMTStatusReporting OBJECT-TYPE
  636.               SYNTAX  INTEGER { true(1), false(2) }
  637.               ACCESS  read-only
  638.               STATUS  mandatory
  639.               DESCRIPTION
  640.                       "Indicates whether the node implements the Status
  641.                       Reporting Protocol.  This object is included for
  642.                       compatibility with products that were designed
  643.                       prior to the adoption of this standard."
  644.               REFERENCE
  645.                       "ANSI { fddiSMT 30 }"
  646.               ::= { snmpFddiSMTEntry 14 }
  647.  
  648.           snmpFddiSMTECMState OBJECT-TYPE
  649.               SYNTAX  INTEGER {
  650.                           ec0(1), -- Out
  651.                           ec1(2), -- In
  652.                           ec2(3), -- Trace
  653.                           ec3(4), -- Leave
  654.                           ec4(5), -- Path_Test
  655.                           ec5(6), -- Insert
  656.                           ec6(7), -- Check
  657.                           ec7(8)  -- Deinsert
  658.                       }
  659.               ACCESS  read-only
  660.               STATUS  mandatory
  661.               DESCRIPTION
  662.                       "Indicates the current state of the ECM state
  663.                       machine (refer to ANSI SMT 9.5.2)."
  664.               REFERENCE
  665.                       "ANSI { fddiSMT 41 }"
  666.               ::= { snmpFddiSMTEntry 15 }
  667.  
  668.           snmpFddiSMTCFState OBJECT-TYPE
  669.               SYNTAX  INTEGER {
  670.                           cf0(1), -- Isolated
  671.  
  672.  
  673.  
  674. Case                                                           [Page 12]
  675.  
  676. RFC 1285                        FDDI MIB                    January 1992
  677.  
  678.  
  679.                           cf1(2), -- Wrap_S
  680.                           cf2(3), -- Wrap_A
  681.                           cf3(4), -- Wrap_B
  682.                           cf4(5), -- Wrap_AB
  683.                           cf5(6)  -- Thru
  684.                       }
  685.               ACCESS  read-only
  686.               STATUS  mandatory
  687.               DESCRIPTION
  688.                       "The attachment configuration for the station or
  689.                       concentrator (refer to ANSI SMT 9.7.4.3)."
  690.               REFERENCE
  691.                       "ANSI { fddiSMT 42 }"
  692.               ::= { snmpFddiSMTEntry 16 }
  693.  
  694.           snmpFddiSMTHoldState OBJECT-TYPE
  695.               SYNTAX  INTEGER {
  696.                           not-implemented(1), -- holding not implemented
  697.                           not-holding(2),
  698.                           holding-prm(3),     -- holding on primary
  699.                           holding-sec(4)      -- holding on secondary
  700.                       }
  701.               ACCESS  read-only
  702.               STATUS  mandatory
  703.               DESCRIPTION
  704.                       "This value indicates the current state of the
  705.                       Hold function.  The values are determined as
  706.                       follows:  'holding-prm' is set if the primary ring
  707.                       is operational and the Recovery Enable Flag is
  708.                       clear (NOT NO_Flag(primary) AND NOT RE_Flag).  is
  709.                       set if the secondary ring is operational and the
  710.                       Recovery Enable Flag is clear (NOT
  711.                       NO_Flag(secondary) AND NOT RE_Flag).  Ref 9.4.3.
  712.                       and 10.3.1.  the primary or secondary, i.e., the
  713.                       Recovery Enable, RE_Flag, is set."
  714.               REFERENCE
  715.                       "ANSI { fddiSMT 43 }"
  716.               ::= { snmpFddiSMTEntry 17 }
  717.  
  718.           snmpFddiSMTRemoteDisconnectFlag OBJECT-TYPE
  719.               SYNTAX  INTEGER { true(1), false(2) }
  720.               ACCESS  read-only
  721.               STATUS  mandatory
  722.               DESCRIPTION
  723.                       "A flag indicating that the station was remotely
  724.                       disconnected from the network.  A station requires
  725.                       a Connect Action (SM_CM_CONNECT.request (Connect))
  726.                       to rejoin and clear the flag (refer to ANSI
  727.  
  728.  
  729.  
  730. Case                                                           [Page 13]
  731.  
  732. RFC 1285                        FDDI MIB                    January 1992
  733.  
  734.  
  735.                       6.4.5.2)."
  736.               REFERENCE
  737.                       "ANSI { fddiSMT 44 }"
  738.               ::= { snmpFddiSMTEntry 18 }
  739.  
  740.           snmpFddiSMTStationAction OBJECT-TYPE
  741.               SYNTAX  INTEGER {
  742.                           other(1),           -- none of the following
  743.                           connect(2),
  744.                           disconnect(3),
  745.                           path-Test(4),
  746.                           self-Test(5)
  747.                       }
  748.               ACCESS  read-write
  749.               STATUS  mandatory
  750.               DESCRIPTION
  751.                       "This object, when read, always returns a value of
  752.                       other(1).  The behavior of setting this variable
  753.                       to each of the acceptable values is as follows:
  754.  
  755.                       Other:          Results in a badValue error.
  756.  
  757.                       Connect:        Generates an
  758.                       SM_CM_Connect.request(connect) signal to CMT
  759.                       indicating that the ECM State machine is to begin
  760.                       a connection sequence.  The
  761.                       fddiSMTRemoteDisconnectFlag is cleared on the
  762.                       setting of this variable to 1.  See ANSI Ref
  763.                       9.3.1.1.
  764.  
  765.                       Disconnect:     Generates an
  766.                       SM_CM_Connect.request(disconnect) signal to ECM
  767.                       and sets the fddiSMTRemoteDisconnectFlag.  See
  768.                       ANSI Ref 9.3.1.1.
  769.  
  770.                       Path-Test:      Initiates a station path test.
  771.                       The Path_Test variable (See ANSI Ref. 9.4.1) is
  772.                       set to Testing.  The results of this action are
  773.                       not specified in this standard.
  774.  
  775.                       Self-Test:      Initiates a station self test.
  776.                       The results of this action are not specified in
  777.                       this standard.
  778.  
  779.                       Attempts to set this object to all other values
  780.                       results in a badValue error.  Agents may elect to
  781.                       return a badValue error on attempts to set this
  782.                       variable to path-Test(4) or self-Test(5)."
  783.  
  784.  
  785.  
  786. Case                                                           [Page 14]
  787.  
  788. RFC 1285                        FDDI MIB                    January 1992
  789.  
  790.  
  791.               REFERENCE
  792.                       "ANSI { fddiSMT 60 }"
  793.               ::= { snmpFddiSMTEntry 19 }
  794.  
  795.  
  796.           -- the MAC group
  797.           -- Implementation of the MAC Group is mandatory for all
  798.           -- systems which implement manageable FDDI subsystems.
  799.  
  800.           snmpFddiMACNumber OBJECT-TYPE
  801.               SYNTAX  INTEGER (0..65535)
  802.               ACCESS  read-only
  803.               STATUS  mandatory
  804.               DESCRIPTION
  805.                       "The total number of MAC implementations (across
  806.                       all SMTs) on this network management application
  807.                       entity.  The value for this variable must remain
  808.                       constant at least from one re-initialization of
  809.                       the entity's network management system to the next
  810.                       re-initialization."
  811.               ::= { snmpFddiMAC  1 }
  812.  
  813.  
  814.           -- the MAC table
  815.  
  816.           snmpFddiMACTable OBJECT-TYPE
  817.               SYNTAX  SEQUENCE OF SnmpFddiMACEntry
  818.               ACCESS  not-accessible
  819.               STATUS  mandatory
  820.               DESCRIPTION
  821.                       "A list of MAC entries.  The number of entries is
  822.                       given by the value of snmpFddiMACNumber."
  823.               ::= { snmpFddiMAC  2 }
  824.  
  825.           snmpFddiMACEntry OBJECT-TYPE
  826.               SYNTAX  SnmpFddiMACEntry
  827.               ACCESS  not-accessible
  828.               STATUS  mandatory
  829.               DESCRIPTION
  830.                       "A MAC entry containing information common to a
  831.                       given MAC."
  832.               INDEX   { snmpFddiMACSMTIndex, snmpFddiMACIndex }
  833.               ::= { snmpFddiMACTable 1 }
  834.  
  835.           SnmpFddiMACEntry ::=
  836.               SEQUENCE {
  837.                   snmpFddiMACSMTIndex
  838.                           INTEGER,
  839.  
  840.  
  841.  
  842. Case                                                           [Page 15]
  843.  
  844. RFC 1285                        FDDI MIB                    January 1992
  845.  
  846.  
  847.                   snmpFddiMACIndex
  848.                           INTEGER,
  849.                   snmpFddiMACFrameStatusCapabilities
  850.                           INTEGER,
  851.                   snmpFddiMACTMaxGreatestLowerBound
  852.                           FddiTime,
  853.                   snmpFddiMACTVXGreatestLowerBound
  854.                           FddiTime,
  855.                   snmpFddiMACPathsAvailable
  856.                           INTEGER,
  857.                   snmpFddiMACCurrentPath
  858.                           INTEGER,
  859.                   snmpFddiMACUpstreamNbr
  860.                           FddiMACLongAddressType,
  861.                   snmpFddiMACOldUpstreamNbr
  862.                           FddiMACLongAddressType,
  863.                   snmpFddiMACDupAddrTest
  864.                           INTEGER,
  865.                   snmpFddiMACPathsRequested
  866.                           INTEGER,
  867.                   snmpFddiMACDownstreamPORTType
  868.                           INTEGER,
  869.                   snmpFddiMACSMTAddress
  870.                           FddiMACLongAddressType,
  871.                   snmpFddiMACTReq
  872.                           FddiTime,
  873.                   snmpFddiMACTNeg
  874.                           FddiTime,
  875.                   snmpFddiMACTMax
  876.                           FddiTime,
  877.                   snmpFddiMACTvxValue
  878.                           FddiTime,
  879.                   snmpFddiMACTMin
  880.                           FddiTime,
  881.                   snmpFddiMACCurrentFrameStatus
  882.                           INTEGER,
  883.                   snmpFddiMACFrameCts
  884.                           Counter,
  885.                   snmpFddiMACErrorCts
  886.                           Counter,
  887.                   snmpFddiMACLostCts
  888.                           Counter,
  889.                   snmpFddiMACFrameErrorThreshold
  890.                           INTEGER,
  891.                   snmpFddiMACFrameErrorRatio
  892.                           INTEGER,
  893.                   snmpFddiMACRMTState
  894.                           INTEGER,
  895.  
  896.  
  897.  
  898. Case                                                           [Page 16]
  899.  
  900. RFC 1285                        FDDI MIB                    January 1992
  901.  
  902.  
  903.                   snmpFddiMACDaFlag
  904.                           INTEGER,
  905.                   snmpFddiMACUnaDaFlag
  906.                           INTEGER,
  907.                   snmpFddiMACFrameCondition
  908.                           INTEGER,
  909.                   snmpFddiMACChipSet
  910.                           OBJECT IDENTIFIER,
  911.                   snmpFddiMACAction
  912.                           INTEGER
  913.               }
  914.  
  915.  
  916.           snmpFddiMACSMTIndex OBJECT-TYPE
  917.               SYNTAX  INTEGER (1..65535)
  918.               ACCESS  read-only
  919.               STATUS  mandatory
  920.               DESCRIPTION
  921.                       "The value of the SMT index associated with this
  922.                       MAC."
  923.               ::= { snmpFddiMACEntry 1 }
  924.  
  925.           snmpFddiMACIndex OBJECT-TYPE
  926.               SYNTAX  INTEGER (1..65535)
  927.               ACCESS  read-only
  928.               STATUS  mandatory
  929.               DESCRIPTION
  930.                       "A unique value for each MAC on the managed
  931.                       entity.  The MAC identified by a particular value
  932.                       of this index is that identified by the same value
  933.                       of an ifIndex object instance.  That is, if a MAC
  934.                       is associated with the interface whose value of
  935.                       ifIndex in the Internet-Standard MIB is equal to
  936.                       5, then the value of snmpFddiMACIndex shall also
  937.                       equal 5.  The value for each MAC must remain
  938.                       constant at least from one re-initialization of
  939.                       the entity's network management system to the next
  940.                       re-initialization."
  941.               ::= { snmpFddiMACEntry 2 }
  942.  
  943.           snmpFddiMACFrameStatusCapabilities OBJECT-TYPE
  944.               SYNTAX  INTEGER (0..1799)
  945.               ACCESS  read-only
  946.               STATUS  mandatory
  947.               DESCRIPTION
  948.                       "A value that indicates the MAC's bridge and end-
  949.                       station capabilities for operating in a bridged
  950.                       FDDI network.
  951.  
  952.  
  953.  
  954. Case                                                           [Page 17]
  955.  
  956. RFC 1285                        FDDI MIB                    January 1992
  957.  
  958.  
  959.                       The value is a sum.  This value initially takes
  960.                       the value zero, then for each capability present,
  961.                       2 raised to a power is added to the sum.  The
  962.                       powers are according to the following table:
  963.  
  964.  
  965.                            Capability    Power
  966.                            FSC-Type0    0
  967.                            -- MAC repeats A/C indicators as received on
  968.                            -- copying with the intent to forward.
  969.  
  970.                            FSC-Type1    1
  971.                            -- MAC sets C but not A on copying for
  972.                            -- forwarding.
  973.  
  974.                            FSC-Type2    2
  975.                            -- MAC resets C and sets A on C set and
  976.                            -- A reset if the frame is not copied and the
  977.                            -- frame was addressed to this MAC
  978.  
  979.                            FSC-Type0-programmable    8
  980.                            -- Type0 capability is programmable
  981.  
  982.                            FSC-Type1-programmable    9
  983.                            -- Type1 capability is programmable
  984.  
  985.                            FSC-Type2-programmable   10
  986.                            -- Type2 capability is programmable
  987.                       "
  988.               REFERENCE
  989.                       "ANSI { fddiMAC 11 }"
  990.               ::= { snmpFddiMACEntry 3 }
  991.  
  992.           snmpFddiMACTMaxGreatestLowerBound OBJECT-TYPE
  993.               SYNTAX  FddiTime
  994.               ACCESS  read-write
  995.               STATUS  mandatory
  996.               DESCRIPTION
  997.                       "The greatest lower bound of T_Max supported for
  998.                       this MAC."
  999.               REFERENCE
  1000.                       "ANSI { fddiMAC 13 }"
  1001.               ::= { snmpFddiMACEntry 4 }
  1002.  
  1003.           snmpFddiMACTVXGreatestLowerBound OBJECT-TYPE
  1004.               SYNTAX  FddiTime
  1005.               ACCESS  read-only
  1006.               STATUS  mandatory
  1007.  
  1008.  
  1009.  
  1010. Case                                                           [Page 18]
  1011.  
  1012. RFC 1285                        FDDI MIB                    January 1992
  1013.  
  1014.  
  1015.               DESCRIPTION
  1016.                       "The greatest lower bound of TVX supported for
  1017.                       this MAC."
  1018.               REFERENCE
  1019.                       "ANSI { fddiMAC 14 }"
  1020.               ::= { snmpFddiMACEntry 5 }
  1021.  
  1022.           snmpFddiMACPathsAvailable OBJECT-TYPE
  1023.               SYNTAX  INTEGER (0..7)
  1024.               ACCESS  read-only
  1025.               STATUS  mandatory
  1026.               DESCRIPTION
  1027.                       "A value that indicates the PATH types available
  1028.                       for this MAC.
  1029.  
  1030.                       The value is a sum.  This value initially takes
  1031.                       the value zero, then for each type of PATH that
  1032.                       this MAC has available, 2 raised to a power is
  1033.                       added to the sum.  The powers are according to the
  1034.                       following table:
  1035.  
  1036.                                Path   Power
  1037.                             Primary   0
  1038.                           Secondary   1
  1039.                               Local   2 "
  1040.               REFERENCE
  1041.                       "ANSI { fddiMAC 22 }"
  1042.               ::= { snmpFddiMACEntry 6 }
  1043.  
  1044.           snmpFddiMACCurrentPath OBJECT-TYPE
  1045.               SYNTAX  INTEGER {
  1046.                           unknown(1),
  1047.                           primary(2),
  1048.                           secondary(4),
  1049.                           local(8),
  1050.                           isolated(16)
  1051.                       }
  1052.               ACCESS  read-only
  1053.               STATUS  mandatory
  1054.               DESCRIPTION
  1055.                       "Indicates the association of the MAC with a
  1056.                       station PATH."
  1057.               REFERENCE
  1058.                       "ANSI { fddiMAC 23 }"
  1059.               ::= { snmpFddiMACEntry 7 }
  1060.  
  1061.           snmpFddiMACUpstreamNbr OBJECT-TYPE
  1062.               SYNTAX  FddiMACLongAddressType -- OCTET STRING (SIZE (6))
  1063.  
  1064.  
  1065.  
  1066. Case                                                           [Page 19]
  1067.  
  1068. RFC 1285                        FDDI MIB                    January 1992
  1069.  
  1070.  
  1071.               ACCESS  read-only
  1072.               STATUS  mandatory
  1073.               DESCRIPTION
  1074.                       "The MAC's upstream neighbor's long individual MAC
  1075.                       address.  It may be determined by the Neighbor
  1076.                       Information Frame protocol (refer to ANSI SMT
  1077.                       7.2.1).  The value shall be reported as '00 00 00
  1078.                       00 00 00' if it is unknown."
  1079.               REFERENCE
  1080.                       "ANSI { fddiMAC 24 }"
  1081.               ::= { snmpFddiMACEntry 8 }
  1082.  
  1083.           snmpFddiMACOldUpstreamNbr OBJECT-TYPE
  1084.               SYNTAX  FddiMACLongAddressType -- OCTET STRING (SIZE (6))
  1085.               ACCESS  read-only
  1086.               STATUS  mandatory
  1087.               DESCRIPTION
  1088.                       "The previous value of the MAC's upstream
  1089.                       neighbor's long individual MAC address.  It may be
  1090.                       determined by the Neighbor Information Frame
  1091.                       protocol (refer to ANSI SMT 7.2.1).  The value
  1092.                       shall be reported as '00 00 00 00 00 00' if it is
  1093.                       unknown."
  1094.               REFERENCE
  1095.                       "ANSI { fddiMAC 26 }"
  1096.               ::= { snmpFddiMACEntry 9 }
  1097.  
  1098.           snmpFddiMACDupAddrTest OBJECT-TYPE
  1099.               SYNTAX  INTEGER { none(1), pass(2), fail(3) }
  1100.               ACCESS  read-only
  1101.               STATUS  mandatory
  1102.               DESCRIPTION
  1103.                       "The Duplicate Address Test flag, Dup_Addr_Test
  1104.                       (refer to ANSI 8.3.1)."
  1105.               REFERENCE
  1106.                       "ANSI { fddiMAC 29 }"
  1107.               ::= { snmpFddiMACEntry 10 }
  1108.  
  1109.           snmpFddiMACPathsRequested OBJECT-TYPE
  1110.               SYNTAX  INTEGER
  1111.               ACCESS  read-write
  1112.               STATUS  mandatory
  1113.               DESCRIPTION
  1114.                       "A value that indicates PATH(s) desired for this
  1115.                       MAC.
  1116.  
  1117.                       The value is a sum which represents the individual
  1118.                       PATHs that are desired.  This value initially
  1119.  
  1120.  
  1121.  
  1122. Case                                                           [Page 20]
  1123.  
  1124. RFC 1285                        FDDI MIB                    January 1992
  1125.  
  1126.  
  1127.                       takes the value zero, then for each type of PATH
  1128.                       that this node is, 2 raised to a power is added to
  1129.                       the sum.  The powers are according to the
  1130.                       following table:
  1131.  
  1132.                                Path   Power
  1133.                             Primary   0
  1134.                           Secondary   1
  1135.                               Local   2
  1136.                            Isolated   3
  1137.  
  1138.                       The precedence order is primary, secondary, local,
  1139.                       and then isolated if multiple PATHs are desired
  1140.                       are set."
  1141.               REFERENCE
  1142.                       "ANSI { fddiMAC 32 }"
  1143.               ::= { snmpFddiMACEntry 11 }
  1144.  
  1145.           snmpFddiMACDownstreamPORTType OBJECT-TYPE
  1146.               SYNTAX  INTEGER { a(1), b(2), s(3), m(4), unknown(5) }
  1147.               ACCESS  read-only
  1148.               STATUS  mandatory
  1149.               DESCRIPTION
  1150.                       "Indicates the PC-Type of the first port that is
  1151.                       downstream of this MAC (the exit port)."
  1152.               REFERENCE
  1153.                       "ANSI { fddiMAC 33 }"
  1154.               ::= { snmpFddiMACEntry 12 }
  1155.  
  1156.           snmpFddiMACSMTAddress OBJECT-TYPE
  1157.               SYNTAX  FddiMACLongAddressType -- OCTET STRING (SIZE (6))
  1158.               ACCESS  read-only
  1159.               STATUS  mandatory
  1160.               DESCRIPTION
  1161.                       "The 48 bit individual address of the MAC used for
  1162.                       SMT frames."
  1163.               REFERENCE
  1164.                       "ANSI { fddiMAC 41 }"
  1165.               ::= { snmpFddiMACEntry 13 }
  1166.  
  1167.           snmpFddiMACTReq OBJECT-TYPE
  1168.               SYNTAX  FddiTime
  1169.               ACCESS  read-write
  1170.               STATUS  mandatory
  1171.               DESCRIPTION
  1172.                       "The value of T-Req (refer to ANSI MAC 2.2.1 and
  1173.                       ANSI MAC 7.3.5.2)."
  1174.               REFERENCE
  1175.  
  1176.  
  1177.  
  1178. Case                                                           [Page 21]
  1179.  
  1180. RFC 1285                        FDDI MIB                    January 1992
  1181.  
  1182.  
  1183.                       "ANSI { fddiMAC 51 }"
  1184.               ::= { snmpFddiMACEntry 14 }
  1185.  
  1186.           snmpFddiMACTNeg OBJECT-TYPE
  1187.               SYNTAX  FddiTime
  1188.               ACCESS  read-only
  1189.               STATUS  mandatory
  1190.               DESCRIPTION
  1191.                       "The value of T-Neg (refer to ANSI MAC 2.2.1 and
  1192.                       ANSI MAC 7.3.5.2)."
  1193.               REFERENCE
  1194.                       "ANSI { fddiMAC 52 }"
  1195.               ::= { snmpFddiMACEntry 15 }
  1196.  
  1197.           snmpFddiMACTMax OBJECT-TYPE
  1198.               SYNTAX  FddiTime
  1199.               ACCESS  read-only
  1200.               STATUS  mandatory
  1201.               DESCRIPTION
  1202.                       "The value of T-Max (refer to ANSI MAC 2.2.1 and
  1203.                       ANSI MAC 7.3.5.2)."
  1204.               REFERENCE
  1205.                       "ANSI { fddiMAC 53 }"
  1206.               ::= { snmpFddiMACEntry 16 }
  1207.  
  1208.           snmpFddiMACTvxValue OBJECT-TYPE
  1209.               SYNTAX  FddiTime
  1210.               ACCESS  read-only
  1211.               STATUS  mandatory
  1212.               DESCRIPTION
  1213.                       "The value of TvxValue (refer to ANSI MAC 2.2.1
  1214.                       and ANSI MAC 7.3.5.2)."
  1215.               REFERENCE
  1216.                       "ANSI { fddiMAC 54 }"
  1217.               ::= { snmpFddiMACEntry 17 }
  1218.  
  1219.           snmpFddiMACTMin OBJECT-TYPE
  1220.               SYNTAX  FddiTime
  1221.               ACCESS  read-only
  1222.               STATUS  mandatory
  1223.               DESCRIPTION
  1224.                       "The value of T-Min (refer to ANSI MAC 2.2.1 and
  1225.                       ANSI MAC 7.3.5.2)."
  1226.               REFERENCE
  1227.                       "ANSI { fddiMAC 55 }"
  1228.               ::= { snmpFddiMACEntry 18 }
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Case                                                           [Page 22]
  1235.  
  1236. RFC 1285                        FDDI MIB                    January 1992
  1237.  
  1238.  
  1239.           snmpFddiMACCurrentFrameStatus OBJECT-TYPE
  1240.               SYNTAX  INTEGER (0..7)
  1241.               ACCESS  read-write
  1242.               STATUS  mandatory
  1243.               DESCRIPTION
  1244.                       "A value that indicates the MAC's operational
  1245.                       frame status setting functionality.
  1246.  
  1247.                       The value is a sum.  This value initially takes
  1248.                       the value zero, then for each functionality
  1249.                       present, 2 raised to a power is added to the sum.
  1250.                       The powers are according to the following table:
  1251.  
  1252.                           Functionality   Power
  1253.                               FSC-Type0   0
  1254.                               -- MAC repeats A/C indicators as received
  1255.  
  1256.                               FSC-Type1   1
  1257.                               -- MAC sets C but not A on copying for
  1258.                               -- forwarding
  1259.  
  1260.                               FSC-Type2   2
  1261.                               -- MAC resets C and sets A on C set and A
  1262.                               -- reset if frame is not copied
  1263.                       "
  1264.               REFERENCE
  1265.                       "ANSI { fddiMAC 63 }"
  1266.               ::= { snmpFddiMACEntry 19 }
  1267.  
  1268.           snmpFddiMACFrameCts OBJECT-TYPE
  1269.               SYNTAX  Counter
  1270.               ACCESS  read-only
  1271.               STATUS  mandatory
  1272.               DESCRIPTION
  1273.                       "Frame_Ct (refer to ANSI MAC 2.2.1)."
  1274.               REFERENCE
  1275.                       "ANSI { fddiMAC 71 }"
  1276.               ::= { snmpFddiMACEntry 20 }
  1277.  
  1278.           snmpFddiMACErrorCts OBJECT-TYPE
  1279.               SYNTAX  Counter
  1280.               ACCESS  read-only
  1281.               STATUS  mandatory
  1282.               DESCRIPTION
  1283.                       "Error_Ct (refer to ANSI MAC 2.2.1)."
  1284.               REFERENCE
  1285.                       "ANSI { fddiMAC 81 }"
  1286.               ::= { snmpFddiMACEntry 21 }
  1287.  
  1288.  
  1289.  
  1290. Case                                                           [Page 23]
  1291.  
  1292. RFC 1285                        FDDI MIB                    January 1992
  1293.  
  1294.  
  1295.           snmpFddiMACLostCts OBJECT-TYPE
  1296.               SYNTAX  Counter
  1297.               ACCESS  read-only
  1298.               STATUS  mandatory
  1299.               DESCRIPTION
  1300.                       "Lost_Ct (refer to ANSI MAC 2.2.1)."
  1301.               REFERENCE
  1302.                       "ANSI { fddiMAC 82 }"
  1303.               ::= { snmpFddiMACEntry 22 }
  1304.  
  1305.           snmpFddiMACFrameErrorThreshold OBJECT-TYPE
  1306.               SYNTAX  INTEGER (1..65535)
  1307.               ACCESS  read-only
  1308.               STATUS  mandatory
  1309.               DESCRIPTION
  1310.                       "A threshold for determining when a MAC Condition
  1311.                       report should be generated.  The condition is true
  1312.                       when the ratio, ((delta snmpFddiMACLostCt + delta
  1313.                       snmpFddiMACErrorCt) / (delta snmpFddiMACFrameCt +
  1314.                       delta snmpFddiMACLostCt)) x 2**16. exceeds the
  1315.                       threshold.  It is used to determine when a station
  1316.                       has an unacceptable frame error threshold.  The
  1317.                       sampling algorithm is implementation dependent.
  1318.                       Any attempt to set this variable to a value of
  1319.                       less than one shall result in a badValue error.
  1320.                       Those who are familiar with the SNMP management
  1321.                       framework will recognize that thresholds are not
  1322.                       in keeping with the SNMP philosophy.  However,
  1323.                       this variable is supported by underlying SMT
  1324.                       implementations already and maintaining this
  1325.                       threshold should not pose an undue additional
  1326.                       burden on SNMP agent implementors."
  1327.               REFERENCE
  1328.                       "ANSI { fddiMAC 95 }"
  1329.               ::= { snmpFddiMACEntry 23 }
  1330.  
  1331.           snmpFddiMACFrameErrorRatio OBJECT-TYPE
  1332.               SYNTAX  INTEGER (1..65535)
  1333.               ACCESS  read-only
  1334.               STATUS  mandatory
  1335.               DESCRIPTION
  1336.                       "This attribute is the actual ratio, ((delta
  1337.                       snmpFddiMACLostCt + delta snmpFddiMACErrorCt) /
  1338.                       (delta snmpFddiMACFrameCt + delta
  1339.                       snmpFddiMACLostCt)) x 2**16."
  1340.               REFERENCE
  1341.                       "ANSI { fddiMAC 96 }"
  1342.               ::= { snmpFddiMACEntry 24 }
  1343.  
  1344.  
  1345.  
  1346. Case                                                           [Page 24]
  1347.  
  1348. RFC 1285                        FDDI MIB                    January 1992
  1349.  
  1350.  
  1351.           snmpFddiMACRMTState OBJECT-TYPE
  1352.               SYNTAX  INTEGER {
  1353.                           rm0(1), -- Isolated
  1354.                           rm1(2), -- Non_Op
  1355.                           rm2(3), -- Ring_Op
  1356.                           rm3(4), -- Detect
  1357.                           rm4(5), -- Non_Op_Dup
  1358.                           rm5(6), -- Ring_Op_Dup
  1359.                           rm6(7), -- Directed
  1360.                           rm7(8)  -- Trace
  1361.                       }
  1362.               ACCESS  read-only
  1363.               STATUS  mandatory
  1364.               DESCRIPTION
  1365.                       "Indicates the current state of the Ring
  1366.                       Management state machine (refer to ANSI Section
  1367.                       10)."
  1368.               REFERENCE
  1369.                       "ANSI { fddiMAC 111 }"
  1370.               ::= { snmpFddiMACEntry 25 }
  1371.  
  1372.           snmpFddiMACDaFlag OBJECT-TYPE
  1373.               SYNTAX  INTEGER { true(1), false(2) }
  1374.               ACCESS  read-only
  1375.               STATUS  mandatory
  1376.               DESCRIPTION
  1377.                       "The RMT flag Duplicate Address Flag, DA_Flag
  1378.                       (refer to ANSI 10.3.1.2)."
  1379.               REFERENCE
  1380.                       "ANSI { fddiMAC 112 }"
  1381.               ::= { snmpFddiMACEntry 26 }
  1382.  
  1383.           snmpFddiMACUnaDaFlag OBJECT-TYPE
  1384.               SYNTAX  INTEGER { true(1), false(2) }
  1385.               ACCESS  read-only
  1386.               STATUS  mandatory
  1387.               DESCRIPTION
  1388.                       "A flag set when the upstream neighbor reports a
  1389.                       duplicate address condition.  Reset when the
  1390.                       condition clears."
  1391.               REFERENCE
  1392.                       "ANSI { fddiMAC 113 }"
  1393.               ::= { snmpFddiMACEntry 27 }
  1394.  
  1395.           snmpFddiMACFrameCondition OBJECT-TYPE
  1396.               SYNTAX  INTEGER { true(1), false(2) }
  1397.               ACCESS  read-only
  1398.               STATUS  mandatory
  1399.  
  1400.  
  1401.  
  1402. Case                                                           [Page 25]
  1403.  
  1404. RFC 1285                        FDDI MIB                    January 1992
  1405.  
  1406.  
  1407.               DESCRIPTION
  1408.                       "Indicates the MAC Condition is active when set.
  1409.                       Cleared when the condition clears and on power
  1410.                       up."
  1411.               REFERENCE
  1412.                       "ANSI { fddiMAC 114 }"
  1413.               ::= { snmpFddiMACEntry 28 }
  1414.  
  1415.           snmpFddiMACChipSet OBJECT-TYPE
  1416.               SYNTAX  OBJECT IDENTIFIER
  1417.               ACCESS  read-only
  1418.               STATUS  mandatory
  1419.               DESCRIPTION
  1420.                       "This object identifies the hardware chip(s) which
  1421.                       is (are) principally responsible for the
  1422.                       implementation of the MAC function.  A few OBJECT
  1423.                       IDENTIFIERS are identified elsewhere in this memo.
  1424.                       For those The assignment of additional OBJECT
  1425.                       IDENTIFIERs to various types of hardware chip sets
  1426.                       is managed by the IANA.  For example, vendors
  1427.                       whose chip sets are not defined in this memo may
  1428.                       request a number from the Internet Assigned
  1429.                       Numbers Authority (IANA) which indicates the
  1430.                       assignment of a enterprise specific subtree which,
  1431.                       among other things, may be used to allocate OBJECT
  1432.                       IDENTIFIER assignments for that enterprise's chip
  1433.                       sets.  Similarly, in the absence of an
  1434.                       appropriately assigned OBJECT IDENTIFIER in this
  1435.                       memo or in an enterprise specific subtree of a
  1436.                       chip vendor, a board or system vendor can request
  1437.                       a number for a subtree from the IANA and make an
  1438.                       appropriate assignment.  It is desired that,
  1439.                       whenever possible, the same OBJECT IDENTIFIER be
  1440.                       used for all chips of a given type.  Consequently,
  1441.                       the assignment made in this memo for a chip, if
  1442.                       any, should be used in preference to any other
  1443.                       assignment and the assignment made by the chip
  1444.                       manufacturer, if any, should be used in preference
  1445.                       to assignments made by users of those chips.  If
  1446.                       the hardware chip set is unknown, the object
  1447.                       identifier
  1448.  
  1449.                       unknownChipSet OBJECT IDENTIFIER ::= { 0 0 }
  1450.  
  1451.                       is returned.  Note that unknownChipSet is a
  1452.                       syntactically valid object identifier, and any
  1453.                       conformant implementation of ASN.1 and the BER
  1454.                       must be able to generate and recognize this
  1455.  
  1456.  
  1457.  
  1458. Case                                                           [Page 26]
  1459.  
  1460. RFC 1285                        FDDI MIB                    January 1992
  1461.  
  1462.  
  1463.                       value."
  1464.               ::= { snmpFddiMACEntry 29 }
  1465.  
  1466.           snmpFddiMACAction OBJECT-TYPE
  1467.               SYNTAX  INTEGER {
  1468.                           other(1),           -- none of the following
  1469.                           enableLLCService(2),
  1470.                           disableLLCService(3),
  1471.                           connectMAC(4),
  1472.                           disconnectMAC(5)
  1473.                       }
  1474.               ACCESS  read-write
  1475.               STATUS  mandatory
  1476.               DESCRIPTION
  1477.                       "This object, when read, always returns a value of
  1478.                       other(1).  The behavior of setting this variable
  1479.                       to each of the acceptable values is as follows:
  1480.  
  1481.                       Other:                  Results in a badValue
  1482.                                               error.
  1483.  
  1484.                       enableLLCService:       enables MAC service to
  1485.                                               higher layers.
  1486.  
  1487.                       disableLLCService:      disables MAC service to
  1488.                                               higher layers.
  1489.  
  1490.                       connectMAC:             connect this MAC in
  1491.                                               station.
  1492.  
  1493.                       disconnectMAC:          disconnect this MAC in
  1494.                                               station.
  1495.  
  1496.                       Attempts to set this object to all other values
  1497.                       results in a badValue error."
  1498.               REFERENCE
  1499.                       "ANSI { fddiMAC 130 }"
  1500.               ::= { snmpFddiMACEntry 30 }
  1501.  
  1502.  
  1503.           -- the PATH group
  1504.  
  1505.           -- the PATH group is empty for now and shall remain so until
  1506.           -- the ANSI community sorts out their PATH group
  1507.  
  1508.  
  1509.           -- the PORT group
  1510.           -- Implementation of the PORT group is mandatory for all
  1511.  
  1512.  
  1513.  
  1514. Case                                                           [Page 27]
  1515.  
  1516. RFC 1285                        FDDI MIB                    January 1992
  1517.  
  1518.  
  1519.           -- systems which implement manageable FDDI subsystems.
  1520.  
  1521.           snmpFddiPORTNumber OBJECT-TYPE
  1522.               SYNTAX  INTEGER (0..65535)
  1523.               ACCESS  read-only
  1524.               STATUS  mandatory
  1525.               DESCRIPTION
  1526.                       "The total number of PORT implementations (across
  1527.                       all SMTs) on this network management application
  1528.                       entity.  The value for this variable must remain
  1529.                       constant at least from one re-initialization of
  1530.                       the entity's network management system to the next
  1531.                       re-initialization."
  1532.               ::= { snmpFddiPORT  1 }
  1533.  
  1534.  
  1535.           -- the PORT table
  1536.  
  1537.           snmpFddiPORTTable OBJECT-TYPE
  1538.               SYNTAX  SEQUENCE OF SnmpFddiPORTEntry
  1539.               ACCESS  not-accessible
  1540.               STATUS  mandatory
  1541.               DESCRIPTION
  1542.                       "A list of PORT entries.  The number of entries is
  1543.                       given by the value of snmpFddiPORTNumber."
  1544.               ::= { snmpFddiPORT  2 }
  1545.  
  1546.           snmpFddiPORTEntry OBJECT-TYPE
  1547.               SYNTAX  SnmpFddiPORTEntry
  1548.               ACCESS  not-accessible
  1549.               STATUS  mandatory
  1550.               DESCRIPTION
  1551.                       "A PORT entry containing information common to a
  1552.                       given PORT."
  1553.               INDEX   { snmpFddiPORTSMTIndex, snmpFddiPORTIndex }
  1554.               ::= { snmpFddiPORTTable 1 }
  1555.  
  1556.           SnmpFddiPORTEntry ::=
  1557.               SEQUENCE {
  1558.                   snmpFddiPORTSMTIndex
  1559.                           INTEGER,
  1560.                   snmpFddiPORTIndex
  1561.                           INTEGER,
  1562.                   snmpFddiPORTPCType
  1563.                           INTEGER,
  1564.                   snmpFddiPORTPCNeighbor
  1565.                           INTEGER,
  1566.                   snmpFddiPORTConnectionPolicies
  1567.  
  1568.  
  1569.  
  1570. Case                                                           [Page 28]
  1571.  
  1572. RFC 1285                        FDDI MIB                    January 1992
  1573.  
  1574.  
  1575.                           INTEGER,
  1576.                   snmpFddiPORTRemoteMACIndicated
  1577.                           INTEGER,
  1578.                   snmpFddiPORTCEState
  1579.                           INTEGER,
  1580.                   snmpFddiPORTPathsRequested
  1581.                           INTEGER,
  1582.                   snmpFddiPORTMACPlacement
  1583.                           FddiResourceId,
  1584.                   snmpFddiPORTAvailablePaths
  1585.                           INTEGER,
  1586.                   snmpFddiPORTMACLoopTime
  1587.                           FddiTime,
  1588.                   snmpFddiPORTTBMax
  1589.                           FddiTime,
  1590.                   snmpFddiPORTBSFlag
  1591.                           INTEGER,
  1592.                   snmpFddiPORTLCTFailCts
  1593.                           Counter,
  1594.                   snmpFddiPORTLerEstimate
  1595.                           INTEGER,
  1596.                   snmpFddiPORTLemRejectCts
  1597.                           Counter,
  1598.                   snmpFddiPORTLemCts
  1599.                           Counter,
  1600.                   snmpFddiPORTLerCutoff
  1601.                           INTEGER,
  1602.                   snmpFddiPORTLerAlarm
  1603.                           INTEGER,
  1604.                   snmpFddiPORTConnectState
  1605.                           INTEGER,
  1606.                   snmpFddiPORTPCMState
  1607.                           INTEGER,
  1608.                   snmpFddiPORTPCWithhold
  1609.                           INTEGER,
  1610.                   snmpFddiPORTLerCondition
  1611.                           INTEGER,
  1612.                   snmpFddiPORTChipSet
  1613.                           OBJECT IDENTIFIER,
  1614.                   snmpFddiPORTAction
  1615.                           INTEGER
  1616.               }
  1617.  
  1618.           snmpFddiPORTSMTIndex OBJECT-TYPE
  1619.               SYNTAX  INTEGER (1..65535)
  1620.               ACCESS  read-only
  1621.               STATUS  mandatory
  1622.               DESCRIPTION
  1623.  
  1624.  
  1625.  
  1626. Case                                                           [Page 29]
  1627.  
  1628. RFC 1285                        FDDI MIB                    January 1992
  1629.  
  1630.  
  1631.                       "The value of the SMT index associated with this
  1632.                       PORT."
  1633.               ::= { snmpFddiPORTEntry 1 }
  1634.  
  1635.           snmpFddiPORTIndex OBJECT-TYPE
  1636.               SYNTAX  INTEGER (1..65535)
  1637.               ACCESS  read-only
  1638.               STATUS  mandatory
  1639.               DESCRIPTION
  1640.                       "A unique value for each PORT within a given SMT.
  1641.                       Its value ranges between 1 and the sum of the
  1642.                       values of snmpFddiSMTNonMasterCt
  1643.                       { snmpFddiSMTEntry 6 } and snmpFddiSMTMasterCt
  1644.                       { snmpFddiSMTEntry 7 } on the given SMT.  The
  1645.                       value for each PORT must remain constant at least
  1646.                       from one re-initialization of the entity's network
  1647.                       management system to the next re-initialization."
  1648.               ::= { snmpFddiPORTEntry 2 }
  1649.  
  1650.           snmpFddiPORTPCType OBJECT-TYPE
  1651.               SYNTAX  INTEGER { a(1), b(2), s(3), m(4) }
  1652.               ACCESS  read-only
  1653.               STATUS  mandatory
  1654.               DESCRIPTION
  1655.                       "PC_Type (refer to ANSI SMT 9.2.2 and ANSI SMT
  1656.                       9.6.3.2)."
  1657.               REFERENCE
  1658.                       "ANSI { fddiPORT 12 }"
  1659.               ::= { snmpFddiPORTEntry 3 }
  1660.  
  1661.           snmpFddiPORTPCNeighbor OBJECT-TYPE
  1662.               SYNTAX  INTEGER { a(1), b(2), s(3), m(4), unknown(5) }
  1663.               ACCESS  read-only
  1664.               STATUS  mandatory
  1665.               DESCRIPTION
  1666.                       "The type (PC_Neighbor) of the remote PORT that is
  1667.                       determined in PC_Signaling in R_Val (1,2) (refer
  1668.                       to ANSI SMT 9.6.3.2)."
  1669.               REFERENCE
  1670.                       "ANSI { fddiPORT 13 }"
  1671.               ::= { snmpFddiPORTEntry 4 }
  1672.  
  1673.           snmpFddiPORTConnectionPolicies OBJECT-TYPE
  1674.               SYNTAX  INTEGER (0..7)
  1675.               ACCESS  read-write
  1676.               STATUS  mandatory
  1677.               DESCRIPTION
  1678.                       "A value that indicates the node's PORT policies.
  1679.  
  1680.  
  1681.  
  1682. Case                                                           [Page 30]
  1683.  
  1684. RFC 1285                        FDDI MIB                    January 1992
  1685.  
  1686.  
  1687.                       Pc-MAC-LCT, Pc-MAC-Loop, and Pc-MAC-Placement
  1688.                       indicate how the respective PC Signaling
  1689.                       Capability flags should  be set (refer to ANSI SMT
  1690.                       9.4.3.2).
  1691.  
  1692.                       The value is a sum.  This value initially takes
  1693.                       the value zero, then for each PORT policy, 2
  1694.                       raised to a power is added to the sum.  The powers
  1695.                       are according to the following table:
  1696.  
  1697.                                     Policy   Power
  1698.                                 Pc-MAC-LCT   0
  1699.                                Pc-MAC-Loop   1
  1700.                           Pc-MAC-Placement   2 "
  1701.               REFERENCE
  1702.                       "ANSI { fddiPORT 14 }"
  1703.               ::= { snmpFddiPORTEntry 5 }
  1704.  
  1705.           snmpFddiPORTRemoteMACIndicated OBJECT-TYPE
  1706.               SYNTAX  INTEGER { true(1), false(2) }
  1707.               ACCESS  read-only
  1708.               STATUS  mandatory
  1709.               DESCRIPTION
  1710.                       "The indication, in PC-Signaling that the remote
  1711.                       partner intends to place a MAC in the output token
  1712.                       PATH of this PORT.  Signaled as R_Val (9) (refer
  1713.                       to ANSI SMT 9.6.3.2)."
  1714.               REFERENCE
  1715.                       "ANSI { fddiPORT 15 }"
  1716.               ::= { snmpFddiPORTEntry 6 }
  1717.  
  1718.           snmpFddiPORTCEState OBJECT-TYPE
  1719.               SYNTAX  INTEGER {
  1720.                           ce0(1), -- Isolated
  1721.                           ce1(2), -- Insert_P
  1722.                           ce2(3), -- Insert_S
  1723.                           ce3(4), -- Insert_X
  1724.                           ce4(5)  -- Local
  1725.                       }
  1726.               ACCESS  read-only
  1727.               STATUS  mandatory
  1728.               DESCRIPTION
  1729.                       "Indicates the current state of PORT's
  1730.                       Configuration Element (CE) (refer to ANSI 9.7.5).
  1731.                       Note that this value represents the Current Path
  1732.                       information for this PORT."
  1733.               REFERENCE
  1734.                       "ANSI { fddiPORT 16 }"
  1735.  
  1736.  
  1737.  
  1738. Case                                                           [Page 31]
  1739.  
  1740. RFC 1285                        FDDI MIB                    January 1992
  1741.  
  1742.  
  1743.               ::= { snmpFddiPORTEntry 7 }
  1744.  
  1745.           snmpFddiPORTPathsRequested OBJECT-TYPE
  1746.               SYNTAX  INTEGER (0..15)
  1747.               ACCESS  read-write
  1748.               STATUS  mandatory
  1749.               DESCRIPTION
  1750.                       "A value that indicates the desired association(s)
  1751.                       of the port with a station PATH.  The 'Primary'
  1752.                       Path is the default.  The value of 'Secondary' is
  1753.                       only meaningful for S (slave) or M (master) PORT
  1754.                       PC-Types.  This value effects the setting of the
  1755.                       CF_Insert_S, and CF_Insert_L flags (refer to ANSI
  1756.                       Section 9.4.3).  If the 'Primary' PATH is present,
  1757.                       then the Primary PATH (the default PATH) is
  1758.                       selected.  If the 'Secondary' PATH is present and
  1759.                       the 'Primary' PATH is not present, then the
  1760.                       CF_Insert_S flag is set.  If the 'Local' PATH is
  1761.                       sent and neither the 'Primary' or 'Secondary'
  1762.                       PATHs are sent, then the CF_Insert_L flag is set.
  1763.  
  1764.                       The value is a sum.  This value initially takes
  1765.                       the value zero, then for each type of PATH
  1766.                       desired, 2 raised to a power is added to the sum.
  1767.                       The powers are according to the following table:
  1768.  
  1769.                                Path   Power
  1770.                             Primary   0
  1771.                           Secondary   1
  1772.                               Local   2
  1773.                            Isolated   3 "
  1774.               REFERENCE
  1775.                       "ANSI { fddiPORT 17 }"
  1776.               ::= { snmpFddiPORTEntry 8 }
  1777.  
  1778.           snmpFddiPORTMACPlacement OBJECT-TYPE
  1779.               SYNTAX  FddiResourceId -- INTEGER (0..65535)
  1780.               ACCESS  read-only
  1781.               STATUS  mandatory
  1782.               DESCRIPTION
  1783.                       "Indicates the upstream MAC, if any, that is
  1784.                       associated with the PORT.  The value shall be zero
  1785.                       if there is no MAC associated with the PORT.
  1786.                       Otherwise, the value shall be equal to the value
  1787.                       of snmpFddiMACIndex associated with the MAC."
  1788.               REFERENCE
  1789.                       "ANSI { fddiPORT 18 }"
  1790.               ::= { snmpFddiPORTEntry 9 }
  1791.  
  1792.  
  1793.  
  1794. Case                                                           [Page 32]
  1795.  
  1796. RFC 1285                        FDDI MIB                    January 1992
  1797.  
  1798.  
  1799.           snmpFddiPORTAvailablePaths OBJECT-TYPE
  1800.               SYNTAX  INTEGER (0..7)
  1801.               ACCESS  read-only
  1802.               STATUS  mandatory
  1803.               DESCRIPTION
  1804.                       "A value that indicates the PATH types available
  1805.                       for M and S PORTs.
  1806.  
  1807.                       The value is a sum.  This value initially takes
  1808.                       the value zero, then for each type of PATH that
  1809.                       this port has available, 2 raised to a power is
  1810.                       added to the sum.  The powers are according to the
  1811.                       following table:
  1812.  
  1813.                                Path   Power
  1814.                             Primary   0
  1815.                           Secondary   1
  1816.                               Local   2 "
  1817.               REFERENCE
  1818.                       "ANSI { fddiPORT 19 }"
  1819.               ::= { snmpFddiPORTEntry 10 }
  1820.  
  1821.           snmpFddiPORTMACLoopTime OBJECT-TYPE
  1822.               SYNTAX  FddiTime
  1823.               ACCESS  read-write
  1824.               STATUS  mandatory
  1825.               DESCRIPTION
  1826.                       "Time for the optional MAC Local Loop, T_Next(9),
  1827.                       which is greater-than or equal-to 200 milliseconds
  1828.                       (refer to ANSI SMT 9.4.4.2.3)."
  1829.               REFERENCE
  1830.                       "ANSI { fddiPORT 21 }"
  1831.               ::= { snmpFddiPORTEntry 11 }
  1832.  
  1833.           snmpFddiPORTTBMax OBJECT-TYPE
  1834.               SYNTAX  FddiTime
  1835.               ACCESS  read-write
  1836.               STATUS  mandatory
  1837.               DESCRIPTION
  1838.                       "TB_Max (refer to ANSI SMT 9.4.4.2.1)."
  1839.               REFERENCE
  1840.                       "ANSI { fddiPORT 32 }"
  1841.               ::= { snmpFddiPORTEntry 12 }
  1842.  
  1843.           snmpFddiPORTBSFlag OBJECT-TYPE
  1844.               SYNTAX  INTEGER { true(1), false(2) }
  1845.               ACCESS  read-only
  1846.               STATUS  mandatory
  1847.  
  1848.  
  1849.  
  1850. Case                                                           [Page 33]
  1851.  
  1852. RFC 1285                        FDDI MIB                    January 1992
  1853.  
  1854.  
  1855.               DESCRIPTION
  1856.                       "The Break State, BS_Flag (refer to ANSI SMT
  1857.                       9.4.3.4)."
  1858.               REFERENCE
  1859.                       "ANSI { fddiPORT 33 }"
  1860.               ::= { snmpFddiPORTEntry 13 }
  1861.  
  1862.           snmpFddiPORTLCTFailCts OBJECT-TYPE
  1863.               SYNTAX  Counter
  1864.               ACCESS  read-only
  1865.               STATUS  mandatory
  1866.               DESCRIPTION
  1867.                       "The count of the consecutive times the link
  1868.                       confidence test (LCT) has failed during connection
  1869.                       management (refer to ANSI 9.4.1)."
  1870.               REFERENCE
  1871.                       "ANSI { fddiPORT 42 }"
  1872.               ::= { snmpFddiPORTEntry 14 }
  1873.  
  1874.           snmpFddiPORTLerEstimate OBJECT-TYPE
  1875.               SYNTAX  INTEGER (4..15)
  1876.               ACCESS  read-only
  1877.               STATUS  mandatory
  1878.               DESCRIPTION
  1879.                       "A long term average link error rate.  It ranges
  1880.                       from 10**-4 to 10**-15 and is reported as the
  1881.                       absolute value of the exponent of the estimate."
  1882.               REFERENCE
  1883.                       "ANSI { fddiPORT 51 }"
  1884.               ::= { snmpFddiPORTEntry 15 }
  1885.  
  1886.           snmpFddiPORTLemRejectCts OBJECT-TYPE
  1887.               SYNTAX  Counter
  1888.               ACCESS  read-only
  1889.               STATUS  mandatory
  1890.               DESCRIPTION
  1891.                       "A link error monitoring count of the times that a
  1892.                       link has been rejected."
  1893.               REFERENCE
  1894.                       "ANSI { fddiPORT 52 }"
  1895.               ::= { snmpFddiPORTEntry 16 }
  1896.  
  1897.           snmpFddiPORTLemCts OBJECT-TYPE
  1898.               SYNTAX  Counter
  1899.               ACCESS  read-only
  1900.               STATUS  mandatory
  1901.               DESCRIPTION
  1902.                       "The aggregate link error monitor error count, set
  1903.  
  1904.  
  1905.  
  1906. Case                                                           [Page 34]
  1907.  
  1908. RFC 1285                        FDDI MIB                    January 1992
  1909.  
  1910.  
  1911.                       to zero only on station power_up."
  1912.               REFERENCE
  1913.                       "ANSI { fddiPORT 53 }"
  1914.               ::= { snmpFddiPORTEntry 17 }
  1915.  
  1916.           snmpFddiPORTLerCutoff OBJECT-TYPE
  1917.               SYNTAX  INTEGER (4..15)
  1918.               ACCESS  read-write
  1919.               STATUS  mandatory
  1920.               DESCRIPTION
  1921.                       "The link error rate estimate at which a link
  1922.                       connection will be broken.  It ranges from 10**-4
  1923.                       to 10**-15 and is reported as the absolute value
  1924.                       of the exponent."
  1925.               REFERENCE
  1926.                       "ANSI { fddiPORT 58 }"
  1927.               ::= { snmpFddiPORTEntry 18 }
  1928.  
  1929.           snmpFddiPORTLerAlarm OBJECT-TYPE
  1930.               SYNTAX  INTEGER (4..15)
  1931.               ACCESS  read-write
  1932.               STATUS  mandatory
  1933.               DESCRIPTION
  1934.                       "The link error rate estimate at which a link
  1935.                       connection will generate an alarm.  It ranges from
  1936.                       10**-4 to 10**-15 and is reported as the absolute
  1937.                       value of the exponent of the estimate."
  1938.               REFERENCE
  1939.                       "ANSI { fddiPORT 59 }"
  1940.               ::= { snmpFddiPORTEntry 19 }
  1941.  
  1942.           snmpFddiPORTConnectState OBJECT-TYPE
  1943.               SYNTAX  INTEGER {
  1944.                           disabled(1),
  1945.                           connecting(2),
  1946.                           standby(3),
  1947.                           active(4)
  1948.                       }
  1949.               ACCESS  read-only
  1950.               STATUS  mandatory
  1951.               DESCRIPTION
  1952.                       "An indication of the connect state of this PORT.
  1953.                       Basically, this gives a higher level view of the
  1954.                       state of the connection by grouping PCM states and
  1955.                       the PC-Withhold flag state.  The supported values
  1956.                       and their corresponding PCM states and PC-Withhold
  1957.                       condition, when relevant, are:
  1958.  
  1959.  
  1960.  
  1961.  
  1962. Case                                                           [Page 35]
  1963.  
  1964. RFC 1285                        FDDI MIB                    January 1992
  1965.  
  1966.  
  1967.                         disabled: (PC0:Off, PC9:Maint)
  1968.  
  1969.                       connecting: (PC1(Break) || PC3 (Connect) || PC4
  1970.                       (Next)                 || PC5 (Signal) || PC6
  1971.                       (Join) || PC7 (Verify))             &&
  1972.                       (PC_Withhold = None)
  1973.  
  1974.                          standby: (NOT PC_Withhold == None)
  1975.  
  1976.                           active: (PC2:Trace || PC8:Active) "
  1977.               REFERENCE
  1978.                       "ANSI { fddiPORT 61 }"
  1979.               ::= { snmpFddiPORTEntry 20 }
  1980.  
  1981.           snmpFddiPORTPCMState OBJECT-TYPE
  1982.               SYNTAX  INTEGER {
  1983.                           pc0(1), -- Off
  1984.                           pc1(2), -- Break
  1985.                           pc2(3), -- Trace
  1986.                           pc3(4), -- Connect
  1987.                           pc4(5), -- Next
  1988.                           pc5(6), -- Signal
  1989.                           pc6(7), -- Join
  1990.                           pc7(8), -- Verify
  1991.                           pc8(9), -- Active
  1992.                           pc9(10) -- Maint
  1993.                       }
  1994.               ACCESS  read-only
  1995.               STATUS  mandatory
  1996.               DESCRIPTION
  1997.                       "(refer to SMT 9.6.2)."
  1998.               REFERENCE
  1999.                       "ANSI { fddiPORT 62 }"
  2000.               ::= { snmpFddiPORTEntry 21 }
  2001.  
  2002.           snmpFddiPORTPCWithhold OBJECT-TYPE
  2003.               SYNTAX  INTEGER { none(1), m-m(2), other(3) }
  2004.               ACCESS  read-only
  2005.               STATUS  mandatory
  2006.               DESCRIPTION
  2007.                       "PC_Withhold, (refer to ANSI SMT 9.4.1)."
  2008.               REFERENCE
  2009.                       "ANSI { fddiPORT 63 }"
  2010.               ::= { snmpFddiPORTEntry 22 }
  2011.  
  2012.           snmpFddiPORTLerCondition OBJECT-TYPE
  2013.               SYNTAX  INTEGER { true(1), false(2) }
  2014.               ACCESS  read-only
  2015.  
  2016.  
  2017.  
  2018. Case                                                           [Page 36]
  2019.  
  2020. RFC 1285                        FDDI MIB                    January 1992
  2021.  
  2022.  
  2023.               STATUS  mandatory
  2024.               DESCRIPTION
  2025.                       "This variable is set to true whenever LerEstimate
  2026.                       is less than or equal to LerAlarm."
  2027.               REFERENCE
  2028.                       "ANSI { fddiPORT 64 }"
  2029.               ::= { snmpFddiPORTEntry 23 }
  2030.  
  2031.           snmpFddiPORTChipSet OBJECT-TYPE
  2032.               SYNTAX  OBJECT IDENTIFIER
  2033.               ACCESS  read-only
  2034.               STATUS  mandatory
  2035.               DESCRIPTION
  2036.                       "This object identifies the hardware chip(s) which
  2037.                       is (are) principally responsible for the
  2038.                       implementation of the PORT (PHY) function.  A few
  2039.                       OBJECT IDENTIFIERS are identified elsewhere in
  2040.                       this memo.  For those The assignment of additional
  2041.                       OBJECT IDENTIFIERs to various types of hardware
  2042.                       chip sets is managed by the IANA.  For example,
  2043.                       vendors whose chip sets are not defined in this
  2044.                       memo may request a number from the Internet
  2045.                       Assigned Numbers Authority (IANA) which indicates
  2046.                       the assignment of a enterprise specific subtree
  2047.                       which, among other things, may be used to allocate
  2048.                       OBJECT IDENTIFIER assignments for that
  2049.                       enterprise's chip sets.  Similarly, in the absence
  2050.                       of an appropriately assigned OBJECT IDENTIFIER in
  2051.                       this memo or in an enterprise specific subtree of
  2052.                       a chip vendor, a board or system vendor can
  2053.                       request a number for a subtree from the IANA and
  2054.                       make an appropriate assignment.  It is desired
  2055.                       that, whenever possible, the same OBJECT
  2056.                       IDENTIFIER be used for all chips of a given type.
  2057.                       Consequently, the assignment made in this memo for
  2058.                       a chip, if any, should be used in preference to
  2059.                       any other assignment and the assignment made by
  2060.                       the chip manufacturer, if any, should be used in
  2061.                       preference to assignments made by users of those
  2062.                       chips.  If the hardware chip set is unknown, the
  2063.                       object identifier
  2064.  
  2065.                       unknownChipSet OBJECT IDENTIFIER ::= { 0 0 }
  2066.  
  2067.                       is returned.  Note that unknownChipSet is a
  2068.                       syntactically valid object identifier, and any
  2069.                       conformant implementation of ASN.1 and the BER
  2070.                       must be able to generate and recognize this
  2071.  
  2072.  
  2073.  
  2074. Case                                                           [Page 37]
  2075.  
  2076. RFC 1285                        FDDI MIB                    January 1992
  2077.  
  2078.  
  2079.                       value."
  2080.               ::= { snmpFddiPORTEntry 24 }
  2081.  
  2082.           snmpFddiPORTAction OBJECT-TYPE
  2083.               SYNTAX  INTEGER {
  2084.                           other(1),           -- none of the following
  2085.                           maintPORT(2),
  2086.                           enablePORT(3),
  2087.                           disablePORT(4),
  2088.                           startPORT(5),
  2089.                           stopPORT(6)
  2090.                       }
  2091.               ACCESS  read-write
  2092.               STATUS  mandatory
  2093.               DESCRIPTION
  2094.                       "This object, when read, always returns a value of
  2095.                       other(1).  The behavior of setting this variable
  2096.                       to each of the acceptable values is as follows:
  2097.  
  2098.                       Other:          Results in a badValue error.
  2099.  
  2100.                       maintPORT:      Signal PC_Maint
  2101.  
  2102.                       enablePORT:     Signal PC_Enable
  2103.  
  2104.                       disablePORT:    Signal PC_Disable
  2105.  
  2106.                       startPORT:      Signal PC_Start
  2107.  
  2108.                       stopPORT:       Signal PC_Stop
  2109.  
  2110.                       Signals cause an SM_CM_CONTROL.request service to
  2111.                       be generated with a control_action of `Signal' and
  2112.                       the `variable' parameter set with the appropriate
  2113.                       value (i.e., PC_Maint, PC_Enable, PC_Disable,
  2114.                       PC_Start, PC_Stop).  Ref. ANSI SMT Section 9.3.2.
  2115.  
  2116.                       Attempts to set this object to all other values
  2117.                       results in a badValue error."
  2118.               REFERENCE
  2119.                       "ANSI { fddiPORT 70 }"
  2120.               ::= { snmpFddiPORTEntry 25 }
  2121.  
  2122.  
  2123.           -- the ATTACHMENT group
  2124.           -- Implementation of the ATTACHMENT group is mandatory for
  2125.           -- all systems which implement manageable FDDI subsystems.
  2126.  
  2127.  
  2128.  
  2129.  
  2130. Case                                                           [Page 38]
  2131.  
  2132. RFC 1285                        FDDI MIB                    January 1992
  2133.  
  2134.  
  2135.           snmpFddiATTACHMENTNumber OBJECT-TYPE
  2136.               SYNTAX  INTEGER (0..65535)
  2137.               ACCESS  read-only
  2138.               STATUS  mandatory
  2139.               DESCRIPTION
  2140.                       "The total number of attachments (across all SMTs)
  2141.                       on this network management application entity.
  2142.                       The value for this variable must remain constant
  2143.                       at least from one re-initialization of the
  2144.                       entity's network management system to the next
  2145.                       re-initialization."
  2146.               ::= { snmpFddiATTACHMENT  1 }
  2147.  
  2148.  
  2149.           -- the ATTACHMENT table
  2150.  
  2151.           snmpFddiATTACHMENTTable OBJECT-TYPE
  2152.               SYNTAX  SEQUENCE OF SnmpFddiATTACHMENTEntry
  2153.               ACCESS  not-accessible
  2154.               STATUS  mandatory
  2155.               DESCRIPTION
  2156.                       "A list of ATTACHMENT entries.  The number of
  2157.                       entries is given by the value of
  2158.                       snmpFddiATTACHMENTNumber."
  2159.               ::= { snmpFddiATTACHMENT  2 }
  2160.  
  2161.           snmpFddiATTACHMENTEntry OBJECT-TYPE
  2162.               SYNTAX  SnmpFddiATTACHMENTEntry
  2163.               ACCESS  not-accessible
  2164.               STATUS  mandatory
  2165.               DESCRIPTION
  2166.                       "An ATTACHMENT entry containing information common
  2167.                       to a given set of ATTACHMENTs.
  2168.  
  2169.                       The ATTACHMENT Resource represents a PORT or a
  2170.                       pair of PORTs plus the optional associated optical
  2171.                       bypass that are managed as a functional unit.
  2172.                       Because of its relationship to the PORT Objects,
  2173.                       there is a natural association of ATTACHMENT
  2174.                       Resource Indices to the PORT Indices.  The
  2175.                       resource index for the ATTACHMENT is equal to the
  2176.                       associated PORT index for 'single-attachment' and
  2177.                       'concentrator' type snmpFddiATTACHMENTClasses.
  2178.                       For 'dual-attachment' Classes, the ATTACHMENT
  2179.                       Index is the PORT Index of the A PORT of the A/B
  2180.                       PORT Pair that represents the ATTACHMENT."
  2181.               INDEX   { snmpFddiATTACHMENTSMTIndex,
  2182.                                              snmpFddiATTACHMENTIndex }
  2183.  
  2184.  
  2185.  
  2186. Case                                                           [Page 39]
  2187.  
  2188. RFC 1285                        FDDI MIB                    January 1992
  2189.  
  2190.  
  2191.               ::= { snmpFddiATTACHMENTTable 1 }
  2192.  
  2193.           SnmpFddiATTACHMENTEntry ::=
  2194.               SEQUENCE {
  2195.                   snmpFddiATTACHMENTSMTIndex
  2196.                           INTEGER,
  2197.                   snmpFddiATTACHMENTIndex
  2198.                           INTEGER,
  2199.                   snmpFddiATTACHMENTClass
  2200.                           INTEGER,
  2201.                   snmpFddiATTACHMENTOpticalBypassPresent
  2202.                           INTEGER,
  2203.                   snmpFddiATTACHMENTIMaxExpiration
  2204.                           FddiTime,
  2205.                   snmpFddiATTACHMENTInsertedStatus
  2206.                           INTEGER,
  2207.                   snmpFddiATTACHMENTInsertPolicy
  2208.                           INTEGER
  2209.               }
  2210.  
  2211.           snmpFddiATTACHMENTSMTIndex OBJECT-TYPE
  2212.               SYNTAX  INTEGER (1..65535)
  2213.               ACCESS  read-only
  2214.               STATUS  mandatory
  2215.               DESCRIPTION
  2216.                       "The value of the SMT index associated with this
  2217.                       ATTACHMENT."
  2218.               ::= { snmpFddiATTACHMENTEntry 1 }
  2219.  
  2220.           snmpFddiATTACHMENTIndex OBJECT-TYPE
  2221.               SYNTAX  INTEGER (1..65535)
  2222.               ACCESS  read-only
  2223.               STATUS  mandatory
  2224.               DESCRIPTION
  2225.                       "A unique value for each ATTACHMENT on a given
  2226.                       SMT.  Its value ranges between 1 and the sum of
  2227.                       the values of snmpFddiSMTNonMasterCt {
  2228.                       snmpFddiSMTEntry 6 } and snmpFddiSMTMasterCt {
  2229.                       snmpFddiSMTEntry 7 } on the given SMT.  The value
  2230.                       for each ATTACHMENT must remain constant at least
  2231.                       from one re-initialization of the entity's network
  2232.                       management system to the next re-initialization."
  2233.               ::= { snmpFddiATTACHMENTEntry 2 }
  2234.  
  2235.           snmpFddiATTACHMENTClass OBJECT-TYPE
  2236.               SYNTAX  INTEGER {
  2237.                           single-attachment(1),
  2238.                           dual-attachment(2),
  2239.  
  2240.  
  2241.  
  2242. Case                                                           [Page 40]
  2243.  
  2244. RFC 1285                        FDDI MIB                    January 1992
  2245.  
  2246.  
  2247.                           concentrator(3)
  2248.                       }
  2249.               ACCESS  read-only
  2250.               STATUS  mandatory
  2251.               DESCRIPTION
  2252.                       "The Attachment class.  This  represents a PORT or
  2253.                       a pair of PORTs plus the associated optional
  2254.                       optical bypass that are managed as a functional
  2255.                       unit.  The PORT associations are the following:
  2256.  
  2257.                           single-attachment - S PORTs
  2258.                             dual-attachment - A/B PORT Pairs
  2259.                                concentrator - M PORTs "
  2260.               REFERENCE
  2261.                       "ANSI { fddiATTACHMENT 11 }"
  2262.               ::= { snmpFddiATTACHMENTEntry 3 }
  2263.  
  2264.           snmpFddiATTACHMENTOpticalBypassPresent OBJECT-TYPE
  2265.               SYNTAX  INTEGER { true(1), false(2) }
  2266.               ACCESS  read-only
  2267.               STATUS  mandatory
  2268.               DESCRIPTION
  2269.                       "The value of this value is false for 'single-
  2270.                       attachment' and { snmpFddiATTACHMENT 11 }.
  2271.                       Correct operation of CMT for single-attachment and
  2272.                       concentrator attachments requires that a bypass
  2273.                       function must not loopback the network side of the
  2274.                       MIC, but only the node side."
  2275.               REFERENCE
  2276.                       "ANSI { fddiATTACHMENT 12 }"
  2277.               ::= { snmpFddiATTACHMENTEntry 4 }
  2278.  
  2279.           snmpFddiATTACHMENTIMaxExpiration OBJECT-TYPE
  2280.               SYNTAX  FddiTime
  2281.               ACCESS  read-only
  2282.               STATUS  mandatory
  2283.               DESCRIPTION
  2284.                       "I_Max (refer to ANSI SMT 9.4.4.2.1).  It is
  2285.                       recognized that some currently deployed systems do
  2286.                       not implement an optical bypass.  Systems which do
  2287.                       not implement optical bypass should return a value
  2288.                       of 0."
  2289.               REFERENCE
  2290.                       "ANSI { fddiATTACHMENT 13 }"
  2291.               ::= { snmpFddiATTACHMENTEntry 5 }
  2292.  
  2293.           snmpFddiATTACHMENTInsertedStatus OBJECT-TYPE
  2294.               SYNTAX  INTEGER { true(1), false(2), unimplemented(3) }
  2295.  
  2296.  
  2297.  
  2298. Case                                                           [Page 41]
  2299.  
  2300. RFC 1285                        FDDI MIB                    January 1992
  2301.  
  2302.  
  2303.               ACCESS  read-only
  2304.               STATUS  mandatory
  2305.               DESCRIPTION
  2306.                       "Indicates whether the attachment is currently
  2307.                       inserted in the node."
  2308.               REFERENCE
  2309.                       "ANSI { fddiATTACHMENT 14 }"
  2310.               ::= { snmpFddiATTACHMENTEntry 6 }
  2311.  
  2312.           snmpFddiATTACHMENTInsertPolicy OBJECT-TYPE
  2313.               SYNTAX  INTEGER { true(1), false(2), unimplemented(3) }
  2314.               ACCESS  read-write
  2315.               STATUS  mandatory
  2316.               DESCRIPTION
  2317.                       "Indicates the Insert Policy for this Attachment.
  2318.                       Insert: True (1), Don't Insert:  False (2),
  2319.                       Unimplemented (3)"
  2320.               REFERENCE
  2321.                       "ANSI { fddiATTACHMENT 15 }"
  2322.               ::= { snmpFddiATTACHMENTEntry 7 }
  2323.  
  2324.  
  2325.           -- the Chip Set group
  2326.           -- The following object identifiers are allocated for use
  2327.           -- with the snmpFddiMACChipSet and snmpFddiPORTChipSet
  2328.           -- variables.
  2329.  
  2330.                  snmpFddiPHYChipSets   -- Chips primarily responsible
  2331.                                        -- for implementing the PHY
  2332.                                        -- function.
  2333.                          OBJECT IDENTIFIER ::= { snmpFddiChipSets 1 }
  2334.  
  2335.                                        -- None defined at present
  2336.                                        -- Chipsets may someday be
  2337.                                        -- defined here
  2338.  
  2339.  
  2340.                  snmpFddiMACChipSets   -- Chips primarily responsible
  2341.                                        -- for implementing the
  2342.                                        -- MAC function.
  2343.                          OBJECT IDENTIFIER ::= { snmpFddiChipSets 2 }
  2344.  
  2345.                                         -- None defined at present
  2346.                                         -- Chipsets may someday be
  2347.                                         -- defined here
  2348.  
  2349.                  snmpFddiPHYMACChipSets -- Chips which implement both
  2350.                                         -- the PHY and MAC functions
  2351.  
  2352.  
  2353.  
  2354. Case                                                           [Page 42]
  2355.  
  2356. RFC 1285                        FDDI MIB                    January 1992
  2357.  
  2358.  
  2359.                          OBJECT IDENTIFIER ::= { snmpFddiChipSets 3 }
  2360.  
  2361.                                         -- None defined at present
  2362.                                         -- Chipsets may someday be
  2363.                                         -- defined here
  2364.  
  2365.           END
  2366.  
  2367. 6.  Acknowledgements
  2368.  
  2369.    This document was produced by the IETF FDDI MIB working group:
  2370.  
  2371.                Steve Adams, Digital Equipment Corporation
  2372.                Hossein Alaee, 3Com Corporation
  2373.                Haggar Alsaleh, Bell Northern Research
  2374.                William Anderson, Mitre Corporation
  2375.                Alan Apt, Addison-Wesley
  2376.                Mary Artibee, Silicon Graphics
  2377.                Karen Auerbach, Epilogue Technologies
  2378.                Doug Bagnall, Apollo/Hewlett Packard
  2379.                Chet Birger, Coral Network Corporation
  2380.                Pablo Brenner, Sparta
  2381.                Howard Brown, Cabletron
  2382.                Jack Brown, US Army Computer Engineering Center
  2383.                Eric Brunner
  2384.                Jeff Case, The University of Tennessee
  2385.                Tammy Chan, Fibercom
  2386.                Asheem Chandna, AT&T
  2387.                Cho Y. Chang, Apollo/Hewlett Packard
  2388.                Chris Chiotasso, Fibronics
  2389.                Paul Ciarfella, Digital Equipment Corporation
  2390.                John Cook, Chipcom
  2391.                Don Coolidge, Silicon Graphics
  2392.                Burt Cyr, Unisys
  2393.                James R. Davin, Massachusetts Institute of Technology
  2394.                Nabil Damouny
  2395.                Nadya El-Afandi, Network Systems Corporation
  2396.                Hunaid Engineer, Cray Research
  2397.                Jeff Fitzgerald, Fibercom
  2398.                Richard Fox, Synoptics
  2399.                Stan Froyd, ACC
  2400.                Debbie Futcher, U.S. Naval Surface Warfare Center
  2401.                Joseph Golio, Cray Research
  2402.                Jeremy Greene, Coral
  2403.                Brian D. Handspicker, Digital Equipment Corporation
  2404.                Peter Hayden, Digital Equipment Corporation
  2405.                Scott Hiles, U.S. Naval Surface Warfare Center
  2406.                Greg Jones, Data General
  2407.  
  2408.  
  2409.  
  2410. Case                                                           [Page 43]
  2411.  
  2412. RFC 1285                        FDDI MIB                    January 1992
  2413.  
  2414.  
  2415.                Satish Joshi, SynOptics Communications
  2416.                Jayant Kadambi, AT&T Bell Labs
  2417.                Joanna Karwowska, Data General
  2418.                Frank Kastenholz, Interlan
  2419.                Jim Kinder, Fibercom
  2420.                Christopher Kolb, PSI
  2421.                Cheryl Krupczak, NCR
  2422.                Peter Lin, Vitalink
  2423.                Then Liu
  2424.                John R. LoVerso, Concurrent Computer Corporation
  2425.                Ron Mackey
  2426.                Gary Malkin, Proteon
  2427.                Bruce McClure, Synernetics
  2428.                Keith McCloghrie, Hughes Lan Systems
  2429.                Donna McMaster, SynOptics
  2430.                John O'Hara, Massachusetts Institute of Technology
  2431.                Dave Perkins, SynOptics Communications
  2432.                James E. Reeves, SynOptics Communications
  2433.                Jim Reinstedler, Ungermann-Bass
  2434.                Radhi Renous, Fibronics
  2435.                Anil Rijsinghani, Digital Equipment Corporation
  2436.                Bob Rolla, Synernetics
  2437.                Nelson Ronkin, Synernetics
  2438.                Marshall T. Rose, Performance Systems International, Inc.
  2439.                Milt Roselinsky, CMC
  2440.                Jon Saperia, Digital Equipment Corporation
  2441.                Greg Satz, cisco Systems
  2442.                Steven Senum, Network Systems Corporation
  2443.                Jim Sheridan, IBM Corporation
  2444.                Jeffrey Schiller, MIT
  2445.                Dror Shindelman, Sparta
  2446.                Mark Sleeper, Sparta
  2447.                Craig Smelser, Digital Equipment Corporation
  2448.                Lou Steinberg, IBM Corporation
  2449.                Mary Jane Strohl, Apollo/Hewlett Packard
  2450.                Sally Tarquinio, Mitre Corporation
  2451.                Kaj Tesink, Bellcore
  2452.                Ian Thomas, Chipcom
  2453.                Dean Throop, Data General
  2454.                Bill Townsend, Xylogics
  2455.                Ahmet H. Tuncay, SynOptics Communications
  2456.                Mike Turico, Motorola
  2457.                Chris VandenBerg, ACC
  2458.                Sudhanshu Verma, Hewlett Packard
  2459.                Joe Vermeulen, UNISYS
  2460.                David Waiteman, BBN
  2461.                Bert Williams, Synernetics
  2462.                Mark Wood, AT&T Computer Systems
  2463.  
  2464.  
  2465.  
  2466. Case                                                           [Page 44]
  2467.  
  2468. RFC 1285                        FDDI MIB                    January 1992
  2469.  
  2470.  
  2471.                Y. C. Yang
  2472.                Denis Yaro, Sun Microsystems
  2473.                Jeff Young, Cray Research
  2474.  
  2475.    The editor gratefully acknowledges the contributions of the editor of
  2476.    the ANSI X3T9.5 SMT document, Mary Jane Strohl of Hewlett
  2477.    Packard/Apollo, whose provision of that document in machine readable
  2478.    form saved much typing and avoided many data entry errors.
  2479.  
  2480.    The author gratefully acknowledges the labors of Dr. Marshall T. Rose
  2481.    in assisting with converting this document to the new concise MIB
  2482.    format.
  2483.  
  2484. 8.  References
  2485.  
  2486.    [1] Rose M., and K. McCloghrie, "Structure and Identification of
  2487.        Management Information for TCP/IP-based internets", RFC 1155,
  2488.        Performance Systems International, Hughes LAN Systems, May 1990.
  2489.  
  2490.    [2] McCloghrie K., and M. Rose, "Management Information Base for
  2491.        Network Management of TCP/IP-based internets", RFC 1156, Hughes
  2492.        LAN Systems, Performance Systems International, May 1990.
  2493.  
  2494.    [3] Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple
  2495.        Network Management Protocol", RFC 1157, SNMP Research,
  2496.        Performance Systems International, Performance Systems
  2497.        International, MIT Laboratory for Computer Science, May 1990.
  2498.  
  2499.    [4] McCloghrie K., and M. Rose, Editors, "Management Information Base
  2500.        for Network Management of TCP/IP-based internets", RFC 1213,
  2501.        Performance Systems International, March 1991.
  2502.  
  2503.    [5] Information processing systems - Open Systems Interconnection -
  2504.        Specification of Abstract Syntax Notation One (ASN.1),
  2505.        International Organization for Standardization, International
  2506.        Standard 8824, December 1987.
  2507.  
  2508.    [6] Information processing systems - Open Systems Interconnection -
  2509.        Specification of Basic Encoding Rules for Abstract Notation One
  2510.        (ASN.1), International Organization for Standardization,
  2511.        International Standard 8825, December 1987.
  2512.  
  2513.    [7] Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  2514.        RFC 1212, Performance Systems International, Hughes LAN Systems,
  2515.        March 1991.
  2516.  
  2517.    [8] American National Standards Institute, "FDDI Station Management
  2518.        (SMT)", Preliminary Draft Proposed American National Standard,
  2519.  
  2520.  
  2521.  
  2522. Case                                                           [Page 45]
  2523.  
  2524. RFC 1285                        FDDI MIB                    January 1992
  2525.  
  2526.  
  2527.        American National Standards Institute, X3T9/90-X3T9.5/84-49 REV
  2528.        6.2, May 18, 1990.
  2529.  
  2530. Security Considerations
  2531.  
  2532.    Security issues are not discussed in this memo.
  2533.  
  2534. Author's Address
  2535.  
  2536.    Jeffrey D. Case
  2537.    SNMP Research, Incorporated
  2538.    3001 Kimberlin Heights Road
  2539.    Knoxville, Tennessee  37920
  2540.  
  2541.    Phone: (615) 573-1434
  2542.  
  2543.    EMail: case@CS.UTK.EDU
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578. Case                                                           [Page 46]
  2579.