home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_s_z / draft-teow-fabric-mib-02.txt < prev    next >
Text File  |  1997-09-18  |  92KB  |  2,647 lines

  1.  
  2.  
  3. Fibre Channel Working Group                                 Kha Sin Teow
  4. INTERNET-DRAFT                       Brocade Communications Systems, Inc.
  5.                                                              Version 1.9
  6.                                                         February 7, 1997
  7.  
  8.  
  9.                      Definitions of Managed Objects
  10.             for the Fabric Element in Fibre Channel Standard
  11.                      <draft-teow-fabric-mib-02.txt>
  12.  
  13.  
  14. Status of this Memo
  15.  
  16. This document is an Internet Draft.  Internet Drafts are working
  17. documents of the Internet Engineering Task Force (IETF), its Areas, and
  18. its Working Groups. Note that other groups may also distribute working
  19. documents as Internet Drafts.
  20.  
  21. Internet Drafts are valid for a maximum of six months and may be
  22. updated, replaced, or obsoleted by other documents at any time.  It is
  23. inappropriate to use Internet Drafts as reference material or to cite
  24. them other than as a "working draft" or "work in progress."
  25.  
  26. Distribution of this memo is unlimited. Please send comments to the ANSI
  27. X3T11 Fibre Channel Working Group: fibre-channel-ext@Think.COM.
  28.  
  29. Abstract
  30.  
  31. This memo defines an experimental portion of the Management Information
  32. Base (MIB) for use with network management protocols in the Internet
  33. community.  In particular, it defines the objects for managing the
  34. operations of the Fabric Element portion of the Fibre Channel Standard
  35. defined in [1], [2] and [3].
  36.  
  37. This memo specifies a MIB module in a manner that is both compliant to
  38. the SNMPv2 SMI, and semantically identical to the peer SNMPv1
  39. definitions.
  40.  
  41. There is a companion memo [10], that defines the objects for managing
  42. the operations of the Node portion of the Fibre Channel Standard (FC).
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. Expiration Date July 1997                               [Page 1]       
  53.  
  54. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  55.  
  56.  
  57. 1. Overview
  58.  
  59. A Fibre Channel Fabric is an entity which interconnects Node Ports
  60. (N_Ports).  It provides transport and routing functions.  In essence, a
  61. Fabric is a network of N_Ports that may communicate with one another.  A
  62. Fabric is composed of one or more Fabric Element that are interconnected
  63. via Inter-element Links (IEL).  A Fabric Element is the smallest unit of
  64. a Fabric that meets the definition of a Fabric.  It must consist of at
  65. least three external ports to connect to either N_Ports or other Fabric
  66. Elements.  In general, a Fabric Element port may be of one of the
  67. following types:
  68.  
  69.  
  70. (1)  F_Port, a fabric port to connect to an N_Port;
  71.  
  72. (2)  E_Port, an expansion port to connect to another Fabric Element;
  73.  
  74. (3)  M_Port, a node port that resides within the Fabric; or
  75.  
  76. (4)  FL_Port, a fabric port that also supports a FC Arbitrated Loop
  77.      [12]).
  78.  
  79.  
  80. This memo shall define objects related to a Fabric Element and its
  81. F_Ports.  Objects related to other types of FC ports shall be defined in
  82. future.
  83.  
  84. 1.1. Management View of a Fabric Element
  85.  
  86. From the management perspective, it is helpful to view a Fabric Element
  87. to be consisting of multiple "modules".  Each module is a grouping,
  88. either physical or logical, of one or more ports that may be managed as
  89. a sub-entity within the Fabric Element.
  90.  
  91. This module mapping is recommended but optional.  A vendor may elect to
  92. put all ports into a single module, or to divide the ports into modules
  93. that do not match physical divisions.
  94.  
  95. The object fcFeModuleCapacity, which has a maximum value of 256, indi-
  96. cates the maximum number of modules that a given Fabric Element may con-
  97. tain.  This value must remain constant from one management restart to
  98. the next.
  99.  
  100. Each module is uniquely identified by a module number in the range of 1
  101. through fcFeModuleCapacity inclusive.  Modules may come and go without
  102. causing a management reset (of sysUpTime), and may be sparsely numbered
  103.  
  104.  
  105.  
  106. Expiration Date July 1997                               [Page 2]       
  107.  
  108. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  109.  
  110.  
  111. within the Fabric Element.  That is, the module numbering is not
  112. required to be contiguous.  For instance, if a module is mapped physi-
  113. cally to a field-replaceable card and in a 13-card cage Fabric Element,
  114. cards 3, 5, 6 and 7 may be installed.  The vendor may choose to label
  115. them as modules 3, 5, 6 and 7 respectively.  In this example, the value
  116. of fcFeModuleCapacity is 13.
  117.  
  118. The object fcFeModuleFPortCapacity, which also has a maximum value of
  119. 256, indicates the maximum number of ports that a given module may con-
  120. tain.  The value of fcFeModulePortCapacity must not change for a given
  121. module.  However, a module may be deleted from the Fabric Element and
  122. replaced with a module containing a different number of ports.  The
  123. value of fcFeModuleLastOperStatusChange will indicate that a change took
  124. place.
  125.  
  126. Each port within the Fabric Element is uniquely identified by a combina-
  127. tion of module number and port number, where port number is an integer
  128. in the range 1..fcFeModuleFPortCapacity.  As with modules within a Fab-
  129. ric Element, ports within a module may be sparsely numbered.  That is
  130. the port numbering is not required to be contiguous.  Likewise, ports
  131. may come and go within a module without causing a management reset.
  132.  
  133. 1.2. Structure of the Fabric Element MIB
  134.  
  135. This memo assumes that a Fabric Element has an SNMP entity (manager,
  136. agent, or proxy agent) associated with its managed objects.  The managed
  137. objects are divided as follow:
  138.  
  139.         - the Configuration group
  140.         - the Operation group
  141.         - the Error group
  142.         - the Accounting group
  143.         - the Capability group
  144.  
  145. In each group, scalar objects and table entries are defined.
  146.  
  147. The Configuration group contains configuration and service parameters
  148. for the Fabric Element, modules and the F_Ports.
  149.  
  150. The Operation group contains the operational status and parameters of an
  151. F_Port.  The group also contains the service parameters that have been
  152. established between the F_Port and its attached N_Port, if applicable.
  153.  
  154. The Error group contains counters tracking various types of errors
  155. detected by each F_Port.  The information may be used for diagnostics
  156. and/or to derive the quality of the link between an F_Port and its
  157.  
  158.  
  159.  
  160. Expiration Date July 1997                               [Page 3]       
  161.  
  162. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  163.  
  164.  
  165. attached N_Port.
  166.  
  167. The Accounting group contains statistic data suitable for deriving
  168. accounting and performance information.
  169.  
  170. The Capability group contains parameters indicating the inherent capa-
  171. bility of the Fabric Element and each F_Port.
  172.  
  173.  
  174. 2. Application of MIB-II to Fabric Element
  175.  
  176.  
  177. 2.1. The System Group
  178.  
  179. For the purposes of the sysServices object in the System Group of MIB-II
  180. [9], Fibre Channel is a data link layer protocol.  Thus, for a Fabric
  181. Element, sysServices will have the integer value "2".
  182.  
  183. 2.2. The Interface Group
  184.  
  185. The Interface Group of MIB-II defines generic managed objects for manag-
  186. ing interfaces.  Although each F_Port of a Fabric Element is an inter-
  187. face, either the mapping of some interface objects are inappropriate or
  188. the definition of some interface objects are insufficient for Fibre
  189. Channel.  Therefore the Interface Group of MIB-II will not be mapped in
  190. this memo.
  191.  
  192. Note that a refinement of the Interface Group is being proposed [11].
  193. When the status of [11] changes to "recommended" in future, the mapping
  194. of the Interface Group may then be investigated.
  195.  
  196. 2.3. The SNMP Group
  197.  
  198. The SNMP Group of MIB-II is mandatory for a Fabric Element that supports
  199. an SNMP management entity.
  200.  
  201. 3. Object Definitions
  202.  
  203.         FCFABRIC-ELEMENT-MIB DEFINITIONS ::= BEGIN
  204.  
  205.         IMPORTS
  206.            MODULE-IDENTITY, OBJECT-TYPE,
  207.            experimental, Counter32, Gauge32, TimeTicks
  208.               FROM SNMPv2-SMI
  209.            TEXTUAL-CONVENTION, TruthValue, DisplayString
  210.               FROM SNMPv2-TC;
  211.  
  212.  
  213.  
  214. Expiration Date July 1997                               [Page 4]       
  215.  
  216. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  217.  
  218.  
  219.         fcFabric MODULE-IDENTITY
  220.            LAST-UPDATED "9702070000Z"
  221.            ORGANIZATION "ANSI X3T11 Fibre Channel Working Group"
  222.            CONTACT-INFO "     Kha Sin Teow
  223.                               Brocade Communications Systems,
  224.                               2231 Calle De Luna,
  225.                               Santa Clara, CA 95054-1002
  226.                               U.S.A
  227.                          Tel: +1 408 588 4100
  228.                          Fax: +1 408 588 4101
  229.                        Email: khasin@BrocadeComm.COM"
  230.            DESCRIPTION "The MIB module for Fibre Channel Fabric Element."
  231.            REVISION "9702070000Z"
  232.            DESCRIPTION "Version 1.9"
  233.            ::= { experimental 42 2 }
  234.            fcFabric OBJECT IDENTIFIER ::= { fibreChannel 2 }
  235.  
  236.         -- Fabric Element
  237.            fcFe OBJECT IDENTIFIER ::= { fcFabric 1 }
  238.  
  239.         -- Groups under fcFe
  240.            fcFeConfig       OBJECT IDENTIFIER ::= { fcFe 1 }
  241.            fcFeOp           OBJECT IDENTIFIER ::= { fcFe 2 }
  242.            fcFeError        OBJECT IDENTIFIER ::= { fcFe 3 }
  243.            fcFeAcct         OBJECT IDENTIFIER ::= { fcFe 4 }
  244.            fcFeCap          OBJECT IDENTIFIER ::= { fcFe 5 }
  245.  
  246.         -- Type definitions.
  247.  
  248.         MilliSeconds ::= INTEGER (0..4294967295)
  249.  
  250.         MicroSeconds ::= INTEGER (0..4294967295)
  251.  
  252.         FcNameId ::= OCTET STRING (SIZE (8))
  253.                 -- Worldwide Name or Fibre Channel Name associated with
  254.                 -- an FC entity.  It's a Network_Destination_ID or
  255.                 -- Network_Source_ID composed of a value up to 60 bits
  256.                 -- wide, occupying the remaining 8 bytes while the first
  257.                 -- nibble identifies the format of the Name_Identifier with
  258.                 -- hex values:
  259.                 -- 0: ignored
  260.                 -- 1: IEEE 48-bit address,
  261.                 -- 2: IEEE extended,
  262.                 -- 3: Locally assigned,
  263.                 -- 4: 32-bit IP address,
  264.                 -- C: CCITT 60-bit individual address, and
  265.  
  266.  
  267.  
  268. Expiration Date July 1997                               [Page 5]       
  269.  
  270. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  271.  
  272.  
  273.                 -- E: CCITT 60-bit group address.
  274.                 -- ([1] (19.3, Tables 41-44)).
  275.  
  276.         FabricName ::= FcNameId
  277.                 -- The Name Identifier of a Fabric.  Each Fabric shall
  278.                 -- provide a unique Fabric Name.
  279.                 -- Only the following formats are allowed:
  280.                 --   CCITT individual & group, IEEE, and Local.
  281.                 -- ([1](19.3.3, 23.7.3)).
  282.  
  283.         FcPortName ::= FcNameId
  284.                 -- The Name Identifier associated with a port
  285.                 -- Only the following formats are allowed:
  286.                 --   CCITT individual & group, IEEE, IEEE extended, and Local.
  287.                 -- ([1](19.3.3, 23.6.4 and 23.7.2))).
  288.  
  289.         FcAddressId ::= OCTET STRING (SIZE (3))
  290.                 -- Fibre Channel Address Identifier.  A 24-bit value unique
  291.                 -- within the address domain of a Fabric ([1](18.3))).
  292.  
  293.         FcRxDataFieldSize ::= INTEGER (128..2112)
  294.                 -- Receive Data_Field Size ([1](23.6.2.4, 23.6.8.5))).
  295.  
  296.         FcBbCredit ::= INTEGER (0..32767)
  297.                 -- Buffer-to-buffer Credit
  298.                 -- ([1](23.6.2.2, 23.7.1.2))).
  299.  
  300.         -- FC-PH version ([1](23.7.1.1)))
  301.         FcphVersion ::= INTEGER (0..255)
  302.  
  303.         -- Class 1 Stacked Connect Support/Mode
  304.         -- [1] (23.7.4.2)
  305.         FcStackedConnMode ::= INTEGER {
  306.                 none            (1),
  307.                 transparent     (2),
  308.                 lockedDown      (3)
  309.         }
  310.  
  311.         -- Class of Service Capability Set
  312.         FcCosCap ::= INTEGER (0..127)
  313.                 -- bit 0        Class F
  314.                 -- bit 1        Class 1
  315.                 -- bit 2        Class 2
  316.                 -- bit 3        Class 3
  317.                 -- bit 4        Class 4
  318.                 -- bits 5-7     reserved for future
  319.  
  320.  
  321.  
  322. Expiration Date July 1997                               [Page 6]       
  323.  
  324. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  325.  
  326.  
  327.         -- FC-0 Baud Rates (FC-PH(REV 7.3(6.1))
  328.         Fc0BaudRate ::= INTEGER {
  329.                 other           (1),    -- none of below
  330.                 oneEighth       (2),    -- 155 Mbaud
  331.                 quarter         (4),    -- 266 Mbaud
  332.                 half            (8),    -- 532 Mbaud
  333.                 full            (16),   --   1 Gbaud
  334.                 double          (32),   --   2 Gbaud
  335.                 quadruple       (64)    --   4 Gbaud
  336.         }
  337.  
  338.         -- Baud Rate Capability Set
  339.         Fc0BaudRateCap ::= INTEGER (0..127)
  340.                 -- bit 0        other
  341.                 -- bit 1        oneEighth
  342.                 -- bit 2        quarter
  343.                 -- bit 3        half
  344.                 -- bit 4        full
  345.                 -- bit 5        double
  346.                 -- bit 6        quadruple
  347.                 -- bits 7-8     reserved for future
  348.  
  349.         -- FC-0 Media Capability Set
  350.         Fc0MediaCap ::= INTEGER (0..65535)
  351.                 -- bit 0        unknown
  352.                 -- bit 1        single mode fibre (sm)
  353.                 -- bit 2        multi-mode fibre 50 micron (m5)
  354.                 -- bit 3        multi-mode fibre 62.5 micron (m6)
  355.                 -- bit 4        video cable (tv)
  356.                 -- bit 5        miniature cable (mi)
  357.                 -- bit 6        shielded twisted pair (stp)
  358.                 -- bit 7        unshielded twisted pair (utp)
  359.                 -- bits 8-15    reserved for future use
  360.  
  361.         -- A specific FC-0 medium type associated with a port
  362.         -- FC-PH Rev 7.3 (6.1)
  363.         Fc0Medium ::= INTEGER {
  364.                 unknown (1),
  365.                 sm      (2),    -- single mode
  366.                 m5      (4),    -- multimode 50 microns
  367.                 m6      (8),    -- multimode 62.5 microns
  368.                 tv      (16),   -- video cable
  369.                 mi      (32),   -- miniature cable
  370.                 stp     (64)    -- twisted pair
  371.         }
  372.  
  373.  
  374.  
  375.  
  376. Expiration Date July 1997                               [Page 7]       
  377.  
  378. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  379.  
  380.  
  381.         -- The FC-0 transmitter type of a port
  382.         -- FC-PH Rev 7.3 (6.1)
  383.         Fc0TxType ::= INTEGER {
  384.                         unknown         (1),
  385.                         longWaveLaser   (2),
  386.                         shortWaveLaser  (3),
  387.                         longWaveLED     (4),
  388.                         electrical      (5),
  389.                         shortWaveLaser-noOFC    (6) -- no open fibre control
  390.         }
  391.  
  392.         -- The FC-0 distance range associated with a port transmitter
  393.         -- [1] (5.7)
  394.         Fc0Distance ::= INTEGER {
  395.                         unknown         (1),
  396.                         long            (2),
  397.                         intermediate    (3),
  398.                         short           (4)
  399.         }
  400.  
  401.         -- Module and Port Capacity
  402.         FcFeModuleCapacity ::= INTEGER (1..256)
  403.          FcFeFPortCapacity ::= INTEGER (1..256)
  404.  
  405.         -- Module and Port Index
  406.         FcFeModuleIndex ::= INTEGER (1..256)
  407.          FcFeFPortIndex ::= INTEGER (1..256)
  408.         -- The Configuration group
  409.  
  410.         -- This group consists of scalar objects and tables.
  411.         -- It contains the configuration and service parameters
  412.         -- of the Fabric Element and the F_Ports.
  413.         -- The group represents a set of parameters associated with
  414.         -- the Fabric Element or an F_Port to support its N_Ports.
  415.         -- Implementation of this group is mandatory.
  416.  
  417.         fcFabricName OBJECT-TYPE
  418.             SYNTAX      FabricName
  419.             MAX-ACCESS  read-only
  420.             STATUS      current
  421.             DESCRIPTION
  422.                "The Name_Identifier of the Fabric to which this Fabric
  423.                 Element belongs.
  424.                 [1](23.7.3), [2](3.1.29), [3](3.1.21)"
  425.             ::= { fcFeConfig 1 }
  426.  
  427.  
  428.  
  429.  
  430. Expiration Date July 1997                               [Page 8]       
  431.  
  432. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  433.  
  434.  
  435.         fcElementName OBJECT-TYPE
  436.             SYNTAX      FcNameId
  437.             MAX-ACCESS  read-only
  438.             STATUS      current
  439.             DESCRIPTION
  440.                "The Name_Identifier of the Fabric Element.
  441.                 [2](3.1.22), [3](3.1.14)"
  442.             ::= { fcFeConfig 2 }
  443.  
  444.         fcFeModuleCapacity OBJECT-TYPE
  445.             SYNTAX      FcFeModuleCapacity
  446.             MAX-ACCESS  read-only
  447.             STATUS      current
  448.             DESCRIPTION
  449.                "The maximum number of modules in the Fabric Element,
  450.                 regardless of their current state."
  451.             ::= { fcFeConfig 3 }
  452.  
  453.         -- The Module Table.
  454.         -- This table contains one entry for each module,
  455.         -- information of the modules.
  456.  
  457.         fcFeModuleTable OBJECT-TYPE
  458.             SYNTAX      SEQUENCE OF FcFeModuleEntry
  459.             MAX-ACCESS  not-accessible
  460.             STATUS      current
  461.             DESCRIPTION
  462.                "A table that contains, one entry for each module in the
  463.                 Fabric Element, information of the modules."
  464.             ::= { fcFeConfig 4 }
  465.  
  466.         fcFeModuleEntry OBJECT-TYPE
  467.             SYNTAX      FcFeModuleEntry
  468.             MAX-ACCESS  not-accessible
  469.             STATUS      current
  470.             DESCRIPTION
  471.                "An entry containing the configuration parameters of a
  472.                 module."
  473.             INDEX { fcFeModuleIndex }
  474.             ::= { fcFeModuleTable 1 }
  475.  
  476.  
  477.         FcFeModuleEntry ::=
  478.             SEQUENCE {
  479.                 fcFeModuleIndex
  480.                     FcFeModuleIndex,
  481.  
  482.  
  483.  
  484. Expiration Date July 1997                               [Page 9]       
  485.  
  486. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  487.  
  488.  
  489.                 fcFeModuleDescr
  490.                     DisplayString,
  491.                 fcFeModuleObjectID
  492.                     OBJECT IDENTIFIER,
  493.                 fcFeModuleOperStatus
  494.                     INTEGER,
  495.                 fcFeModuleLastChange
  496.                     TimeTicks,
  497.                 fcFeModuleFPortCapacity
  498.                     FcFeFPortCapacity
  499.             }
  500.  
  501.         fcFeModuleIndex OBJECT-TYPE
  502.             SYNTAX      FcFeModuleIndex
  503.             MAX-ACCESS  read-only
  504.             STATUS      current
  505.             DESCRIPTION
  506.                "This object identifies the module within the Fabric Ele-
  507.                 ment for which this entry contains information. This
  508.                 value is never greater than fcFeModuleCapacity."
  509.             ::= { fcFeModuleEntry 1 }
  510.  
  511.         fcFeModuleDescr OBJECT-TYPE
  512.             SYNTAX      DisplayString
  513.             MAX-ACCESS  read-only
  514.             STATUS      current
  515.             DESCRIPTION
  516.                "A textual description of the module. This value should
  517.                 include the full name and version identification of the
  518.                 module. It should contain printable ASCII characters."
  519.             ::= { fcFeModuleEntry 2 }
  520.  
  521.         fcFeModuleObjectID OBJECT-TYPE
  522.             SYNTAX      OBJECT IDENTIFIER
  523.             MAX-ACCESS  read-only
  524.             STATUS      current
  525.             DESCRIPTION
  526.                "The vendor's authoritative identification of the module.
  527.                 This value may be allocated within the SMI enterprises
  528.                 subtree (1.3.6.1.4.1) and provides a straight-forward
  529.                 and unambiguous means for determining what kind of mod-
  530.                 ule is being managed.
  531.  
  532.                 For example, this object could take the value
  533.                 1.3.6.1.4.1.9999.3.9 if vendor 'Neufe Inc.' was assigned
  534.                 the subtree 1.3.6.1.4.1.99649, and had assigned the
  535.  
  536.  
  537.  
  538. Expiration Date July 1997                              [Page 10]       
  539.  
  540. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  541.  
  542.  
  543.                 identifier 1.3.6.1.4.1.99649.3.9 to its 'FeFiFo-16 Plug-
  544.                 InCard.'"
  545.             ::= { fcFeModuleEntry 3 }
  546.  
  547.         fcFeModuleOperStatus    OBJECT-TYPE
  548.             SYNTAX      INTEGER {
  549.                             online  (1), -- functional
  550.                             offline (2), -- not available
  551.                             testing (3), -- under testing
  552.                             faulty  (4)  -- defective
  553.                         }
  554.             ACCESS      read-only
  555.             STATUS      current
  556.             DESCRIPTION
  557.                "This object indicates the operational status of the mod-
  558.                 ule:
  559.                 online(1)   the module is functioning properly;
  560.                 offline(2)  the module is not available;
  561.                 testing(3)  the module is under testing; and
  562.                 faulty(4)   the module is defective in some way."
  563.             ::= { fcFeModuleEntry 4 }
  564.  
  565.         fcFeModuleLastChange OBJECT-TYPE
  566.             SYNTAX      TimeTicks
  567.             MAX-ACCESS  read-only
  568.             STATUS      current
  569.             DESCRIPTION
  570.                "This object contains the value of sysUpTime when the
  571.                 module entered its current operational status. A value
  572.                 of zero indicates that the operational status of the
  573.                 module has not changed since the agent last restarted."
  574.             ::= { fcFeModuleEntry 5 }
  575.  
  576.         fcFeModuleFPortCapacity OBJECT-TYPE
  577.             SYNTAX      FcFeFPortCapacity
  578.             MAX-ACCESS  read-only
  579.             STATUS      current
  580.             DESCRIPTION
  581.                "The number of F_Ports that can be contained within the
  582.                 module. Within each module, the ports are uniquely num-
  583.                 bered in the range from 1 to fcFeModuleFPortCapacity
  584.                 inclusive. However, the numbers are not required to be
  585.                 contiguous."
  586.             ::= { fcFeModuleEntry 6 }
  587.  
  588.         -- the F_Port Configuration Table.
  589.  
  590.  
  591.  
  592. Expiration Date July 1997                              [Page 11]       
  593.  
  594. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  595.  
  596.  
  597.         -- This table contains, one entry for each F_Port,
  598.         -- configuration parameters of the ports.
  599.  
  600.         fcFPortConfigTable OBJECT-TYPE
  601.             SYNTAX      SEQUENCE OF FcFPortConfigEntry
  602.             MAX-ACCESS  not-accessible
  603.             STATUS      current
  604.             DESCRIPTION
  605.                "A table that contains, one entry for each F_Port in the
  606.                 Fabric Element, configuration and service parameters of
  607.                 the F_Ports.
  608.                 [1](23)"
  609.             ::= { fcFeConfig 5 }
  610.  
  611.         fcFPortConfigEntry OBJECT-TYPE
  612.             SYNTAX      FcFPortConfigEntry
  613.             MAX-ACCESS  not-accessible
  614.             STATUS      current
  615.             DESCRIPTION
  616.                "An entry containing the configuration and service param-
  617.                 eters of a F_Port.
  618.                 [1](23)"
  619.             INDEX { fcFPortConfigModuleIndex, fcFPortConfigFPortIndex }
  620.             ::= { fcFPortConfigTable 1 }
  621.  
  622.  
  623.         FcFPortConfigEntry ::=
  624.             SEQUENCE {
  625.                 fcFPortConfigModuleIndex
  626.                     FcFeModuleIndex,
  627.                 fcFPortConfigFPortIndex
  628.                     FcFeFPortIndex,
  629.                 fcFPortName
  630.                     FcPortName,
  631.                 -- F_Port common service parameters
  632.                 fcFPortFcphVersionHigh
  633.                     FcphVersion,
  634.                 fcFPortFcphVersionLow
  635.                     FcphVersion,
  636.                 fcFPortBbCredit
  637.                     FcBbCredit,
  638.                 fcFPortRxBufSize
  639.                     FcRxDataFieldSize,
  640.                 fcFPortRatov
  641.                     MilliSeconds,
  642.                 fcFPortEdtov
  643.  
  644.  
  645.  
  646. Expiration Date July 1997                              [Page 12]       
  647.  
  648. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  649.  
  650.  
  651.                     MilliSeconds,
  652.                 -- F_Port class service parameters
  653.                 fcFPortCosSupported
  654.                     FcCosCap,
  655.                 fcFPortIntermixSupported
  656.                     TruthValue,
  657.                 fcFPortStackedConnMode
  658.                     FcStackedConnMode,
  659.                 fcFPortClass2SeqDeliv
  660.                     TruthValue,
  661.                 fcFPortClass3SeqDeliv
  662.                     TruthValue,
  663.                 fcFPortHoldTime
  664.                     MicroSeconds,
  665.                 fcFPortBaudRate
  666.                     Fc0BaudRate,
  667.                 fcFPortMedium
  668.                     Fc0Medium,
  669.                 fcFPortTxType
  670.                     Fc0TxType,
  671.                 fcFPortDistance
  672.                     Fc0Distance
  673.             }
  674.  
  675.         fcFPortConfigModuleIndex OBJECT-TYPE
  676.             SYNTAX      FcFeModuleIndex
  677.             MAX-ACCESS  read-only
  678.             STATUS      current
  679.             DESCRIPTION
  680.                "This object identifies the module containing the F_Port
  681.                 for which this entry contains information."
  682.             ::= { fcFPortConfigEntry 1 }
  683.  
  684.         fcFPortConfigFPortIndex OBJECT-TYPE
  685.             SYNTAX      FcFeFPortIndex
  686.             MAX-ACCESS  read-only
  687.             STATUS      current
  688.             DESCRIPTION
  689.                "This object identifies the F_Port within the module.
  690.                 This number ranges from 1 to the value of fcFeModule-
  691.                 PortCapacity for the associated module. The value
  692.                 remains constant for the identified F_Port until the
  693.                 module is re-initialized."
  694.             ::= { fcFPortConfigEntry 2 }
  695.  
  696.  
  697.  
  698.  
  699.  
  700. Expiration Date July 1997                              [Page 13]       
  701.  
  702. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  703.  
  704.  
  705.         fcFPortName  OBJECT-TYPE
  706.             SYNTAX      FcPortName
  707.             MAX-ACCESS  read-only
  708.             STATUS      current
  709.             DESCRIPTION
  710.                "The name identifier of this F_Port.  Each F_Port has a
  711.                 unique port name within the address space of the Fabric.
  712.                 [1](19.3.3, 23.7.2), [2](3.1.53) [3](3.1.44)"
  713.             ::= { fcFPortConfigEntry 3 }
  714.  
  715.  
  716.             -- F_Port common service parameters
  717.  
  718.         fcFPortFcphVersionHigh OBJECT-TYPE
  719.             SYNTAX      FcphVersion
  720.             MAX-ACCESS  read-only
  721.             STATUS      current
  722.             DESCRIPTION
  723.                "The highest or most recent version of FC-PH that the
  724.                 F_Port is configured to support.
  725.                 [1](23.7.1.1), [2](10.4.1)"
  726.             ::= { fcFPortConfigEntry 4 }
  727.  
  728.         fcFPortFcphVersionLow OBJECT-TYPE
  729.             SYNTAX      FcphVersion
  730.             MAX-ACCESS  read-only
  731.             STATUS      current
  732.             DESCRIPTION
  733.                "The lowest or earliest version of FC-PH that the F_Port
  734.                 is configured to support.
  735.                 [1](23.7.1.1), [2](10.4.1)"
  736.             ::= { fcFPortConfigEntry 5 }
  737.  
  738.         fcFPortBbCredit OBJECT-TYPE
  739.             SYNTAX      FcBbCredit
  740.             MAX-ACCESS  read-only
  741.             STATUS      current
  742.             DESCRIPTION
  743.                "The total number of receive buffers available for hold-
  744.                 ing Class 1 connect-request, Class 2 or 3 frames from
  745.                 the attached N_Port.  It is for buffer-to-buffer flow
  746.                 control in the direction from the attached N_Port (if
  747.                 applicable) to F_Port.
  748.                 [1](23.7.1.2), [2](10.4.1), [3](15.2)."
  749.             ::= { fcFPortConfigEntry 6 }
  750.  
  751.  
  752.  
  753.  
  754. Expiration Date July 1997                              [Page 14]       
  755.  
  756. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  757.  
  758.  
  759.         fcFPortRxBufSize OBJECT-TYPE
  760.             SYNTAX      FcRxDataFieldSize
  761.             MAX-ACCESS  read-only
  762.             STATUS      current
  763.             DESCRIPTION
  764.                "The largest Data_Field Size (in octets) for an FT_1
  765.                 frame that can be received by the F_Port.
  766.                 [1](17.4, 23.7.1.4)"
  767.             ::= { fcFPortConfigEntry 7 }
  768.  
  769.         fcFPortRatov OBJECT-TYPE
  770.             SYNTAX      MilliSeconds
  771.             MAX-ACCESS  read-only
  772.             STATUS      current
  773.             DESCRIPTION
  774.                "The Resource_Allocation_Timeout Value configured for the
  775.                 F_Port.  This is used as the timeout value for determin-
  776.                 ing when to reuse an N_Port resource such as a Recov-
  777.                 ery_Qualifier.  It represents E_D_TOV (see next object)
  778.                 plus twice the maximum time that a frame may be delayed
  779.                 within the Fabric and still be delivered.
  780.                 [1](23.7.1.6, 29.2.1.3), [3](14.4.1.2)."
  781.             ::= { fcFPortConfigEntry 8 }
  782.  
  783.         fcFPortEdtov OBJECT-TYPE
  784.             SYNTAX      MilliSeconds
  785.             MAX-ACCESS  read-only
  786.             STATUS      current
  787.             DESCRIPTION
  788.                "The E_D_TOV value configured for the F_Port. The
  789.                 Error_Detect_Timeout Value is used as the timeout value
  790.                 for detecting an error condition.
  791.                 [1](23.7.1.5, 29.2.1.2), [3](14.4.1.4)"
  792.             ::= { fcFPortConfigEntry 9 }
  793.  
  794.  
  795.         -- F_Port class service parameters
  796.  
  797.         fcFPortCosSupported OBJECT-TYPE
  798.             SYNTAX      FcCosCap
  799.             MAX-ACCESS  read-only
  800.             STATUS      current
  801.             DESCRIPTION
  802.                "A value indicating the set of Classes of Service sup-
  803.                 ported by the F_Port.
  804.                 [1](23.7.4.1), [2](Table 10.2), [3](15.3.5.1, 15.3.5.2)"
  805.  
  806.  
  807.  
  808. Expiration Date July 1997                              [Page 15]       
  809.  
  810. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  811.  
  812.  
  813.             ::= { fcFPortConfigEntry 10 }
  814.  
  815.         fcFPortIntermixSupported OBJECT-TYPE
  816.             SYNTAX      TruthValue
  817.             MAX-ACCESS  read-only
  818.             STATUS      current
  819.             DESCRIPTION
  820.                "A flag indicating whether or not the F_Port supports an
  821.                 Intermixed Dedicated Connection.
  822.                 [1](23.7.4.2)"
  823.             ::= { fcFPortConfigEntry 11 }
  824.  
  825.         fcFPortStackedConnMode OBJECT-TYPE
  826.             SYNTAX      FcStackedConnMode
  827.             MAX-ACCESS  read-only
  828.             STATUS      current
  829.             DESCRIPTION
  830.                "A value indicating the mode of Stacked Connect supported
  831.                 by the F_Port.
  832.                 [1](23.7.4.2)"
  833.             ::= { fcFPortConfigEntry 12 }
  834.  
  835.         fcFPortClass2SeqDeliv OBJECT-TYPE
  836.             SYNTAX      TruthValue
  837.             MAX-ACCESS  read-only
  838.             STATUS      current
  839.             DESCRIPTION
  840.                "A flag indicating whether or not Class 2 Sequential
  841.                 Delivery is supported by the F_Port.
  842.                 [1](23.7.4.2)"
  843.             ::= { fcFPortConfigEntry 13 }
  844.  
  845.         fcFPortClass3SeqDeliv OBJECT-TYPE
  846.             SYNTAX      TruthValue
  847.             MAX-ACCESS  read-only
  848.             STATUS      current
  849.             DESCRIPTION
  850.                "A flag indicating whether or not Class 3 Sequential
  851.                 Delivery is supported by the F_Port.
  852.                 [1](23.7.4.2)"
  853.             ::= { fcFPortConfigEntry 14 }
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862. Expiration Date July 1997                              [Page 16]       
  863.  
  864. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  865.  
  866.  
  867.         fcFPortHoldTime OBJECT-TYPE
  868.             SYNTAX      MicroSeconds
  869.             MAX-ACCESS  read-only
  870.             STATUS      current
  871.             DESCRIPTION
  872.                "The maximum time (in microseconds) that the F_Port shall
  873.                 hold a frame before discarding the frame if it is unable
  874.                 to deliver the frame. The value 0 means that the F_Port
  875.                 does not support this parameter."
  876.             ::= { fcFPortConfigEntry 15 }
  877.  
  878.         fcFPortBaudRate OBJECT-TYPE
  879.             SYNTAX      Fc0BaudRate
  880.             MAX-ACCESS  read-only
  881.             STATUS      current
  882.             DESCRIPTION
  883.                "The FC-0 baud rate of the F_Port.
  884.                 [1](5.1)"
  885.             ::= { fcFPortConfigEntry 16 }
  886.  
  887.         fcFPortMedium OBJECT-TYPE
  888.             SYNTAX      Fc0Medium
  889.             MAX-ACCESS  read-only
  890.             STATUS      current
  891.             DESCRIPTION
  892.                "The FC-0 medium of the F_Port.
  893.                 [1](5.1)"
  894.             ::= { fcFPortConfigEntry 17 }
  895.  
  896.         fcFPortTxType OBJECT-TYPE
  897.             SYNTAX      Fc0TxType
  898.             MAX-ACCESS  read-only
  899.             STATUS      current
  900.             DESCRIPTION
  901.                "The FC-0 transmitter type of the F_Port.
  902.                 [1](5.1)"
  903.             ::= { fcFPortConfigEntry 18 }
  904.  
  905.         fcFPortDistance OBJECT-TYPE
  906.             SYNTAX      Fc0Distance
  907.             MAX-ACCESS  read-only
  908.             STATUS      current
  909.             DESCRIPTION
  910.                "The FC-0 distance range of the F_Port transmitter.
  911.                 [1](5.1)"
  912.             ::= { fcFPortConfigEntry 19 }
  913.  
  914.  
  915.  
  916. Expiration Date July 1997                              [Page 17]       
  917.  
  918. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  919.  
  920.  
  921.         -- the Operation group
  922.  
  923.         -- This group consists of tables that contains operational
  924.         -- status and established service parameters for the Fabric
  925.         -- Element and the attached N_Ports.
  926.         -- Implementation of this group is mandatory.
  927.  
  928.         -- The F_Port Operation table
  929.         -- This table contains, one entry for each F_Port,
  930.         -- the operational status and parameters of the F_Ports.
  931.  
  932.         fcFPortOperTable OBJECT-TYPE
  933.             SYNTAX      SEQUENCE OF FcFPortOperEntry
  934.             MAX-ACCESS  not-accessible
  935.             STATUS      current
  936.             DESCRIPTION
  937.                "A table that contains, one entry for each F_Port in the
  938.                 Fabric Element, operational status and parameters of the
  939.                 F_Ports."
  940.             ::= { fcFeOp 1 }
  941.  
  942.         fcFPortOperEntry OBJECT-TYPE
  943.             SYNTAX      FcFPortOperEntry
  944.             MAX-ACCESS  not-accessible
  945.             STATUS      current
  946.             DESCRIPTION
  947.                "An entry containing operational status and parameters of
  948.                 a F_Port.
  949.                 [1]"
  950.             INDEX { fcFPortOperModuleIndex, fcFPortOperFPortIndex }
  951.             ::= { fcFPortOperTable 1 }
  952.  
  953.  
  954.         FcFPortOperEntry ::=
  955.             SEQUENCE {
  956.                 fcFPortOperModuleIndex
  957.                     FcFeModuleIndex,
  958.                 fcFPortOperFPortIndex
  959.                     FcFeFPortIndex,
  960.                 fcFPortID
  961.                     FcAddressId,
  962.                 fcFPortAttachedPortName
  963.                     FcPortName,
  964.                 fcFPortConnectedPort
  965.                     FcAddressId,
  966.                 fcFPortBbCreditAvailable
  967.  
  968.  
  969.  
  970. Expiration Date July 1997                              [Page 18]       
  971.  
  972. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  973.  
  974.  
  975.                     Gauge32
  976.             }
  977.  
  978.         fcFPortOperModuleIndex OBJECT-TYPE
  979.             SYNTAX      FcFeModuleIndex
  980.             MAX-ACCESS  read-only
  981.             STATUS      current
  982.             DESCRIPTION
  983.                "This object identifies the module containing the F_Port
  984.                 for which this entry contains information."
  985.             ::= { fcFPortOperEntry 1 }
  986.  
  987.         fcFPortOperFPortIndex OBJECT-TYPE
  988.             SYNTAX      FcFeFPortIndex
  989.             MAX-ACCESS  read-only
  990.             STATUS      current
  991.             DESCRIPTION
  992.                "This object identifies the F_Port within the module.
  993.                 This number ranges from 1 to the value of fcFeModule-
  994.                 PortCapacity for the associated module. The value
  995.                 remains constant for the identified F_Port until the
  996.                 module is re-initialized."
  997.             ::= { fcFPortOperEntry 2 }
  998.  
  999.         fcFPortID    OBJECT-TYPE
  1000.             SYNTAX      FcAddressId
  1001.             MAX-ACCESS  read-only
  1002.             STATUS      current
  1003.             DESCRIPTION
  1004.                "The address identifier by which this F_Port is identi-
  1005.                 fied within the Fabric.  The F_Port may assign its
  1006.                 address identifier to its attached N_Port during Fabric
  1007.                 Login.
  1008.                 [1](23.3), [2](4.5.1)"
  1009.             ::= { fcFPortOperEntry 3 }
  1010.  
  1011.         fcFPortAttachedPortName OBJECT-TYPE
  1012.             SYNTAX      FcPortName
  1013.             MAX-ACCESS  read-only
  1014.             STATUS      current
  1015.             DESCRIPTION
  1016.                "The port name of the attached N_Port, if applicable. If
  1017.                 the value of this object is '0000000000000000'H, this
  1018.                 F_Port has no N_Port attached to it.
  1019.                 [1](23.6.4)"
  1020.             ::= { fcFPortOperEntry 4 }
  1021.  
  1022.  
  1023.  
  1024. Expiration Date July 1997                              [Page 19]       
  1025.  
  1026. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1027.  
  1028.  
  1029.         fcFPortConnectedPort OBJECT-TYPE
  1030.             SYNTAX      FcAddressId
  1031.             MAX-ACCESS  read-only
  1032.             STATUS      current
  1033.             DESCRIPTION
  1034.                "The address identifier of the destination F_Port with
  1035.                 which this F_Port is currently engaged in a Class 1 con-
  1036.                 nection. If the value of this object is '000000'H, this
  1037.                 F_Port is not engaged in a Class 1 connection.
  1038.                 [1](28)"
  1039.             ::= { fcFPortOperEntry 5 }
  1040.  
  1041.         fcFPortBbCreditAvailable OBJECT-TYPE
  1042.             SYNTAX      Gauge32
  1043.             MAX-ACCESS  read-only
  1044.             STATUS      current
  1045.             DESCRIPTION
  1046.                "The number of buffers currently available for receiving
  1047.                 frames from the attached port in the buffer-to-buffer
  1048.                 flow control. The value should be less than or equal to
  1049.                 fcFPortBbCredit.
  1050.                 [1](26)"
  1051.             ::= { fcFPortOperEntry 6 }
  1052.  
  1053.  
  1054.         -- The Fabric Login table
  1055.         --
  1056.         -- This table contains, one entry for each F_Port in the
  1057.         -- Fabric Element, the Service Parameters that have been
  1058.         -- established from the most recent Fabric Login
  1059.         -- (implicit or explicit).
  1060.  
  1061.         fcFPortFlogiTable OBJECT-TYPE
  1062.             SYNTAX      SEQUENCE OF FcFPortFlogiEntry
  1063.             MAX-ACCESS  not-accessible
  1064.             STATUS      current
  1065.             DESCRIPTION
  1066.                "A table that contains, one entry for each F_Port in the
  1067.                 Fabric Element, services parameters established from the
  1068.                 most recent Fabric Login (explicit or implicit).
  1069.                 [1](23.3)"
  1070.             ::= { fcFeOp 2 }
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078. Expiration Date July 1997                              [Page 20]       
  1079.  
  1080. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1081.  
  1082.  
  1083.         fcFPortFlogiEntry OBJECT-TYPE
  1084.             SYNTAX      FcFPortFlogiEntry
  1085.             MAX-ACCESS  not-accessible
  1086.             STATUS      current
  1087.             DESCRIPTION
  1088.                "An entry containing service parameters established from
  1089.                 a successful Fabric Login.
  1090.                 [1](23.3)"
  1091.             INDEX { fcFPortFlogiModuleIndex, fcFPortFlogiFPortIndex }
  1092.             ::= { fcFPortFlogiTable 1 }
  1093.  
  1094.         FcFPortFlogiEntry ::=
  1095.             SEQUENCE {
  1096.                 fcFPortFlogiModuleIndex
  1097.                     FcFeModuleIndex,
  1098.                 fcFPortFlogiFPortIndex
  1099.                     FcFeFPortIndex,
  1100.                 fcFPortFcphVersionAgreed
  1101.                     FcphVersion,
  1102.                 fcFPortNPortBbCredit
  1103.                     FcBbCredit,
  1104.                 fcFPortNPortRxDataFieldSize
  1105.                     FcRxDataFieldSize,
  1106.                 fcFPortCosSuppAgreed
  1107.                     FcCosCap,
  1108.                 fcFPortIntermixSuppAgreed
  1109.                     TruthValue,
  1110.                 fcFPortStackedConnModeAgreed
  1111.                     FcStackedConnMode,
  1112.                 fcFPortClass2SeqDelivAgreed
  1113.                     TruthValue,
  1114.                 fcFPortClass3SeqDelivAgreed
  1115.                     TruthValue
  1116.             }
  1117.  
  1118.         fcFPortFlogiModuleIndex OBJECT-TYPE
  1119.             SYNTAX      FcFeModuleIndex
  1120.             MAX-ACCESS  read-only
  1121.             STATUS      current
  1122.             DESCRIPTION
  1123.                "This object identifies the module containing the F_Port
  1124.                 for which this entry contains information."
  1125.             ::= { fcFPortFlogiEntry 1 }
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132. Expiration Date July 1997                              [Page 21]       
  1133.  
  1134. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1135.  
  1136.  
  1137.         fcFPortFlogiFPortIndex OBJECT-TYPE
  1138.             SYNTAX      FcFeFPortIndex
  1139.             MAX-ACCESS  read-only
  1140.             STATUS      current
  1141.             DESCRIPTION
  1142.                "This object identifies the F_Port within the module.
  1143.                 This number ranges from 1 to the value of fcFeModule-
  1144.                 PortCapacity for the associated module. The value
  1145.                 remains constant for the identified F_Port until the
  1146.                 module is re-initialized."
  1147.             ::= { fcFPortFlogiEntry 2 }
  1148.  
  1149.         fcFPortFcphVersionAgreed OBJECT-TYPE
  1150.             SYNTAX      FcphVersion
  1151.             MAX-ACCESS  read-only
  1152.             STATUS      current
  1153.             DESCRIPTION
  1154.                "The version of FC-PH that the F_Port has agreed to sup-
  1155.                 port from the Fabric Login
  1156.                 [1](23.7.1.1)"
  1157.             ::= { fcFPortFlogiEntry 3 }
  1158.  
  1159.         fcFPortNPortBbCredit OBJECT-TYPE
  1160.             SYNTAX      FcBbCredit
  1161.             MAX-ACCESS  read-only
  1162.             STATUS      current
  1163.             DESCRIPTION
  1164.                "The total number of buffers available for holding Class
  1165.                 1 connect-request, Class 2 or Class 3 frames to be
  1166.                 transmitted to the attached N_Port.  It is for buffer-
  1167.                 to-buffer flow control in the direction from F_Port to
  1168.                 N_Port.
  1169.                 [1](23.6.2.2)"
  1170.             ::= { fcFPortFlogiEntry 4 }
  1171.  
  1172.         fcFPortNPortRxDataFieldSize OBJECT-TYPE
  1173.             SYNTAX      FcRxDataFieldSize
  1174.             MAX-ACCESS  read-only
  1175.             STATUS      current
  1176.             DESCRIPTION
  1177.                "The Receive Data Field Size of the attached N_Port. This
  1178.                 is a binary value that specifies the largest Data Field
  1179.                 Size for an FT_1 frame that can be received by the
  1180.                 N_Port. The value is in number of bytes and ranges from
  1181.                 128 to 2112 inclusive.
  1182.                 [1](23.6.2.4)"
  1183.  
  1184.  
  1185.  
  1186. Expiration Date July 1997                              [Page 22]       
  1187.  
  1188. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1189.  
  1190.  
  1191.             ::= { fcFPortFlogiEntry 5 }
  1192.  
  1193.         fcFPortCosSuppAgreed OBJECT-TYPE
  1194.             SYNTAX      FcCosCap
  1195.             MAX-ACCESS  read-only
  1196.             STATUS      current
  1197.             DESCRIPTION
  1198.                "A flag indicating that the attached N_Port has requested
  1199.                 the F_Port for the support of classes of services and
  1200.                 the F_Port has granted the request.
  1201.                 [1](23.6.7.1, 23.7.4.1)"
  1202.             ::= { fcFPortFlogiEntry 6 }
  1203.  
  1204.         fcFPortIntermixSuppAgreed OBJECT-TYPE
  1205.             SYNTAX      TruthValue
  1206.             MAX-ACCESS  read-only
  1207.             STATUS      current
  1208.             DESCRIPTION
  1209.                "A flag indicating that the attached N_Port has requested
  1210.                 the F_Port for the support of Intermix and the F_Port
  1211.                 has granted the request. This flag is only valid if
  1212.                 Class 1 service is supported.
  1213.                 [1](23.6.7.2, 23.7.4.2)"
  1214.             ::= { fcFPortFlogiEntry 7 }
  1215.  
  1216.         fcFPortStackedConnModeAgreed OBJECT-TYPE
  1217.             SYNTAX      FcStackedConnMode
  1218.             MAX-ACCESS  read-only
  1219.             STATUS      current
  1220.             DESCRIPTION
  1221.                "A value indicating whether the F_Port has agreed to sup-
  1222.                 port stacked connect from the Fabric Login. This is only
  1223.                 meaningful if Class 1 service has been agreed.
  1224.                 [1](23.6.7.2, 23.7.4.2)"
  1225.             ::= { fcFPortFlogiEntry 8 }
  1226.  
  1227.         fcFPortClass2SeqDelivAgreed OBJECT-TYPE
  1228.             SYNTAX      TruthValue
  1229.             MAX-ACCESS  read-only
  1230.             STATUS      current
  1231.             DESCRIPTION
  1232.                "A flag indicating whether the F_Port has agreed to sup-
  1233.                 port Class 2 sequential delivery from the Fabric Login.
  1234.                 This is only meaningful if Class 2 service has been
  1235.                 agreed.
  1236.                 [1](23.6.7.1, 23.7.4.1)"
  1237.  
  1238.  
  1239.  
  1240. Expiration Date July 1997                              [Page 23]       
  1241.  
  1242. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1243.  
  1244.  
  1245.             ::= { fcFPortFlogiEntry 9 }
  1246.  
  1247.         fcFPortClass3SeqDelivAgreed OBJECT-TYPE
  1248.             SYNTAX      TruthValue
  1249.             MAX-ACCESS  read-only
  1250.             STATUS      current
  1251.             DESCRIPTION
  1252.                "A flag indicating whether the F_Port has agreed to sup-
  1253.                 port Class 3 sequential delivery from the Fabric Login.
  1254.                 This is only meaningful if Class 3 service has been
  1255.                 agreed.
  1256.                 [1](23.6.7.1, 23.7.4.1)"
  1257.             ::= { fcFPortFlogiEntry 10 }
  1258.  
  1259.         -- the F_Port Physical Level table
  1260.         -- This table contains, one entry for each F_Port in the
  1261.         -- Fabric Element, the physical level status and parameters
  1262.         -- of the F_Ports.
  1263.  
  1264.         fcFPortPhysTable OBJECT-TYPE
  1265.             SYNTAX      SEQUENCE OF FcFPortPhysEntry
  1266.             MAX-ACCESS  not-accessible
  1267.             STATUS      current
  1268.             DESCRIPTION
  1269.                "A table that contains, one entry for each F_Port in the
  1270.                 Fabric Element, physical level status and parameters of
  1271.                 the F_Ports.
  1272.                 [1](16.5, 29.2)"
  1273.             ::= { fcFeOp 3 }
  1274.  
  1275.         fcFPortPhysEntry OBJECT-TYPE
  1276.             SYNTAX      FcFPortPhysEntry
  1277.             MAX-ACCESS  not-accessible
  1278.             STATUS      current
  1279.             DESCRIPTION
  1280.                "An entry containing physical level status and parameters
  1281.                 of a F_Port.
  1282.                 [1](16.5, 29.2)"
  1283.             INDEX { fcFPortPhysModuleIndex, fcFPortPhysFPortIndex }
  1284.             ::= { fcFPortPhysTable 1 }
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294. Expiration Date July 1997                              [Page 24]       
  1295.  
  1296. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1297.  
  1298.  
  1299.         FcFPortPhysEntry ::=
  1300.             SEQUENCE {
  1301.                 fcFPortPhysModuleIndex
  1302.                     FcFeModuleIndex,
  1303.                 fcFPortPhysFPortIndex
  1304.                     FcFeFPortIndex,
  1305.                 fcFPortPhysAdminStatus
  1306.                     INTEGER,
  1307.                 fcFPortPhysOperStatus
  1308.                     INTEGER,
  1309.                 fcFPortPhysLastChange
  1310.                     TimeTicks,
  1311.                 fcFPortPhysRttov
  1312.                     MilliSeconds
  1313.             }
  1314.  
  1315.         fcFPortPhysModuleIndex OBJECT-TYPE
  1316.             SYNTAX      FcFeModuleIndex
  1317.             MAX-ACCESS  read-only
  1318.             STATUS      current
  1319.             DESCRIPTION
  1320.                "This object identifies the module containing the F_Port
  1321.                 for which this entry contains information."
  1322.             ::= { fcFPortPhysEntry 1 }
  1323.  
  1324.         fcFPortPhysFPortIndex OBJECT-TYPE
  1325.             SYNTAX      FcFeFPortIndex
  1326.             MAX-ACCESS  read-only
  1327.             STATUS      current
  1328.             DESCRIPTION
  1329.                "This object identifies the F_Port within the module.
  1330.                 This number ranges from 1 to the value of fcFeModule-
  1331.                 PortCapacity for the associated module. The value
  1332.                 remains constant for the identified F_Port until the
  1333.                 module is re-initialized."
  1334.             ::= { fcFPortPhysEntry 2 }
  1335.  
  1336.         fcFPortPhysAdminStatus OBJECT-TYPE
  1337.             SYNTAX      INTEGER {
  1338.                             online  (1),  -- place port online
  1339.                             offline (2),  -- take port offline
  1340.                             testing (3)   -- initiate test procedures
  1341.                         }
  1342.             ACCESS      read-write
  1343.             STATUS      mandatory
  1344.             DESCRIPTION
  1345.  
  1346.  
  1347.  
  1348. Expiration Date July 1997                              [Page 25]       
  1349.  
  1350. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1351.  
  1352.  
  1353.                "The desired state of the F_Port.  A management station
  1354.                 may place the F_Port in a desired state by setting this
  1355.                 object accordingly.  The testing(3) state indicates that
  1356.                 no operational frames can be passed.  When a Fabric Ele-
  1357.                 ment initializes, all F_Ports start with fcFPortPhysAd-
  1358.                 minStatus in the offline(2) state.  As the result of
  1359.                 either explicit management action or per configuration
  1360.                 information accessible by the Fabric Element, fcFPort-
  1361.                 PhysAdminStatus is then changed to either the online(1)
  1362.                 or testing(3) states, or remains in the offline state.
  1363.                 [1](16.5)"
  1364.                 ::= { fcFPortPhysEntry 3 }
  1365.  
  1366.             fcFPortPhysOperStatus   OBJECT-TYPE
  1367.                 SYNTAX      INTEGER {
  1368.                     online       (1), -- Login may proceed
  1369.                     offline      (2), -- Login cannot proceed
  1370.                     testing      (3), -- port is under test
  1371.                     link-failure (4)  -- failure after online/testing
  1372.                     -- Other values may be used to indicate
  1373.                     -- diagnostic for failed test.
  1374.                 }
  1375.                 ACCESS      read-only
  1376.                 STATUS      mandatory
  1377.                 DESCRIPTION
  1378.                    "The current operational status of the F_Port.  The
  1379.                     testing(3) indicates that no operational frames can
  1380.                     be passed.  If fcFPortPhysAdminStatus is offline(2)
  1381.                     then fcFPortPhysOperStatus should be offline(2). If
  1382.                     fcFPortPhysAdminStatus is changed to online(1) then
  1383.                     fcFPortPhysOperStatus should change to online(1) if
  1384.                     the F_Port is ready to accept Fabric Login request
  1385.                     from the attached N_Port; it should proceed and
  1386.                     remain in the link-failure(4) state if and only if
  1387.                     there is a fault that prevents it from going to the
  1388.                     online(1) state.
  1389.                     [1](16.5)"
  1390.                 ::= { fcFPortPhysEntry 4 }
  1391.  
  1392.             fcFPortPhysLastChange OBJECT-TYPE
  1393.                 SYNTAX      TimeTicks
  1394.                 MAX-ACCESS  read-only
  1395.                 STATUS      current
  1396.                 DESCRIPTION
  1397.                    "The value of sysUpTime at the time the F_Port
  1398.                     entered its current operational status. A value of
  1399.  
  1400.  
  1401.  
  1402. Expiration Date July 1997                              [Page 26]       
  1403.  
  1404. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1405.  
  1406.  
  1407.                     zero indicates that the F_Port's operational status
  1408.                     has not changed since the agent last restarted."
  1409.                 ::= { fcFPortPhysEntry 5 }
  1410.  
  1411.             fcFPortPhysRttov OBJECT-TYPE
  1412.                 SYNTAX      MilliSeconds
  1413.                 MAX-ACCESS  read-write
  1414.                 STATUS      current
  1415.                 DESCRIPTION
  1416.                    "The Receiver_Transmitter_Timeout value of the
  1417.                     F_Port. This is used by the receiver logic to detect
  1418.                     Loss of Synchronization.
  1419.                     [1](29.2.1.1)"
  1420.                 ::= { fcFPortPhysEntry 6 }
  1421.  
  1422.  
  1423.         -- the Error group
  1424.         -- This group consists of tables that contain information about
  1425.         -- the various types of errors detected.  The management station
  1426.         -- may use the information in this group to determine the
  1427.         -- quality of the link between the F_Port and its attached N_Port.
  1428.         -- Implementation of this group is optional.
  1429.  
  1430.         -- the F_Port Error table
  1431.         -- This table contains, one entry for each F_Port in the Fabric
  1432.         -- Element, counters recording numbers of errors detected
  1433.         -- since the management agent re-initialized.
  1434.         -- The first 6 columnar objects after the port index corresponds
  1435.         -- to the counters in the Link Error Status Block ([1](29.8)).
  1436.  
  1437.         fcFPortErrorTable OBJECT-TYPE
  1438.             SYNTAX      SEQUENCE OF FcFPortErrorEntry
  1439.             MAX-ACCESS  not-accessible
  1440.             STATUS      current
  1441.             DESCRIPTION
  1442.                "A table that contains, one entry for each F_Port, coun-
  1443.                 ters that record the numbers of errors detected.
  1444.                 [1](29)"
  1445.             ::= { fcFeError 1 }
  1446.  
  1447.         fcFPortErrorEntry OBJECT-TYPE
  1448.             SYNTAX      FcFPortErrorEntry
  1449.             MAX-ACCESS  not-accessible
  1450.             STATUS      current
  1451.             DESCRIPTION
  1452.                "An entry containing error counters of a F_Port.
  1453.  
  1454.  
  1455.  
  1456. Expiration Date July 1997                              [Page 27]       
  1457.  
  1458. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1459.  
  1460.  
  1461.                 [1](29)"
  1462.             INDEX { fcFPortErrorModuleIndex, fcFPortErrorFPortIndex }
  1463.             ::= { fcFPortErrorTable 1 }
  1464.  
  1465.  
  1466.         FcFPortErrorEntry ::=
  1467.             SEQUENCE {
  1468.                 fcFPortErrorModuleIndex
  1469.                     FcFeModuleIndex,
  1470.                 fcFPortErrorFPortIndex
  1471.                     FcFeFPortIndex,
  1472.                 fcFPortLinkFailures
  1473.                     Counter32,
  1474.                 fcFPortSyncLosses
  1475.                     Counter32,
  1476.                 fcFPortSigLosses
  1477.                     Counter32,
  1478.                 fcFPortPrimSeqProtoErrors
  1479.                     Counter32,
  1480.                 fcFPortInvalidTxWords
  1481.                     Counter32,
  1482.                 fcFPortInvalidCrcs
  1483.                     Counter32,
  1484.                 fcFPortDelimiterErrors
  1485.                     Counter32,
  1486.                 fcFPortAddressIdErrors
  1487.                     Counter32,
  1488.                 fcFPortLinkResetIns
  1489.                     Counter32,
  1490.                 fcFPortLinkResetOuts
  1491.                     Counter32,
  1492.                 fcFPortOlsIns
  1493.                     Counter32,
  1494.                 fcFPortOlsOuts
  1495.                     Counter32
  1496.             }
  1497.  
  1498.         fcFPortErrorModuleIndex OBJECT-TYPE
  1499.             SYNTAX      FcFeModuleIndex
  1500.             MAX-ACCESS  read-only
  1501.             STATUS      current
  1502.             DESCRIPTION
  1503.                "This object identifies the module containing the F_Port
  1504.                 for which this entry contains information."
  1505.             ::= { fcFPortErrorEntry 1 }
  1506.  
  1507.  
  1508.  
  1509.  
  1510. Expiration Date July 1997                              [Page 28]       
  1511.  
  1512. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1513.  
  1514.  
  1515.         fcFPortErrorFPortIndex OBJECT-TYPE
  1516.             SYNTAX      FcFeFPortIndex
  1517.             MAX-ACCESS  read-only
  1518.             STATUS      current
  1519.             DESCRIPTION
  1520.                "This object identifies the F_Port within the module.
  1521.                 This number ranges from 1 to the value of fcFeModule-
  1522.                 PortCapacity for the associated module. The value
  1523.                 remains constant for the identified F_Port until the
  1524.                 module is re-initialized."
  1525.             ::= { fcFPortErrorEntry 2 }
  1526.  
  1527.         fcFPortLinkFailures OBJECT-TYPE
  1528.             SYNTAX      Counter32
  1529.             MAX-ACCESS  read-only
  1530.             STATUS      current
  1531.             DESCRIPTION
  1532.                "The number of link failures detected by this F_Port.
  1533.                 [1](29.8, Figure 82)"
  1534.             ::= { fcFPortErrorEntry 3 }
  1535.  
  1536.         fcFPortSyncLosses OBJECT-TYPE
  1537.             SYNTAX      Counter32
  1538.             MAX-ACCESS  read-only
  1539.             STATUS      current
  1540.             DESCRIPTION
  1541.                "The number of loss of synchronization detected by the
  1542.                 F_Port.
  1543.                 [1](12.1.1.2, 29.8)"
  1544.             ::= { fcFPortErrorEntry 4 }
  1545.  
  1546.         fcFPortSigLosses OBJECT-TYPE
  1547.             SYNTAX      Counter32
  1548.             MAX-ACCESS  read-only
  1549.             STATUS      current
  1550.             DESCRIPTION
  1551.                "The number of loss of signal detected by the F_Port.
  1552.                 [1](12.1.1.2, 29.8)"
  1553.             ::= { fcFPortErrorEntry 5 }
  1554.  
  1555.         fcFPortPrimSeqProtoErrors OBJECT-TYPE
  1556.             SYNTAX      Counter32
  1557.             MAX-ACCESS  read-only
  1558.             STATUS      current
  1559.             DESCRIPTION
  1560.                "The number of primitive sequence protocol errors
  1561.  
  1562.  
  1563.  
  1564. Expiration Date July 1997                              [Page 29]       
  1565.  
  1566. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1567.  
  1568.  
  1569.                 detected by the F_Port.
  1570.                 [1](29.3.3, 29.8 )"
  1571.             ::= { fcFPortErrorEntry 6 }
  1572.  
  1573.         fcFPortInvalidTxWords OBJECT-TYPE
  1574.             SYNTAX      Counter32
  1575.             MAX-ACCESS  read-only
  1576.             STATUS      current
  1577.             DESCRIPTION
  1578.                "The number of invalid transmission word detected by the
  1579.                 F_Port.
  1580.                 [1](29.3.2, 29.8)"
  1581.             ::= { fcFPortErrorEntry 7 }
  1582.  
  1583.         fcFPortInvalidCrcs OBJECT-TYPE
  1584.             SYNTAX      Counter32
  1585.             MAX-ACCESS  read-only
  1586.             STATUS      current
  1587.             DESCRIPTION
  1588.                "The number of invalid CRC detected by this F_Port.
  1589.                 [1](29.8)"
  1590.             ::= { fcFPortErrorEntry 8 }
  1591.  
  1592.         fcFPortDelimiterErrors OBJECT-TYPE
  1593.             SYNTAX      Counter32
  1594.             MAX-ACCESS  read-only
  1595.             STATUS      current
  1596.             DESCRIPTION
  1597.                "The number of Delimiter Errors detected by this F_Port.
  1598.                 [1](29.9, Table 112)"
  1599.             ::= { fcFPortErrorEntry 9 }
  1600.  
  1601.         fcFPortAddressIdErrors OBJECT-TYPE
  1602.             SYNTAX      Counter32
  1603.             MAX-ACCESS  read-only
  1604.             STATUS      current
  1605.             DESCRIPTION
  1606.                "The number of address identifier errors detected by this
  1607.                 F_Port.
  1608.                 [1](29.9, Table 112)"
  1609.             ::= { fcFPortErrorEntry 10 }
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618. Expiration Date July 1997                              [Page 30]       
  1619.  
  1620. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1621.  
  1622.  
  1623.         fcFPortLinkResetIns OBJECT-TYPE
  1624.             SYNTAX      Counter32
  1625.             MAX-ACCESS  read-only
  1626.             STATUS      current
  1627.             DESCRIPTION
  1628.                "The number of Link Reset Protocol received by this
  1629.                 F_Port from the attached N_Port.
  1630.                 [1](16.6.5, 29.9)"
  1631.             ::= { fcFPortErrorEntry 11 }
  1632.  
  1633.         fcFPortLinkResetOuts OBJECT-TYPE
  1634.             SYNTAX      Counter32
  1635.             MAX-ACCESS  read-only
  1636.             STATUS      current
  1637.             DESCRIPTION
  1638.                "The number of Link Reset Protocol issued by this F_Port
  1639.                 to the attached N_Port.
  1640.                 [1](16.6.5, 29.9)"
  1641.             ::= { fcFPortErrorEntry 12 }
  1642.  
  1643.         fcFPortOlsIns OBJECT-TYPE
  1644.             SYNTAX      Counter32
  1645.             MAX-ACCESS  read-only
  1646.             STATUS      current
  1647.             DESCRIPTION
  1648.                "The number of Offline Sequence received by this F_Port.
  1649.                 [1](16.4.3)"
  1650.             ::= { fcFPortErrorEntry 13 }
  1651.  
  1652.         fcFPortOlsOuts OBJECT-TYPE
  1653.             SYNTAX      Counter32
  1654.             MAX-ACCESS  read-only
  1655.             STATUS      current
  1656.             DESCRIPTION
  1657.                "The number of Offline Sequence issued by this F_Port.
  1658.                 [1](16.4.3)"
  1659.             ::= { fcFPortErrorEntry 14 }
  1660.  
  1661.  
  1662.  
  1663.         -- Accounting Groups:
  1664.         -- (1) Class 1 Accounting Group,
  1665.         -- (2) Class 2 Accounting Group, and
  1666.         -- (3) Class 3 Accounting Group.
  1667.         -- Each group consists of a table that contains accounting
  1668.         -- information for the F_Ports in the Fabric Element.
  1669.  
  1670.  
  1671.  
  1672. Expiration Date July 1997                              [Page 31]       
  1673.  
  1674. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1675.  
  1676.  
  1677.         -- Implementation of each group is optional.
  1678.  
  1679.         -- the Class 1 Accounting table
  1680.         -- This table contains, one entry for each F_Port in the Fabric
  1681.         -- Element, Counter32s for certain types of events occurred in the
  1682.         -- the F_Ports since the the management agent has re-initialized.
  1683.         -- Implementation of this group is optional.
  1684.  
  1685.         fcFPortC1AcctTable OBJECT-TYPE
  1686.             SYNTAX      SEQUENCE OF FcFPortC1AcctEntry
  1687.             MAX-ACCESS  not-accessible
  1688.             STATUS      current
  1689.             DESCRIPTION
  1690.                "A table that contains, one entry for each F_Port in the
  1691.                 Fabric Element, Class 1 accounting information recorded
  1692.                 since the management agent has re-initialized."
  1693.             ::= { fcFeAcct 1 }
  1694.  
  1695.         fcFPortC1AcctEntry OBJECT-TYPE
  1696.             SYNTAX      FcFPortC1AcctEntry
  1697.             MAX-ACCESS  not-accessible
  1698.             STATUS      current
  1699.             DESCRIPTION
  1700.                "An entry containing Class 1 accounting information for
  1701.                 each F_Port."
  1702.             INDEX { fcFPortC1AcctModuleIndex, fcFPortC1AcctFPortIndex }
  1703.             ::= { fcFPortC1AcctTable 1 }
  1704.  
  1705.  
  1706.         FcFPortC1AcctEntry ::=
  1707.             SEQUENCE {
  1708.                 fcFPortC1AcctModuleIndex
  1709.                     FcFeModuleIndex,
  1710.                 fcFPortC1AcctFPortIndex
  1711.                     FcFeFPortIndex,
  1712.                 fcFPortC1InConnections
  1713.                     Counter32,
  1714.                 fcFPortC1OutConnections
  1715.                     Counter32,
  1716.                 fcFPortC1FbsyFrames
  1717.                     Counter32,
  1718.                 fcFPortC1FrjtFrames
  1719.                     Counter32,
  1720.                 fcFPortC1ConnTime
  1721.                     Counter32,
  1722.                 fcFPortC1InFrames
  1723.  
  1724.  
  1725.  
  1726. Expiration Date July 1997                              [Page 32]       
  1727.  
  1728. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1729.  
  1730.  
  1731.                     Counter32,
  1732.                 fcFPortC1OutFrames
  1733.                     Counter32,
  1734.                 fcFPortC1InOctets
  1735.                     Counter32,
  1736.                 fcFPortC1OutOctets
  1737.                     Counter32,
  1738.                 fcFPortC1Discards
  1739.                     Counter32
  1740.             }
  1741.  
  1742.         fcFPortC1AcctModuleIndex OBJECT-TYPE
  1743.             SYNTAX      FcFeModuleIndex
  1744.             MAX-ACCESS  read-only
  1745.             STATUS      current
  1746.             DESCRIPTION
  1747.                "This object identifies the module containing the F_Port
  1748.                 for which this entry contains information."
  1749.             ::= { fcFPortC1AcctEntry 1 }
  1750.  
  1751.         fcFPortC1AcctFPortIndex OBJECT-TYPE
  1752.             SYNTAX      FcFeFPortIndex
  1753.             MAX-ACCESS  read-only
  1754.             STATUS      current
  1755.             DESCRIPTION
  1756.                "This object identifies the F_Port within the module.
  1757.                 This number ranges from 1 to the value of fcFeModule-
  1758.                 PortCapacity for the associated module. The value
  1759.                 remains constant for the identified F_Port until the
  1760.                 module is re-initialized."
  1761.             ::= { fcFPortC1AcctEntry 2 }
  1762.  
  1763.         fcFPortC1InConnections OBJECT-TYPE
  1764.             SYNTAX      Counter32
  1765.             MAX-ACCESS  read-only
  1766.             STATUS      current
  1767.             DESCRIPTION
  1768.                "The number of Class 1 connections successfully estab-
  1769.                 lished in which the attached N_Port is the source of the
  1770.                 connect-request.
  1771.                 [1](28)"
  1772.             ::= { fcFPortC1AcctEntry 3 }
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780. Expiration Date July 1997                              [Page 33]       
  1781.  
  1782. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1783.  
  1784.  
  1785.         fcFPortC1OutConnections OBJECT-TYPE
  1786.             SYNTAX      Counter32
  1787.             MAX-ACCESS  read-only
  1788.             STATUS      current
  1789.             DESCRIPTION
  1790.                "The number of Class 1 connections successfully estab-
  1791.                 lished in which the attached N_Port is the destination
  1792.                 of the connect-request.
  1793.                 [1](28)"
  1794.             ::= { fcFPortC1AcctEntry 4 }
  1795.  
  1796.         fcFPortC1FbsyFrames OBJECT-TYPE
  1797.             SYNTAX      Counter32
  1798.             MAX-ACCESS  read-only
  1799.             STATUS      current
  1800.             DESCRIPTION
  1801.                "The number of F_BSY frames generated by this F_Port
  1802.                 against Class 1 connect-request.
  1803.                 [1](20.3.3.1)"
  1804.             ::= { fcFPortC1AcctEntry 5 }
  1805.  
  1806.         fcFPortC1FrjtFrames OBJECT-TYPE
  1807.             SYNTAX      Counter32
  1808.             MAX-ACCESS  read-only
  1809.             STATUS      current
  1810.             DESCRIPTION
  1811.                "The number of F_RJT frames generated by this F_Port
  1812.                 against Class 1 connect-request.
  1813.                 [1](20.3.3.3)"
  1814.             ::= { fcFPortC1AcctEntry 6 }
  1815.  
  1816.         fcFPortC1ConnTime OBJECT-TYPE
  1817.             SYNTAX      Counter32
  1818.             MAX-ACCESS  read-only
  1819.             STATUS      current
  1820.             DESCRIPTION
  1821.                "The cumulative time that this F_Port has been engaged in
  1822.                 Class 1 connection.  The amount of time of each connec-
  1823.                 tion is counted in octets from after a connect-request
  1824.                 has been accepted until the connection is disengaged,
  1825.                 either by an EOFdt or Link Reset.
  1826.                 [1](22.1)"
  1827.             ::= { fcFPortC1AcctEntry 7 }
  1828.  
  1829.  
  1830.  
  1831.  
  1832.  
  1833.  
  1834. Expiration Date July 1997                              [Page 34]       
  1835.  
  1836. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1837.  
  1838.  
  1839.         fcFPortC1InFrames OBJECT-TYPE
  1840.             SYNTAX      Counter32
  1841.             MAX-ACCESS  read-only
  1842.             STATUS      current
  1843.             DESCRIPTION
  1844.                "The number of Class 1 frames (other than Class 1 con-
  1845.                 nect-request) received by this F_Port from its attached
  1846.                 N_Port.
  1847.                 [1](20.1)"
  1848.             ::= { fcFPortC1AcctEntry 8 }
  1849.  
  1850.         fcFPortC1OutFrames OBJECT-TYPE
  1851.             SYNTAX      Counter32
  1852.             MAX-ACCESS  read-only
  1853.             STATUS      current
  1854.             DESCRIPTION
  1855.                "The number of Class 1 frames (other than Class 1 con-
  1856.                 nect-request) delivered through this F_Port to its
  1857.                 attached N_Port.
  1858.                 [1](20.1)"
  1859.             ::= { fcFPortC1AcctEntry 9 }
  1860.  
  1861.         fcFPortC1InOctets OBJECT-TYPE
  1862.             SYNTAX      Counter32
  1863.             MAX-ACCESS  read-only
  1864.             STATUS      current
  1865.             DESCRIPTION
  1866.                "The number of Class 1 frame octets, including the frame
  1867.                 delimiters,  received by this F_Port from its attached
  1868.                 N_Port
  1869.                 [1](20.1))"
  1870.             ::= { fcFPortC1AcctEntry 10 }
  1871.  
  1872.         fcFPortC1OutOctets OBJECT-TYPE
  1873.             SYNTAX      Counter32
  1874.             MAX-ACCESS  read-only
  1875.             STATUS      current
  1876.             DESCRIPTION
  1877.                "The number of Class 1 frame octets, including the frame
  1878.                 delimiters, delivered through this F_Port its attached
  1879.                 N_Port.
  1880.                 [1](20.1)"
  1881.             ::= { fcFPortC1AcctEntry 11 }
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888. Expiration Date July 1997                              [Page 35]       
  1889.  
  1890. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1891.  
  1892.  
  1893.         fcFPortC1Discards OBJECT-TYPE
  1894.             SYNTAX      Counter32
  1895.             MAX-ACCESS  read-only
  1896.             STATUS      current
  1897.             DESCRIPTION
  1898.                "The number of Class 1 frames discarded by this F_Port.
  1899.                 [1](20.1)"
  1900.             ::= { fcFPortC1AcctEntry 12 }
  1901.  
  1902.  
  1903.         -- the Class 2 Accounting table
  1904.         -- This table contains, one entry for each F_Port in the Fabric
  1905.         -- Element, Counter32s for certain types of events occurred in the
  1906.         -- the F_Ports since the the management agent has re-initialized.
  1907.         -- Implementation of this group is optional.
  1908.  
  1909.         fcFPortC2AcctTable OBJECT-TYPE
  1910.             SYNTAX      SEQUENCE OF FcFPortC2AcctEntry
  1911.             MAX-ACCESS  not-accessible
  1912.             STATUS      current
  1913.             DESCRIPTION
  1914.                "A table that contains, one entry for each F_Port in the
  1915.                 Fabric Element, Class 2 accounting information recorded
  1916.                 since the management agent has re-initialized."
  1917.             ::= { fcFeAcct 2 }
  1918.  
  1919.         fcFPortC2AcctEntry OBJECT-TYPE
  1920.             SYNTAX      FcFPortC2AcctEntry
  1921.             MAX-ACCESS  not-accessible
  1922.             STATUS      current
  1923.             DESCRIPTION
  1924.                "An entry containing Class 2 accounting information for
  1925.                 each F_Port."
  1926.             INDEX { fcFPortC2AcctModuleIndex, fcFPortC2AcctFPortIndex }
  1927.             ::= { fcFPortC2AcctTable 1 }
  1928.  
  1929.         FcFPortC2AcctEntry ::=
  1930.             SEQUENCE {
  1931.                 fcFPortC2AcctModuleIndex
  1932.                     FcFeModuleIndex,
  1933.                 fcFPortC2AcctFPortIndex
  1934.                     FcFeFPortIndex,
  1935.                 fcFPortC2InFrames
  1936.                     Counter32,
  1937.                 fcFPortC2OutFrames
  1938.                     Counter32,
  1939.  
  1940.  
  1941.  
  1942. Expiration Date July 1997                              [Page 36]       
  1943.  
  1944. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1945.  
  1946.  
  1947.                 fcFPortC2InOctets
  1948.                     Counter32,
  1949.                 fcFPortC2OutOctets
  1950.                     Counter32,
  1951.                 fcFPortC2Discards
  1952.                     Counter32,
  1953.                 fcFPortC2FbsyFrames
  1954.                     Counter32,
  1955.                 fcFPortC2FrjtFrames
  1956.                     Counter32
  1957.             }
  1958.  
  1959.         fcFPortC2AcctModuleIndex OBJECT-TYPE
  1960.             SYNTAX      FcFeModuleIndex
  1961.             MAX-ACCESS  read-only
  1962.             STATUS      current
  1963.             DESCRIPTION
  1964.                "This object identifies the module containing the F_Port
  1965.                 for which this entry contains information."
  1966.             ::= { fcFPortC2AcctEntry 1 }
  1967.  
  1968.         fcFPortC2AcctFPortIndex OBJECT-TYPE
  1969.             SYNTAX      FcFeFPortIndex
  1970.             MAX-ACCESS  read-only
  1971.             STATUS      current
  1972.             DESCRIPTION
  1973.                "This object identifies the F_Port within the module.
  1974.                 This number ranges from 1 to the value of fcFeModule-
  1975.                 PortCapacity for the associated module. The value
  1976.                 remains constant for the identified F_Port until the
  1977.                 module is re-initialized."
  1978.             ::= { fcFPortC2AcctEntry 2 }
  1979.  
  1980.         fcFPortC2InFrames OBJECT-TYPE
  1981.             SYNTAX      Counter32
  1982.             MAX-ACCESS  read-only
  1983.             STATUS      current
  1984.             DESCRIPTION
  1985.                "The number of Class 2 frames received by this F_Port
  1986.                 from its attached N_Port.
  1987.                 [1](20.2)"
  1988.             ::= { fcFPortC2AcctEntry 3 }
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995.  
  1996. Expiration Date July 1997                              [Page 37]       
  1997.  
  1998. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  1999.  
  2000.  
  2001.         fcFPortC2OutFrames OBJECT-TYPE
  2002.             SYNTAX      Counter32
  2003.             MAX-ACCESS  read-only
  2004.             STATUS      current
  2005.             DESCRIPTION
  2006.                "The number of Class 2 frames delivered through this
  2007.                 F_Port to its attached N_Port.
  2008.                 [1](20.2)"
  2009.             ::= { fcFPortC2AcctEntry 4 }
  2010.  
  2011.         fcFPortC2InOctets OBJECT-TYPE
  2012.             SYNTAX      Counter32
  2013.             MAX-ACCESS  read-only
  2014.             STATUS      current
  2015.             DESCRIPTION
  2016.                "The number of Class 2 frame octets, including the frame
  2017.                 delimiters, received by this F_Port from its attached
  2018.                 N_Port.
  2019.                 [1](20.2)"
  2020.             ::= { fcFPortC2AcctEntry 5 }
  2021.  
  2022.         fcFPortC2OutOctets OBJECT-TYPE
  2023.             SYNTAX      Counter32
  2024.             MAX-ACCESS  read-only
  2025.             STATUS      current
  2026.             DESCRIPTION
  2027.                "The number of Class 2 frame octets, including the frame
  2028.                 delimiters, delivered through this F_Port to its
  2029.                 attached N_Port.
  2030.                 [1](20.2)"
  2031.             ::= { fcFPortC2AcctEntry 6 }
  2032.  
  2033.         fcFPortC2Discards OBJECT-TYPE
  2034.             SYNTAX      Counter32
  2035.             MAX-ACCESS  read-only
  2036.             STATUS      current
  2037.             DESCRIPTION
  2038.                "The number of Class 2 frames discarded by this F_Port.
  2039.                 [1](22.2)"
  2040.             ::= { fcFPortC2AcctEntry 7 }
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.  
  2050. Expiration Date July 1997                              [Page 38]       
  2051.  
  2052. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2053.  
  2054.  
  2055.         fcFPortC2FbsyFrames OBJECT-TYPE
  2056.             SYNTAX      Counter32
  2057.             MAX-ACCESS  read-only
  2058.             STATUS      current
  2059.             DESCRIPTION
  2060.                "The number of F_BSY frames generated by this F_Port
  2061.                 against Class 2 frames.
  2062.                 [1](20.3.3.1)"
  2063.             ::= { fcFPortC2AcctEntry 8 }
  2064.  
  2065.         fcFPortC2FrjtFrames OBJECT-TYPE
  2066.             SYNTAX      Counter32
  2067.             MAX-ACCESS  read-only
  2068.             STATUS      current
  2069.             DESCRIPTION
  2070.                "The number of F_RJT frames generated by this F_Port
  2071.                 against Class 2 frames.
  2072.                 [1](20.3.3.3)"
  2073.             ::= { fcFPortC2AcctEntry 9 }
  2074.  
  2075.         -- the Class 3 Accounting Group
  2076.         -- This table contains, one entry for each F_Port in the Fabric
  2077.         -- Element, Counter32s for certain types of events occurred in the
  2078.         -- the F_Ports since the management agent has re-initialized.
  2079.         -- Implementation of this group is optional.
  2080.  
  2081.         fcFPortC3AcctTable OBJECT-TYPE
  2082.             SYNTAX      SEQUENCE OF FcFPortC3AcctEntry
  2083.             MAX-ACCESS  not-accessible
  2084.             STATUS      current
  2085.             DESCRIPTION
  2086.                "A table that contains, one entry for each F_Port in the
  2087.                 Fabric Element, Class 3 accounting information recorded
  2088.                 since the management agent has re-initialized."
  2089.             ::= { fcFeAcct 3 }
  2090.  
  2091.         fcFPortC3AcctEntry OBJECT-TYPE
  2092.             SYNTAX      FcFPortC3AcctEntry
  2093.             MAX-ACCESS  not-accessible
  2094.             STATUS      current
  2095.             DESCRIPTION
  2096.                "An entry containing Class 3 accounting information for
  2097.                 each F_Port."
  2098.             INDEX { fcFPortC3AcctModuleIndex, fcFPortC3AcctFPortIndex }
  2099.             ::= { fcFPortC3AcctTable 1 }
  2100.  
  2101.  
  2102.  
  2103.  
  2104. Expiration Date July 1997                              [Page 39]       
  2105.  
  2106. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2107.  
  2108.  
  2109.         FcFPortC3AcctEntry ::=
  2110.             SEQUENCE {
  2111.                 fcFPortC3AcctModuleIndex
  2112.                     FcFeModuleIndex,
  2113.                 fcFPortC3AcctFPortIndex
  2114.                     FcFeFPortIndex,
  2115.                 fcFPortC3InFrames
  2116.                     Counter32,
  2117.                 fcFPortC3OutFrames
  2118.                     Counter32,
  2119.                 fcFPortC3InOctets
  2120.                     Counter32,
  2121.                 fcFPortC3OutOctets
  2122.                     Counter32,
  2123.                 fcFPortC3Discards
  2124.                     Counter32
  2125.             }
  2126.  
  2127.         fcFPortC3AcctModuleIndex OBJECT-TYPE
  2128.             SYNTAX      FcFeModuleIndex
  2129.             MAX-ACCESS  read-only
  2130.             STATUS      current
  2131.             DESCRIPTION
  2132.                "This object identifies the module containing the F_Port
  2133.                 for which this entry contains information."
  2134.             ::= { fcFPortC3AcctEntry 1 }
  2135.  
  2136.         fcFPortC3AcctFPortIndex OBJECT-TYPE
  2137.             SYNTAX      FcFeFPortIndex
  2138.             MAX-ACCESS  read-only
  2139.             STATUS      current
  2140.             DESCRIPTION
  2141.                "This object identifies the F_Port within the module.
  2142.                 This number ranges from 1 to the value of fcFeModule-
  2143.                 PortCapacity for the associated module. The value
  2144.                 remains constant for the identified F_Port until the
  2145.                 module is re-initialized."
  2146.             ::= { fcFPortC3AcctEntry 2 }
  2147.  
  2148.         fcFPortC3InFrames OBJECT-TYPE
  2149.             SYNTAX      Counter32
  2150.             MAX-ACCESS  read-only
  2151.             STATUS      current
  2152.             DESCRIPTION
  2153.                "The number of Class 3 frames received by this F_Port
  2154.                 from its attached N_Port.
  2155.  
  2156.  
  2157.  
  2158. Expiration Date July 1997                              [Page 40]       
  2159.  
  2160. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2161.  
  2162.  
  2163.                 [1](22.3)"
  2164.             ::= { fcFPortC3AcctEntry 3 }
  2165.  
  2166.         fcFPortC3OutFrames OBJECT-TYPE
  2167.             SYNTAX      Counter32
  2168.             MAX-ACCESS  read-only
  2169.             STATUS      current
  2170.             DESCRIPTION
  2171.                "The number of Class 3 frames delivered through this
  2172.                 F_Port to its attached N_Port.
  2173.                 [1](22.3)"
  2174.             ::= { fcFPortC3AcctEntry 4 }
  2175.  
  2176.         fcFPortC3InOctets OBJECT-TYPE
  2177.             SYNTAX      Counter32
  2178.             MAX-ACCESS  read-only
  2179.             STATUS      current
  2180.             DESCRIPTION
  2181.                "The number of Class 3 frame octets, including the frame
  2182.                 delimiters, received by this F_Port from its attached
  2183.                 N_Port.
  2184.                 [1](22.3))"
  2185.             ::= { fcFPortC3AcctEntry 5 }
  2186.  
  2187.         fcFPortC3OutOctets OBJECT-TYPE
  2188.             SYNTAX      Counter32
  2189.             MAX-ACCESS  read-only
  2190.             STATUS      current
  2191.             DESCRIPTION
  2192.                "The number of Class 3 frame octets, including the frame
  2193.                 delimiters, delivered through this F_Port to its
  2194.                 attached N_Port.
  2195.                 [1](22.3)"
  2196.             ::= { fcFPortC3AcctEntry 6 }
  2197.  
  2198.         fcFPortC3Discards OBJECT-TYPE
  2199.             SYNTAX      Counter32
  2200.             MAX-ACCESS  read-only
  2201.             STATUS      current
  2202.             DESCRIPTION
  2203.                "The number of Class 3 frames discarded by this F_Port.
  2204.                 [1](22.3)"
  2205.             ::= { fcFPortC3AcctEntry 7 }
  2206.  
  2207.  
  2208.         -- The Capability Group - consists of a table describing
  2209.  
  2210.  
  2211.  
  2212. Expiration Date July 1997                              [Page 41]       
  2213.  
  2214. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2215.  
  2216.  
  2217.         -- information about what each F_Port is inherently capable
  2218.         -- of operating or supporting.
  2219.         -- A capability may be used, as expressed in its respective
  2220.         -- object value in the Configuration group.
  2221.         -- Implementation of this group is optional.
  2222.  
  2223.         fcFPortCapTable OBJECT-TYPE
  2224.             SYNTAX      SEQUENCE OF FcFPortCapEntry
  2225.             MAX-ACCESS  not-accessible
  2226.             STATUS      current
  2227.             DESCRIPTION
  2228.                "A table that contains, one entry for each F_Port, the
  2229.                 capabilities of the port within the Fabric Element.
  2230.                 [1](23)"
  2231.             ::= { fcFeCap 1 }
  2232.  
  2233.         fcFPortCapEntry OBJECT-TYPE
  2234.             SYNTAX      FcFPortCapEntry
  2235.             MAX-ACCESS  not-accessible
  2236.             STATUS      current
  2237.             DESCRIPTION
  2238.                "An entry containing the capabilities of a F_Port.
  2239.                 [1](23)"
  2240.             INDEX { fcFPortCapModuleIndex, fcFPortCapFPortIndex }
  2241.             ::= { fcFPortCapTable 1 }
  2242.  
  2243.  
  2244.         FcFPortCapEntry ::=
  2245.             SEQUENCE {
  2246.                 fcFPortCapModuleIndex
  2247.                     FcFeModuleIndex,
  2248.                 fcFPortCapFPortIndex
  2249.                     FcFeFPortIndex,
  2250.                 fcFPortCapFcphVersionHigh
  2251.                     FcphVersion,
  2252.                 fcFPortCapFcphVersionLow
  2253.                     FcphVersion,
  2254.                 fcFPortCapBbCreditMax
  2255.                     FcBbCredit,
  2256.                 fcFPortCapBbCreditMin
  2257.                     FcBbCredit,
  2258.                 fcFPortCapRxDataFieldSizeMax
  2259.                     FcRxDataFieldSize,
  2260.                 fcFPortCapRxDataFieldSizeMin
  2261.                     FcRxDataFieldSize,
  2262.                 fcFPortCapCos
  2263.  
  2264.  
  2265.  
  2266. Expiration Date July 1997                              [Page 42]       
  2267.  
  2268. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2269.  
  2270.  
  2271.                     FcCosCap,
  2272.                 fcFPortCapIntermix
  2273.                     TruthValue,
  2274.                 fcFPortCapStackedConnMode
  2275.                     FcStackedConnMode,
  2276.                 fcFPortCapClass2SeqDeliv
  2277.                     TruthValue,
  2278.                 fcFPortCapClass3SeqDeliv
  2279.                     TruthValue,
  2280.                 fcFPortCapHoldTimeMax
  2281.                     MicroSeconds,
  2282.                 fcFPortCapHoldTimeMin
  2283.                     MicroSeconds,
  2284.                 fcFPortCapBaudRates
  2285.                     Fc0BaudRateCap,
  2286.                 fcFPortCapMedia
  2287.                     Fc0MediaCap
  2288.             }
  2289.  
  2290.         fcFPortCapModuleIndex OBJECT-TYPE
  2291.             SYNTAX      FcFeModuleIndex
  2292.             MAX-ACCESS  read-only
  2293.             STATUS      current
  2294.             DESCRIPTION
  2295.                "This object identifies the module containing the F_Port
  2296.                 for which this entry contains information."
  2297.             ::= { fcFPortCapEntry 1 }
  2298.  
  2299.         fcFPortCapFPortIndex OBJECT-TYPE
  2300.             SYNTAX      FcFeFPortIndex
  2301.             MAX-ACCESS  read-only
  2302.             STATUS      current
  2303.             DESCRIPTION
  2304.                "This object identifies the F_Port within the module.
  2305.                 This number ranges from 1 to the value of fcFeModule-
  2306.                 PortCapacity for the associated module. The value
  2307.                 remains constant for the identified F_Port until the
  2308.                 module is re-initialized."
  2309.             ::= { fcFPortCapEntry 2 }
  2310.  
  2311.         fcFPortCapFcphVersionHigh OBJECT-TYPE
  2312.             SYNTAX      FcphVersion
  2313.             MAX-ACCESS  read-only
  2314.             STATUS      current
  2315.             DESCRIPTION
  2316.                "The highest or most recent version of FC-PH that the
  2317.  
  2318.  
  2319.  
  2320. Expiration Date July 1997                              [Page 43]       
  2321.  
  2322. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2323.  
  2324.  
  2325.                 F_Port is capable of supporting.
  2326.                 [1](23.7.1.1), [2](10.4.1)"
  2327.             ::= { fcFPortCapEntry 3 }
  2328.  
  2329.         fcFPortCapFcphVersionLow OBJECT-TYPE
  2330.             SYNTAX      FcphVersion
  2331.             MAX-ACCESS  read-only
  2332.             STATUS      current
  2333.             DESCRIPTION
  2334.                "The lowest or earliest version of FC-PH that the F_Port
  2335.                 is capable of supporting.
  2336.                 [1](23.7.1.1), [2](10.4.1)"
  2337.             ::= { fcFPortCapEntry 4 }
  2338.  
  2339.         fcFPortCapBbCreditMax OBJECT-TYPE
  2340.             SYNTAX      FcBbCredit
  2341.             MAX-ACCESS  read-only
  2342.             STATUS      current
  2343.             DESCRIPTION
  2344.                "The maximum number of receive buffers available for
  2345.                 holding Class 1 connect-request, Class 2 or Class 3
  2346.                 frames from the attached N_Port.
  2347.                 [1](23.7.1.2), [2](10.4.1), [3](15.2)"
  2348.             ::= { fcFPortCapEntry 5 }
  2349.  
  2350.         fcFPortCapBbCreditMin OBJECT-TYPE
  2351.             SYNTAX      FcBbCredit
  2352.             MAX-ACCESS  read-only
  2353.             STATUS      current
  2354.             DESCRIPTION
  2355.                "The minimum number of receive buffers available for
  2356.                 holding Class 1 connect-request, Class 2 or Class 3
  2357.                 frames from the attached N_Port.
  2358.                 [1](23.7.1.2), [2](10.4.1), [3](15.2)"
  2359.             ::= { fcFPortCapEntry 6 }
  2360.  
  2361.         fcFPortCapRxDataFieldSizeMax OBJECT-TYPE
  2362.             SYNTAX      FcRxDataFieldSize
  2363.             MAX-ACCESS  read-only
  2364.             STATUS      current
  2365.             DESCRIPTION
  2366.                "The maximum size in bytes of the Data Field in a frame
  2367.                 that the F_Port is capable of receiving from its
  2368.                 attached N_Port.
  2369.                 [1](23.6.2.4)"
  2370.             ::= { fcFPortCapEntry 7 }
  2371.  
  2372.  
  2373.  
  2374. Expiration Date July 1997                              [Page 44]       
  2375.  
  2376. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2377.  
  2378.  
  2379.         fcFPortCapRxDataFieldSizeMin OBJECT-TYPE
  2380.             SYNTAX      FcRxDataFieldSize
  2381.             MAX-ACCESS  read-only
  2382.             STATUS      current
  2383.             DESCRIPTION
  2384.                "The minimum size in bytes of the Data Field in a frame
  2385.                 that the F_Port is capable of receiving from its
  2386.                 attached N_Port.
  2387.                 [1](23.6.2.4)"
  2388.             ::= { fcFPortCapEntry 8 }
  2389.  
  2390.         fcFPortCapCos OBJECT-TYPE
  2391.             SYNTAX      FcCosCap
  2392.             MAX-ACCESS  read-only
  2393.             STATUS      current
  2394.             DESCRIPTION
  2395.                "A value indicating the set of Classes of Service that
  2396.                 the F_Port is capable of supporting.
  2397.                 [1](23.7.4.1), [2](Table 10.2), [3](15.3.5.1, 15.3.5.2)"
  2398.             ::= { fcFPortCapEntry 9 }
  2399.  
  2400.         fcFPortCapIntermix OBJECT-TYPE
  2401.             SYNTAX      TruthValue
  2402.             MAX-ACCESS  read-only
  2403.             STATUS      current
  2404.             DESCRIPTION
  2405.                "A flag indicating whether or not the F_Port is capable
  2406.                 of supporting the intermixing of Class 2 and Class 3
  2407.                 frames during a Class 1 connection. This flag is only
  2408.                 valid if the port is capable of supporting Class 1 ser-
  2409.                 vice.
  2410.                 [1](23.7.4.2)"
  2411.             ::= { fcFPortCapEntry 10 }
  2412.  
  2413.         fcFPortCapStackedConnMode OBJECT-TYPE
  2414.             SYNTAX      FcStackedConnMode
  2415.             MAX-ACCESS  read-only
  2416.             STATUS      current
  2417.             DESCRIPTION
  2418.                "A value indicating the mode of Stacked Connect request
  2419.                 that the F_Port is capable of supporting.
  2420.                 [1](23.7.4.2)"
  2421.             ::= { fcFPortCapEntry 11 }
  2422.  
  2423.  
  2424.  
  2425.  
  2426.  
  2427.  
  2428. Expiration Date July 1997                              [Page 45]       
  2429.  
  2430. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2431.  
  2432.  
  2433.         fcFPortCapClass2SeqDeliv OBJECT-TYPE
  2434.             SYNTAX      TruthValue
  2435.             MAX-ACCESS  read-only
  2436.             STATUS      current
  2437.             DESCRIPTION
  2438.                "A flag indicating whether or not the F_Port is capable
  2439.                 of supporting Class 2 Sequential Delivery.
  2440.                 [1](23.7.4.2)"
  2441.             ::= { fcFPortCapEntry 12 }
  2442.  
  2443.         fcFPortCapClass3SeqDeliv OBJECT-TYPE
  2444.             SYNTAX      TruthValue
  2445.             MAX-ACCESS  read-only
  2446.             STATUS      current
  2447.             DESCRIPTION
  2448.                "A flag indicating whether or not the F_Port is capable
  2449.                 of supporting Class 3 Sequential Delivery.
  2450.                 [1](23.7.4.2)"
  2451.             ::= { fcFPortCapEntry 13 }
  2452.  
  2453.         fcFPortCapHoldTimeMax OBJECT-TYPE
  2454.             SYNTAX      MicroSeconds
  2455.             MAX-ACCESS  read-only
  2456.             STATUS      current
  2457.             DESCRIPTION
  2458.                "The maximum holding time (in microseconds) that the
  2459.                 F_Port is capable of supporting."
  2460.             ::= { fcFPortCapEntry 14 }
  2461.  
  2462.         fcFPortCapHoldTimeMin OBJECT-TYPE
  2463.             SYNTAX      MicroSeconds
  2464.             MAX-ACCESS  read-only
  2465.             STATUS      current
  2466.             DESCRIPTION
  2467.                "The minimum holding time (in microseconds) that the
  2468.                 F_Port is capable of supporting."
  2469.             ::= { fcFPortCapEntry 15 }
  2470.  
  2471.         fcFPortCapBaudRates OBJECT-TYPE
  2472.             SYNTAX      Fc0BaudRateCap
  2473.             MAX-ACCESS  read-only
  2474.             STATUS      current
  2475.             DESCRIPTION
  2476.                "A value indicating the set of baud rates that the F_Port
  2477.                 is capable of supporting.
  2478.                 [1](5.1)"
  2479.  
  2480.  
  2481.  
  2482. Expiration Date July 1997                              [Page 46]       
  2483.  
  2484. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2485.  
  2486.  
  2487.             ::= { fcFPortCapEntry 16 }
  2488.  
  2489.         fcFPortCapMedia OBJECT-TYPE
  2490.             SYNTAX      Fc0MediaCap
  2491.             MAX-ACCESS  read-only
  2492.             STATUS      current
  2493.             DESCRIPTION
  2494.                "A value indicating the set of media that the F_Port is
  2495.                 capable of supporting.
  2496.                 [1](5.1)"
  2497.             ::= { fcFPortCapEntry 17 }
  2498.  
  2499.         END
  2500.         -- End of Object Definitions
  2501.  
  2502. 4. Acknowledgements
  2503.  
  2504.    The editors would like to thank the following individuals for their
  2505.    assistance and constructive comments:
  2506.       John Y. Chu, IBM
  2507.       Yakov Rekhter, IBM           Martin Sachs, IBM
  2508.       Dan Eisenhauer, IBM          Beth Vanderbeck, IBM
  2509.       Carl Zeitler, IBM            Paul Griffiths, IBM
  2510.       KC Chennappan, IBM           Jessie Haug, IBM
  2511.       Bob Cornelius, ANCOR         Lansing Sloan, LLNL
  2512.       Paul Rupert, LLNL            Rich Taborak, Amdahl
  2513.       Steve Wilson, Amdahl         Jerry Rouse, IBM
  2514.       Dal Allan, ENDL              Hubert Huot, IBM
  2515.       Venkat Rao, HP               Amir Artsi, RADWAY International Ltd.
  2516.       Bent Stoevhase, Brocade CommunicationsJeff Meyer, HP
  2517.  
  2518. 5. References
  2519.  
  2520.  
  2521.  
  2522. [1]  Fibre Channel Physical and Signaling Interface (FC-PH), Rev 4.3,
  2523.      June 1, 1994. Working Draft Proposed American National Standard for
  2524.      Information Systems, X3.230-AM1:1996, Computer and Business Equip-
  2525.      ment Manufacturers Association, Washington, DC.
  2526.  
  2527.  
  2528. [2]  Fibre Channel Fabric Requirements (FC-FG), Rev 3.3, Oct 1995. Work-
  2529.      ing Draft Proposed American National Standard for Information Sys-
  2530.      tems, X3T11/958D, Computer and Business Equipment Manufacturers
  2531.      Association, Washington, DC.
  2532.  
  2533.  
  2534.  
  2535.  
  2536. Expiration Date July 1997                              [Page 47]       
  2537.  
  2538. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2539.  
  2540.  
  2541. [3]  Fibre Channel Cross-point Switch Fabric and Switch Control Require-
  2542.      ments (FC-SW), Rev 1.5, March 1995. Working Draft Proposed American
  2543.      National Standard for Information Systems, X3T11/959D, Computer and
  2544.      Business Equipment Manufacturers Association, Washington, DC.
  2545.  
  2546.  
  2547. [4]  Fibre Channel Generic Services (FC-GS), Rev 3.0, Oct 11, 1995.
  2548.      Working Draft Proposed American National Standard for Information
  2549.      Systems, X3T11/1050D, Computer and Business Equipment Manufacturers
  2550.      Association, Washington, DC.
  2551.  
  2552.  
  2553. [5]  Rose M., and K. McCloghrie, "Structure and Identification of Man-
  2554.      agement Information for TCP/IP-based internets", RFC 1155, Perfor-
  2555.      mance Systems International, Hughes LAN Systems, May 1990.
  2556.  
  2557.  
  2558. [6]  Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  2559.      RFC 1212, Performance Systems International, Hughes LAN Systems,
  2560.      March 1991.
  2561.  
  2562.  
  2563. [7]  Case, J., Fedor, M., Schoffstall, M., and J. Davin, "Simple Network
  2564.      Management Protocol", RFC 1157, SNMP Research, Performance Systems
  2565.      International, Performance Systems International, MIT Laboratory
  2566.      for Computer Science, May 1990.
  2567.  
  2568.  
  2569. [8]  McCloghrie K., and M. Rose, Editors, "Management Information Base
  2570.      for Network Management of TCP/IP-based internets", RFC 1213, Per-
  2571.      formance Systems International, March 1991.
  2572.  
  2573.  
  2574. [9]  Chu, J.Y., "Definitions of Managed Objects for the Node in Fibre
  2575.      Channel Standard using SMIv2", Internet draft, Version 1.5, Septem-
  2576.      ber 5, 1995.
  2577.  
  2578.  
  2579. [10] McCloghrie K., and F. Kastenholz, Editors, "Evolution of the Inter-
  2580.      faces Group of MIB-II", RFC 1573, Hughes LAN Systems, FTP Software,
  2581.      January 1994.
  2582.  
  2583.  
  2584. [11] Fibre Channel Arbitrated Loop (FC-AL), Rev 5.1, Mar 1996. Working
  2585.      Draft Proposed American National Standard for Information Systems,
  2586.      X3T11/960D, Computer and Business Equipment Manufacturers
  2587.  
  2588.  
  2589.  
  2590. Expiration Date July 1997                              [Page 48]       
  2591.  
  2592. INTERNET DRAFT            FC Fabric Element MIB         February 7, 1997
  2593.  
  2594.  
  2595.      Association, Washington, DC.
  2596.  
  2597.  
  2598. [12] McMaster D., and K. McCloghrie, Editors, "Definitions of Managed
  2599.      Objects for IEEE 802.3 Repeater Devices", RFC1516, Synoptics Commu-
  2600.      nications, Inc., Hughes LAN Systems Inc., September 1993.
  2601.  
  2602.  
  2603. [13] Fibre Channel Physical and Signaling Interface (FC-PH-2), Rev 7.3,
  2604.      January 5, 1996. Working Draft Proposed American National Standard
  2605.      for Information Systems, X3.xxx:1996, Computer and Business Equip-
  2606.      ment Manufacturers Association, Washington, DC.
  2607.  
  2608.  
  2609. 6. Security Considerations
  2610.  
  2611.    Security issues are not discussed in this memo.
  2612.  
  2613.  
  2614. 7. Editors' Addresses
  2615.  
  2616.       Kha Sin Teow
  2617.       Brocade Communications Systems, Inc.
  2618.       2231 Calle De Luna
  2619.       Santa Clara, CA 95054-1002
  2620.       U.S.A.
  2621.       Phone: +1 408-588-4100
  2622.       Email: khasin@BrocadeComm.COM
  2623.  
  2624.  
  2625.  
  2626.  
  2627.  
  2628.  
  2629.  
  2630.  
  2631.  
  2632.  
  2633.  
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640.  
  2641.  
  2642.  
  2643.  
  2644. Expiration Date July 1997                              [Page 49]       
  2645.  
  2646.  
  2647.