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-01.txt < prev    next >
Text File  |  1996-08-08  |  92KB  |  2,645 lines

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