< draft-ietf-ipfc-fabric-element-mib-05.txt   draft-ietf-ipfc-fabric-element-mib-06.txt >
IP and ARP Over FC Working Group Kha Sin Teow IP and ARP Over FC Working Group Kha Sin Teow
INTERNET-DRAFT Brocade Communications Systems, Inc. INTERNET-DRAFT Brocade Communications Systems, Inc.
June 25, 1998 Sep 20, 1999
Definitions of Managed Objects Definitions of Managed Objects
for the Fabric Element in Fibre Channel Standard for the Fabric Element in Fibre Channel Standard
<draft-ietf-ipfc-fabric-element-mib-05.txt> <draft-ietf-ipfc-fabric-element-mib-06.txt>
Status of this Memo Status of this Memo
This document is an Internet-Draft and is in full conformance with This document is an Internet-Draft and is in full conformance with
all provisions of Section 10 of RFC2026. Internet-Drafts are working all provisions of Section 10 of RFC2026. Internet-Drafts are working
documents of the Internet Engineering Task Force (IETF), its areas, documents of the Internet Engineering Task Force (IETF), its areas,
and its working groups. Note that other groups may also distribute and its working groups. Note that other groups may also distribute
working documents as Internet-Drafts. working documents as Internet-Drafts.
Internet-Drafts are draft documents valid for a maximum of six months Internet-Drafts are draft documents valid for a maximum of six months
skipping to change at page 2, line 21 skipping to change at page 2, line 21
1. The SNMP Management Framework ..................................3 1. The SNMP Management Framework ..................................3
2. Overview .......................................................4 2. Overview .......................................................4
2.1 Management View of a Fabric Element ...........................4 2.1 Management View of a Fabric Element ...........................4
2.2 Structure of the Fabric Element MIB ...........................6 2.2 Structure of the Fabric Element MIB ...........................6
3. Object Definitions .............................................7 3. Object Definitions .............................................7
The Configuration Group .....................................10 The Configuration Group .....................................10
The Module Table ..........................................10 The Module Table ..........................................10
The FxPort Configuration Table ............................13 The FxPort Configuration Table ............................13
The Operation Group .........................................18 The Operation Group .........................................18
The FxPort Operation Table ................................18 The FxPort Operation Table ................................18
The FxPort Physical Level Table ...........................21 The FxPort Physical Level Table ...........................20
The FxPort Fabric Login Table .............................24 The FxPort Fabric Login Table .............................23
The Error Group .............................................28 The Error Group .............................................27
The Accounting Group ........................................33 The Accounting Group ........................................30
The Class 1 Accounting Table ..............................33 The Class 1 Accounting Table ..............................31
The Class 2 Accounting Table ..............................37 The Class 2 Accounting Table ..............................34
The Class 3 Accounting Table ..............................40 The Class 3 Accounting Table ..............................36
The Capability Group ........................................42 The Capability Group ........................................38
4. Security Considerations .......................................47 Conformance information .....................................41
5. Intellectual Property .........................................47 4. Security Considerations .......................................45
6. Acknowledgements ..............................................48 5. Intellectual Property .........................................45
7. References ....................................................48 6. Acknowledgements ..............................................46
7.1 IETF References ..............................................48 7. References ....................................................46
7.2 Approved ANSI/NCITS References ...............................50 7.1 IETF References ..............................................46
7.3 ANSI/NCITS References Under Development ......................51 7.2 Approved ANSI/NCITS References ...............................48
8. Editors' Addresses ............................................51 7.3 ANSI/NCITS References Under Development ......................49
9. Full Copyright Statement ......................................51 8. Editors' Addresses ............................................49
9. Full Copyright Statement ......................................49
1. The SNMP Management Framework 1. The SNMP Management Framework
The SNMP Management Framework presently consists of five major components: The SNMP Management Framework presently consists of five major components:
o An overall architecture, described in RFC 2571 [1]. o An overall architecture, described in RFC 2571 [1].
o Mechanisms for describing and naming objects and events for o Mechanisms for describing and naming objects and events for
the purpose of management. The first version of this Struc- the purpose of management. The first version of this Struc-
ture of Management Information (SMI) is called SMIv1 and ture of Management Information (SMI) is called SMIv1 and
skipping to change at page 7, line 13 skipping to change at page 7, line 13
accounting and performance information. accounting and performance information.
The Capability group contains parameters indicating the inherent The Capability group contains parameters indicating the inherent
capability of the Fabric Element and each FxPort. capability of the Fabric Element and each FxPort.
3. Object Definitions 3. Object Definitions
FCFABRIC-ELEMENT-MIB DEFINITIONS ::= BEGIN FCFABRIC-ELEMENT-MIB DEFINITIONS ::= BEGIN
IMPORTS IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, MODULE-IDENTITY, OBJECT-TYPE,
Counter32, Gauge32, TimeTicks Unsigned32, Counter32, Gauge32, BITS
FROM SNMPv2-SMI FROM SNMPv2-SMI
TEXTUAL-CONVENTION, TruthValue, DisplayString TEXTUAL-CONVENTION, TruthValue, DisplayString, TimeStamp
FROM SNMPv2-TC; FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF;
fcFabric MODULE-IDENTITY fcFabric MODULE-IDENTITY
LAST-UPDATED "9811020000Z" LAST-UPDATED "9906250000Z"
ORGANIZATION "IETF IPFC Working Group" ORGANIZATION "IETF IPFC Working Group"
CONTACT-INFO "Kha Sin Teow CONTACT-INFO "Kha Sin Teow
Brocade Communications Systems, Brocade Communications Systems,
1901 Guadalupe Parkway, 1901 Guadalupe Parkway,
San Jose, CA 95131 San Jose, CA 95131
U.S.A U.S.A
Tel: +1 408 487 8180 Tel: +1 408 487 8180
Fax: +1 408 487 8190 Fax: +1 408 487 8190
Email: khasin@Brocade.COM" Email: khasin@Brocade.COM"
DESCRIPTION "The MIB module for Fibre Channel Fabric Element." DESCRIPTION "The MIB module for Fibre Channel Fabric Element."
REVISION "9811020000Z" REVISION "9909270000Z"
DESCRIPTION "The revision submitted for IESG review." DESCRIPTION "The revision submitted for IESG review."
::= { fibreChannel(XXX) 2 } -- to be assigned ::= { fibreChannel(XXX) 1 } -- TO BE ASSIGNED
-- Fabric Element -- Fabric Element
fcFe OBJECT IDENTIFIER ::= { fcFabric 1 } fcFe OBJECT IDENTIFIER ::= { fcFabric 1 }
fcFeMIBObjects OBJECT IDENTIFIER ::= { fcFe 1 }
-- Note:
-- fcFeMIBCompformance OBJECT IDENTIFIER ::= { fcFe 2 }
-- see at the end of the module
-- Groups under fcFe -- Groups under fcFe
fcFeConfig OBJECT IDENTIFIER ::= { fcFe 1 } fcFeConfig OBJECT IDENTIFIER ::= { fcFeMIBObjects 1 }
fcFeOp OBJECT IDENTIFIER ::= { fcFe 2 } fcFeOp OBJECT IDENTIFIER ::= { fcFeMIBObjects 2 }
fcFeError OBJECT IDENTIFIER ::= { fcFe 3 } fcFeError OBJECT IDENTIFIER ::= { fcFeMIBObjects 3 }
fcFeAcct OBJECT IDENTIFIER ::= { fcFe 4 } fcFeAcct OBJECT IDENTIFIER ::= { fcFeMIBObjects 4 }
fcFeCap OBJECT IDENTIFIER ::= { fcFe 5 } fcFeCap OBJECT IDENTIFIER ::= { fcFeMIBObjects 5 }
-- FEMIB Textual Conventions -- Textual Conventions
MilliSeconds ::= TEXTUAL-CONVENTION MilliSeconds ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents time unit value in milliseconds." DESCRIPTION "Represents time unit value in milliseconds."
SYNTAX INTEGER SYNTAX Unsigned32
MicroSeconds ::= TEXTUAL-CONVENTION MicroSeconds ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents time unit value in microseconds." DESCRIPTION "Represents time unit value in microseconds."
SYNTAX INTEGER SYNTAX Unsigned32
FcNameId ::= TEXTUAL-CONVENTION FcNameId ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents the Worldwide Name associated with DESCRIPTION "Represents the Worldwide Name associated with
a Fibre Channel (FC) entity." a Fibre Channel (FC) entity."
SYNTAX OCTET STRING (SIZE (8)) SYNTAX OCTET STRING (SIZE (8))
FcAddressId ::= TEXTUAL-CONVENTION FcAddressId ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents Fibre Channel Address ID, a 24-bit DESCRIPTION "Represents Fibre Channel Address ID, a 24-bit
skipping to change at page 9, line 12 skipping to change at page 9, line 25
an NxPort or FxPort." an NxPort or FxPort."
SYNTAX INTEGER { SYNTAX INTEGER {
none(1), none(1),
transparent(2), transparent(2),
lockedDown(3) lockedDown(3)
} }
FcCosCap ::= TEXTUAL-CONVENTION FcCosCap ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents the class of service capability of an DESCRIPTION "Represents the class of service capability of an
NxPort or FxPort. The bits are: NxPort or FxPort."
0 Class F SYNTAX BITS { classF(0), class1(1), class2(2), class3(3),
1 Class 1 class4(4), class5(5), class6(6) }
2 Class 2
3 Class 3
4 Class 4
5 Class 5
6 Class 6"
SYNTAX INTEGER (0..127)
FcFeModuleCapacity ::= TEXTUAL-CONVENTION FcFeModuleCapacity ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents the maximum number of modules within DESCRIPTION "Represents the maximum number of modules within
a Fabric Element." a Fabric Element."
SYNTAX INTEGER SYNTAX Unsigned32
FcFeFxPortCapacity ::= TEXTUAL-CONVENTION FcFeFxPortCapacity ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents the maximum number of FxPorts within DESCRIPTION "Represents the maximum number of FxPorts within
a module." a module."
SYNTAX INTEGER SYNTAX Unsigned32
FcFeModuleIndex ::= TEXTUAL-CONVENTION FcFeModuleIndex ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents the module index within a conceptual table." DESCRIPTION "Represents the module index within a conceptual table."
SYNTAX INTEGER SYNTAX Unsigned32
FcFeFxPortIndex ::= TEXTUAL-CONVENTION FcFeFxPortIndex ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents the FxPort index within a conceptual table." DESCRIPTION "Represents the FxPort index within a conceptual table."
SYNTAX INTEGER SYNTAX Unsigned32
FcFeNxPortIndex ::= TEXTUAL-CONVENTION FcFeNxPortIndex ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents the NxPort index within a conceptual table." DESCRIPTION "Represents the NxPort index within a conceptual table."
SYNTAX INTEGER (1..126) SYNTAX INTEGER (1..126)
FcBbCreditModel ::= TEXTUAL-CONVENTION FcBbCreditModel ::= TEXTUAL-CONVENTION
STATUS current STATUS current
DESCRIPTION "Represents the BB_Credit model of an FxPort." DESCRIPTION "Represents the BB_Credit model of an FxPort."
SYNTAX INTEGER { regular(1), alternate (2) } SYNTAX INTEGER { regular(1), alternate (2) }
skipping to change at page 11, line 35 skipping to change at page 11, line 38
SEQUENCE { SEQUENCE {
fcFeModuleIndex fcFeModuleIndex
FcFeModuleIndex, FcFeModuleIndex,
fcFeModuleDescr fcFeModuleDescr
DisplayString, DisplayString,
fcFeModuleObjectID fcFeModuleObjectID
OBJECT IDENTIFIER, OBJECT IDENTIFIER,
fcFeModuleOperStatus fcFeModuleOperStatus
INTEGER, INTEGER,
fcFeModuleLastChange fcFeModuleLastChange
TimeTicks, TimeStamp,
fcFeModuleFxPortCapacity fcFeModuleFxPortCapacity
FcFeFxPortCapacity, FcFeFxPortCapacity,
fcFeModuleName fcFeModuleName
FcNameId FcNameId
} }
fcFeModuleIndex OBJECT-TYPE fcFeModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
skipping to change at page 13, line 4 skipping to change at page 13, line 12
} }
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object indicates the operational status of the module: "This object indicates the operational status of the module:
online(1) the module is functioning properly; online(1) the module is functioning properly;
offline(2) the module is not available; offline(2) the module is not available;
testing(3) the module is under testing; and testing(3) the module is under testing; and
faulty(4) the module is defective in some way." faulty(4) the module is defective in some way."
::= { fcFeModuleEntry 4 } ::= { fcFeModuleEntry 4 }
fcFeModuleLastChange OBJECT-TYPE fcFeModuleLastChange OBJECT-TYPE
SYNTAX TimeTicks SYNTAX TimeStamp
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object contains the value of sysUpTime when the module "This object contains the value of sysUpTime when the module
entered its current operational status. A value of zero entered its current operational status. A value of zero
indicates that the operational status of the module has not indicates that the operational status of the module has not
changed since the agent last restarted." changed since the agent last restarted."
::= { fcFeModuleEntry 5 } ::= { fcFeModuleEntry 5 }
fcFeModuleFxPortCapacity OBJECT-TYPE fcFeModuleFxPortCapacity OBJECT-TYPE
skipping to change at page 13, line 38 skipping to change at page 14, line 5
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The Name_Identifier of the module." "The Name_Identifier of the module."
::= { fcFeModuleEntry 7 } ::= { fcFeModuleEntry 7 }
-- the FxPort Configuration Table. -- the FxPort Configuration Table.
-- This table contains, one entry for each FxPort, -- This table contains, one entry for each FxPort,
-- configuration parameters of the ports. -- configuration parameters of the ports.
fcFxConfTable OBJECT-TYPE fcFxPortTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxConfEntry SYNTAX SEQUENCE OF FcFxPortEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A table that contains, one entry for each FxPort in the "A table that contains, one entry for each FxPort in the
Fabric Element, configuration and service parameters of the Fabric Element, configuration and service parameters of the
FxPorts." FxPorts."
::= { fcFeConfig 5 } ::= { fcFeConfig 5 }
fcFxConfEntry OBJECT-TYPE
SYNTAX FcFxConfEntry fcFxPortEntry OBJECT-TYPE
SYNTAX FcFxPortEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing the configuration and service parameters "An entry containing the configuration and service parameters
of a FxPort." of a FxPort."
INDEX { fcFxConfModuleIndex, fcFxConfFxPortIndex } INDEX { fcFxPortModuleIndex, fcFxPortIndex }
::= { fcFxConfTable 1 } ::= { fcFxPortTable 1 }
FcFxConfEntry ::= FcFxPortEntry ::=
SEQUENCE { SEQUENCE {
fcFxConfModuleIndex fcFxPortModuleIndex
FcFeModuleIndex, FcFeModuleIndex,
fcFxConfFxPortIndex fcFxPortIndex
FcFeFxPortIndex, FcFeFxPortIndex,
fcFxPortName fcFxPortName
FcNameId, FcNameId,
-- FxPort common service parameters -- FxPort common service parameters
fcFxPortFcphVersionHigh fcFxPortFcphVersionHigh
FcphVersion, FcphVersion,
fcFxPortFcphVersionLow fcFxPortFcphVersionLow
FcphVersion, FcphVersion,
fcFxPortBbCredit fcFxPortBbCredit
FcBbCredit, FcBbCredit,
skipping to change at page 15, line 4 skipping to change at page 15, line 14
TruthValue, TruthValue,
fcFxPortStackedConnMode fcFxPortStackedConnMode
FcStackedConnMode, FcStackedConnMode,
fcFxPortClass2SeqDeliv fcFxPortClass2SeqDeliv
TruthValue, TruthValue,
fcFxPortClass3SeqDeliv fcFxPortClass3SeqDeliv
TruthValue, TruthValue,
-- other configuration parameters -- other configuration parameters
fcFxPortHoldTime fcFxPortHoldTime
MicroSeconds MicroSeconds
} }
fcFxConfModuleIndex OBJECT-TYPE fcFxPortModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object identifies the module containing the FxPort for "This object identifies the module containing the FxPort for
which this entry contains information." which this entry contains information."
::= { fcFxConfEntry 1 } ::= { fcFxPortEntry 1 }
fcFxConfFxPortIndex OBJECT-TYPE fcFxPortIndex OBJECT-TYPE
SYNTAX FcFeFxPortIndex SYNTAX FcFeFxPortIndex
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object identifies the FxPort within the module. This "This object identifies the FxPort within the module. This
number ranges from 1 to the value of fcFeModulePortCapacity number ranges from 1 to the value of fcFeModulePortCapacity
for the associated module. The value remains constant for for the associated module. The value remains constant for
the identified FxPort until the module is re-initialized." the identified FxPort until the module is re-initialized."
::= { fcFxConfEntry 2 } ::= { fcFxPortEntry 2 }
fcFxPortName OBJECT-TYPE fcFxPortName OBJECT-TYPE
SYNTAX FcNameId SYNTAX FcNameId
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The World_wide Name of this FxPort. Each FxPort has a "The World_wide Name of this FxPort. Each FxPort has a
unique Port name within the address space of the Fabric." unique Port World_wide Name within the Fabric."
::= { fcFxConfEntry 3 } ::= { fcFxPortEntry 3 }
-- FxPort common service parameters -- FxPort common service parameters
fcFxPortFcphVersionHigh OBJECT-TYPE fcFxPortFcphVersionHigh OBJECT-TYPE
SYNTAX FcphVersion SYNTAX FcphVersion
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The highest or most recent version of FC-PH that the FxPort "The highest or most recent version of FC-PH that the FxPort
is configured to support." is configured to support."
::= { fcFxConfEntry 4 } ::= { fcFxPortEntry 4 }
fcFxPortFcphVersionLow OBJECT-TYPE fcFxPortFcphVersionLow OBJECT-TYPE
SYNTAX FcphVersion SYNTAX FcphVersion
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The lowest or earliest version of FC-PH that the FxPort is "The lowest or earliest version of FC-PH that the FxPort is
configured to support." configured to support."
::= { fcFxConfEntry 5 } ::= { fcFxPortEntry 5 }
fcFxPortBbCredit OBJECT-TYPE fcFxPortBbCredit OBJECT-TYPE
SYNTAX FcBbCredit SYNTAX FcBbCredit
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The total number of receive buffers available for holding "The total number of receive buffers available for holding
Class 1 connect-request, Class 2 or 3 frames from the Class 1 connect-request, Class 2 or 3 frames from the
attached NxPort. It is for buffer-to-buffer flow control attached NxPort. It is for buffer-to-buffer flow control
in the direction from the attached NxPort (if applicable) in the direction from the attached NxPort (if applicable)
to FxPort." to FxPort."
::= { fcFxConfEntry 6 } ::= { fcFxPortEntry 6 }
fcFxPortRxBufSize OBJECT-TYPE fcFxPortRxBufSize OBJECT-TYPE
SYNTAX FcRxDataFieldSize SYNTAX FcRxDataFieldSize
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The largest Data_Field Size (in octets) for an FT_1 frame "The largest Data_Field Size (in octets) for an FT_1 frame
that can be received by the FxPort." that can be received by the FxPort."
::= { fcFxConfEntry 7 } ::= { fcFxPortEntry 7 }
fcFxPortRatov OBJECT-TYPE fcFxPortRatov OBJECT-TYPE
SYNTAX MilliSeconds SYNTAX MilliSeconds
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The Resource_Allocation_Timeout Value configured for the "The Resource_Allocation_Timeout Value configured for the
FxPort. This is used as the timeout value for determining FxPort. This is used as the timeout value for determining
when to reuse an NxPort resource such as a when to reuse an NxPort resource such as a
Recovery_Qualifier. It represents E_D_TOV (see next Recovery_Qualifier. It represents E_D_TOV (see next
object) plus twice the maximum time that a frame may be object) plus twice the maximum time that a frame may be
delayed within the Fabric and still be delivered." delayed within the Fabric and still be delivered."
::= { fcFxConfEntry 8 } ::= { fcFxPortEntry 8 }
fcFxPortEdtov OBJECT-TYPE fcFxPortEdtov OBJECT-TYPE
SYNTAX MilliSeconds SYNTAX MilliSeconds
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The E_D_TOV value configured for the FxPort. The "The E_D_TOV value configured for the FxPort. The
Error_Detect_Timeout Value is used as the timeout value for Error_Detect_Timeout Value is used as the timeout value for
detecting an error condition." detecting an error condition."
::= { fcFxConfEntry 9 } ::= { fcFxPortEntry 9 }
-- FxPort class service parameters -- FxPort class service parameters
fcFxPortCosSupported OBJECT-TYPE fcFxPortCosSupported OBJECT-TYPE
SYNTAX FcCosCap SYNTAX FcCosCap
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A value indicating the set of Classes of Service supported "A value indicating the set of Classes of Service supported
by the FxPort." by the FxPort."
::= { fcFxConfEntry 10 } ::= { fcFxPortEntry 10 }
fcFxPortIntermixSupported OBJECT-TYPE fcFxPortIntermixSupported OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A flag indicating whether or not the FxPort supports an "A flag indicating whether or not the FxPort supports an
Intermixed Dedicated Connection." Intermixed Dedicated Connection."
::= { fcFxConfEntry 11 } ::= { fcFxPortEntry 11 }
fcFxPortStackedConnMode OBJECT-TYPE fcFxPortStackedConnMode OBJECT-TYPE
SYNTAX FcStackedConnMode SYNTAX FcStackedConnMode
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A value indicating the mode of Stacked Connect supported by "A value indicating the mode of Stacked Connect supported by
the FxPort." the FxPort."
::= { fcFxConfEntry 12 } ::= { fcFxPortEntry 12 }
fcFxPortClass2SeqDeliv OBJECT-TYPE fcFxPortClass2SeqDeliv OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A flag indicating whether or not Class 2 Sequential "A flag indicating whether or not Class 2 Sequential
Delivery is supported by the FxPort." Delivery is supported by the FxPort."
::= { fcFxConfEntry 13 } ::= { fcFxPortEntry 13 }
fcFxPortClass3SeqDeliv OBJECT-TYPE fcFxPortClass3SeqDeliv OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A flag indicating whether or not Class 3 Sequential "A flag indicating whether or not Class 3 Sequential
Delivery is supported by the FxPort." Delivery is supported by the FxPort."
::= { fcFxConfEntry 14 } ::= { fcFxPortEntry 14 }
-- other FxPort parameters -- other FxPort parameters
fcFxPortHoldTime OBJECT-TYPE fcFxPortHoldTime OBJECT-TYPE
SYNTAX MicroSeconds SYNTAX MicroSeconds
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The maximum time (in microseconds) that the FxPort shall "The maximum time (in microseconds) that the FxPort shall
hold a frame before discarding the frame if it is unable to hold a frame before discarding the frame if it is unable to
deliver the frame. The value 0 means that the FxPort does deliver the frame. The value 0 means that the FxPort does
not support this parameter." not support this parameter."
::= { fcFxConfEntry 15 } ::= { fcFxPortEntry 15 }
-- the Operation group -- the Operation group
-- This group consists of tables that contains operational -- This group consists of tables that contains operational
-- status and established service parameters for the Fabric -- status and established service parameters for the Fabric
-- Element and the attached NxPorts. -- Element and the attached NxPorts.
-- Implementation of this group is mandatory. -- Implementation of this group is mandatory.
-- The FxPort Operation table -- The FxPort Operation table
-- This table contains, one entry for each FxPort, -- This table contains, one entry for each FxPort,
skipping to change at page 19, line 4 skipping to change at page 19, line 13
-- the operational status and parameters of the FxPorts. -- the operational status and parameters of the FxPorts.
fcFxPortOperTable OBJECT-TYPE fcFxPortOperTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxPortOperEntry SYNTAX SEQUENCE OF FcFxPortOperEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A table that contains, one entry for each FxPort in the "A table that contains, one entry for each FxPort in the
Fabric Element, operational status and parameters of the Fabric Element, operational status and parameters of the
FxPorts." FxPorts."
::= { fcFeOp 1 } ::= { fcFeOp 1 }
fcFxPortOperEntry OBJECT-TYPE fcFxPortOperEntry OBJECT-TYPE
SYNTAX FcFxPortOperEntry SYNTAX FcFxPortOperEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing operational status and parameters of a "An entry containing operational status and parameters of a
FxPort." FxPort."
INDEX { fcFxPortOperModuleIndex, fcFxPortOperFxPortIndex } AUGMENTS { fcFxPortEntry }
::= { fcFxPortOperTable 1 } ::= { fcFxPortOperTable 1 }
FcFxPortOperEntry ::= FcFxPortOperEntry ::=
SEQUENCE { SEQUENCE {
fcFxPortOperModuleIndex
FcFeModuleIndex,
fcFxPortOperFxPortIndex
FcFeFxPortIndex,
fcFxPortID fcFxPortID
FcAddressId, FcAddressId,
fcFxPortBbCreditAvailable fcFxPortBbCreditAvailable
Gauge32, Gauge32,
fcFxPortOperMode fcFxPortOperMode
INTEGER, INTEGER,
fcFxPortAdminMode fcFxPortAdminMode
INTEGER INTEGER
} }
fcFxPortOperModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the module containing the FxPort for
which this entry contains information."
::= { fcFxPortOperEntry 1 }
fcFxPortOperFxPortIndex OBJECT-TYPE
SYNTAX FcFeFxPortIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the FxPort within the module. This
number ranges from 1 to the value of fcFeModulePortCapacity
for the associated module. The value remains constant for
the identified FxPort until the module is re-initialized."
::= { fcFxPortOperEntry 2 }
fcFxPortID OBJECT-TYPE fcFxPortID OBJECT-TYPE
SYNTAX FcAddressId SYNTAX FcAddressId
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The address identifier by which this FxPort is identified "The address identifier by which this FxPort is identified
within the Fabric. The FxPort may assign its address within the Fabric. The FxPort may assign its address
identifier to its attached NxPort(s) during Fabric Login." identifier to its attached NxPort(s) during Fabric Login."
::= { fcFxPortOperEntry 3 } ::= { fcFxPortOperEntry 1 }
fcFxPortBbCreditAvailable OBJECT-TYPE fcFxPortBbCreditAvailable OBJECT-TYPE
SYNTAX Gauge32 SYNTAX Gauge32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of buffers currently available for receiving "The number of buffers currently available for receiving
frames from the attached port in the buffer-to-buffer flow frames from the attached port in the buffer-to-buffer flow
control. The value should be less than or equal to control. The value should be less than or equal to
fcFxPortBbCredit." fcFxPortBbCredit."
::= { fcFxPortOperEntry 4 } ::= { fcFxPortOperEntry 2 }
fcFxPortOperMode OBJECT-TYPE fcFxPortOperMode OBJECT-TYPE
SYNTAX INTEGER { unknown(1), fPort(2), flPort(3) } SYNTAX INTEGER { unknown(1), fPort(2), flPort(3) }
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The current operational mode of the FxPort." "The current operational mode of the FxPort."
::= { fcFxPortOperEntry 5 } ::= { fcFxPortOperEntry 3 }
fcFxPortAdminMode OBJECT-TYPE fcFxPortAdminMode OBJECT-TYPE
SYNTAX INTEGER { fPort(2), flPort(3) } SYNTAX INTEGER { fPort(2), flPort(3) }
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The desired operational mode of the FxPort." "The desired operational mode of the FxPort."
::= { fcFxPortOperEntry 6 } ::= { fcFxPortOperEntry 4 }
--
-- Obsoleted
-- fcFPortFlogiTable { fcFeOp 2 }
--
-- the FxPort Physical Level table -- the FxPort Physical Level table
-- This table contains, one entry for each FxPort in the -- This table contains, one entry for each FxPort in the
-- Fabric Element, the physical level status and parameters -- Fabric Element, the physical level status and parameters
-- of the FxPorts. -- of the FxPorts.
fcFxPortPhysTable OBJECT-TYPE fcFxPortPhysTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxPortPhysEntry SYNTAX SEQUENCE OF FcFxPortPhysEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A table that contains, one entry for each FxPort in the "A table that contains, one entry for each FxPort in the
Fabric Element, physical level status and parameters of the Fabric Element, physical level status and parameters of the
FxPorts." FxPorts."
::= { fcFeOp 3 } ::= { fcFeOp 2 }
fcFxPortPhysEntry OBJECT-TYPE fcFxPortPhysEntry OBJECT-TYPE
SYNTAX FcFxPortPhysEntry SYNTAX FcFxPortPhysEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing physical level status and parameters of "An entry containing physical level status and parameters of
a FxPort." a FxPort."
INDEX { fcFxPortPhysModuleIndex, fcFxPortPhysFxPortIndex } AUGMENTS { fcFxPortEntry }
::= { fcFxPortPhysTable 1 } ::= { fcFxPortPhysTable 1 }
FcFxPortPhysEntry ::= FcFxPortPhysEntry ::=
SEQUENCE { SEQUENCE {
fcFxPortPhysModuleIndex
FcFeModuleIndex,
fcFxPortPhysFxPortIndex
FcFeFxPortIndex,
fcFxPortPhysAdminStatus fcFxPortPhysAdminStatus
INTEGER, INTEGER,
fcFxPortPhysOperStatus fcFxPortPhysOperStatus
INTEGER, INTEGER,
fcFxPortPhysLastChange fcFxPortPhysLastChange
TimeTicks, TimeStamp,
fcFxPortPhysRttov fcFxPortPhysRttov
MilliSeconds MilliSeconds
} }
fcFxPortPhysModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the module containing the FxPort for
which this entry contains information."
::= { fcFxPortPhysEntry 1 }
fcFxPortPhysFxPortIndex OBJECT-TYPE
SYNTAX FcFeFxPortIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the FxPort within the module. This
number ranges from 1 to the value of fcFeModulePortCapacity
for the associated module. The value remains constant for
the identified FxPort until the module is re-initialized."
::= { fcFxPortPhysEntry 2 }
fcFxPortPhysAdminStatus OBJECT-TYPE fcFxPortPhysAdminStatus OBJECT-TYPE
SYNTAX INTEGER { SYNTAX INTEGER {
online (1), -- place port online online (1), -- place port online
offline (2), -- take port offline offline (2), -- take port offline
testing (3) -- initiate test procedures testing (3) -- initiate test procedures
} }
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The desired state of the FxPort. A management station may "The desired state of the FxPort. A management station may
place the FxPort in a desired state by setting this object place the FxPort in a desired state by setting this object
accordingly. The testing(3) state indicates that no accordingly. The testing(3) state indicates that no
operational frames can be passed. When a Fabric Element operational frames can be passed. When a Fabric Element
initializes, all FxPorts start with fcFxPortPhysAdminStatus initializes, all FxPorts start with fcFxPortPhysAdminStatus
in the offline(2) state. As the result of either explicit in the offline(2) state. As the result of either explicit
management action or per configuration information management action or per configuration information
accessible by the Fabric Element, fcFxPortPhysAdminStatus accessible by the Fabric Element, fcFxPortPhysAdminStatus
is then changed to either the online(1) or testing(3) is then changed to either the online(1) or testing(3)
states, or remains in the offline state." states, or remains in the offline state."
::= { fcFxPortPhysEntry 3 } ::= { fcFxPortPhysEntry 1 }
fcFxPortPhysOperStatus OBJECT-TYPE fcFxPortPhysOperStatus OBJECT-TYPE
SYNTAX INTEGER { SYNTAX INTEGER {
online (1), -- Login may proceed online (1), -- Login may proceed
offline (2), -- Login cannot proceed offline (2), -- Login cannot proceed
testing (3), -- port is under test testing (3), -- port is under test
link-failure (4) -- failure after online/testing linkFailure (4) -- failure after online/testing
} }
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The current operational status of the FxPort. The "The current operational status of the FxPort. The
testing(3) indicates that no operational frames can be testing(3) indicates that no operational frames can be
passed. If fcFxPortPhysAdminStatus is offline(2) then passed. If fcFxPortPhysAdminStatus is offline(2) then
fcFxPortPhysOperStatus should be offline(2). If fcFxPortPhysOperStatus should be offline(2). If
fcFxPortPhysAdminStatus is changed to online(1) then fcFxPortPhysAdminStatus is changed to online(1) then
fcFxPortPhysOperStatus should change to online(1) if the fcFxPortPhysOperStatus should change to online(1) if the
FxPort is ready to accept Fabric Login request from the FxPort is ready to accept Fabric Login request from the
attached NxPort; it should proceed and remain in the link- attached NxPort; it should proceed and remain in the link-
failure(4) state if and only if there is a fault that failure(4) state if and only if there is a fault that
prevents it from going to the online(1) state." prevents it from going to the online(1) state."
::= { fcFxPortPhysEntry 4 } ::= { fcFxPortPhysEntry 2 }
fcFxPortPhysLastChange OBJECT-TYPE fcFxPortPhysLastChange OBJECT-TYPE
SYNTAX TimeTicks SYNTAX TimeStamp
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The value of sysUpTime at the time the FxPort entered its "The value of sysUpTime at the time the FxPort entered its
current operational status. A value of zero indicates that current operational status. A value of zero indicates that
the FxPort's operational status has not changed since the the FxPort's operational status has not changed since the
agent last restarted." agent last restarted."
::= { fcFxPortPhysEntry 5 } ::= { fcFxPortPhysEntry 3 }
fcFxPortPhysRttov OBJECT-TYPE fcFxPortPhysRttov OBJECT-TYPE
SYNTAX MilliSeconds SYNTAX MilliSeconds
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The Receiver_Transmitter_Timeout value of the FxPort. This "The Receiver_Transmitter_Timeout value of the FxPort. This
is used by the receiver logic to detect Loss of is used by the receiver logic to detect Loss of
Synchronization." Synchronization."
::= { fcFxPortPhysEntry 6 } ::= { fcFxPortPhysEntry 4 }
-- The FxPort Fabric Login table -- The FxPort Fabric Login table
-- --
-- This table contains, one entry for each FxPort in the -- This table contains, one entry for each FxPort in the
-- Fabric Element, the Service Parameters that have been -- Fabric Element, the Service Parameters that have been
-- established from the most recent Fabric Login, -- established from the most recent Fabric Login,
-- implicit or explicit. -- implicit or explicit.
fcFxlogiTable OBJECT-TYPE fcFxlogiTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxlogiEntry SYNTAX SEQUENCE OF FcFxlogiEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
skipping to change at page 24, line 28 skipping to change at page 23, line 28
most recent Fabric Login, explicit or implicit." most recent Fabric Login, explicit or implicit."
::= { fcFeOp 4 } ::= { fcFeOp 4 }
fcFxlogiEntry OBJECT-TYPE fcFxlogiEntry OBJECT-TYPE
SYNTAX FcFxlogiEntry SYNTAX FcFxlogiEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing service parameters established from a "An entry containing service parameters established from a
successful Fabric Login." successful Fabric Login."
INDEX { fcFxlogiModuleIndex, fcFxlogiFxPortIndex, INDEX { fcFxPortModuleIndex, fcFxPortIndex, fcFxlogiNxPortIndex
fcFxlogiNxPortIndex } }
::= { fcFxlogiTable 1 } ::= { fcFxlogiTable 1 }
FcFxlogiEntry ::= FcFxlogiEntry ::=
SEQUENCE { SEQUENCE {
fcFxlogiModuleIndex
FcFeModuleIndex,
fcFxlogiFxPortIndex
FcFeFxPortIndex,
fcFxlogiNxPortIndex fcFxlogiNxPortIndex
FcFeNxPortIndex, FcFeNxPortIndex,
fcFxPortFcphVersionAgreed fcFxPortFcphVersionAgreed
FcphVersion, FcphVersion,
fcFxPortNxPortBbCredit fcFxPortNxPortBbCredit
FcBbCredit, FcBbCredit,
fcFxPortNxPortRxDataFieldSize fcFxPortNxPortRxDataFieldSize
FcRxDataFieldSize, FcRxDataFieldSize,
fcFxPortCosSuppAgreed fcFxPortCosSuppAgreed
FcCosCap, FcCosCap,
skipping to change at page 25, line 20 skipping to change at page 24, line 16
TruthValue, TruthValue,
-- --
fcFxPortNxPortName fcFxPortNxPortName
FcNameId, FcNameId,
fcFxPortConnectedNxPort fcFxPortConnectedNxPort
FcAddressId, FcAddressId,
fcFxPortBbCreditModel fcFxPortBbCreditModel
FcBbCreditModel FcBbCreditModel
} }
fcFxlogiModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the module containing the FxPort for
which this entry contains information."
::= { fcFxlogiEntry 1 }
fcFxlogiFxPortIndex OBJECT-TYPE
SYNTAX FcFeFxPortIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the FxPort within the module. This
number ranges from 1 to the value of fcFeModulePortCapacity
for the associated module. The value remains constant for
the identified FxPort until the module is re-initialized."
::= { fcFxlogiEntry 2 }
fcFxlogiNxPortIndex OBJECT-TYPE fcFxlogiNxPortIndex OBJECT-TYPE
SYNTAX FcFeNxPortIndex SYNTAX FcFeNxPortIndex
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The object identifies the associated NxPort in the "The object identifies the associated NxPort in the
attachment for which the entry contains information." attachment for which the entry contains information."
::= { fcFxlogiEntry 3 } ::= { fcFxlogiEntry 1 }
fcFxPortFcphVersionAgreed OBJECT-TYPE fcFxPortFcphVersionAgreed OBJECT-TYPE
SYNTAX FcphVersion SYNTAX FcphVersion
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The version of FC-PH that the FxPort has agreed to support "The version of FC-PH that the FxPort has agreed to support
from the Fabric Login" from the Fabric Login"
::= { fcFxlogiEntry 4 } ::= { fcFxlogiEntry 2 }
fcFxPortNxPortBbCredit OBJECT-TYPE fcFxPortNxPortBbCredit OBJECT-TYPE
SYNTAX FcBbCredit SYNTAX FcBbCredit
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The total number of buffers available for holding Class 1 "The total number of buffers available for holding Class 1
connect-request, Class 2 or Class 3 frames to be connect-request, Class 2 or Class 3 frames to be
transmitted to the attached NxPort. It is for buffer-to- transmitted to the attached NxPort. It is for buffer-to-
buffer flow control in the direction from FxPort to NxPort. buffer flow control in the direction from FxPort to NxPort.
The buffer-to-buffer flow control mechanism is indicated in The buffer-to-buffer flow control mechanism is indicated in
the respective fcFxPortBbCreditModel. the respective fcFxPortBbCreditModel."
[1](23.6.2.2)" ::= { fcFxlogiEntry 3 }
::= { fcFxlogiEntry 5 }
fcFxPortNxPortRxDataFieldSize OBJECT-TYPE fcFxPortNxPortRxDataFieldSize OBJECT-TYPE
SYNTAX FcRxDataFieldSize SYNTAX FcRxDataFieldSize
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The Receive Data Field Size of the attached NxPort. This is "The Receive Data Field Size of the attached NxPort. This is
a binary value that specifies the largest Data Field Size a binary value that specifies the largest Data Field Size
for an FT_1 frame that can be received by the NxPort." for an FT_1 frame that can be received by the NxPort."
::= { fcFxlogiEntry 6 } ::= { fcFxlogiEntry 4 }
fcFxPortCosSuppAgreed OBJECT-TYPE fcFxPortCosSuppAgreed OBJECT-TYPE
SYNTAX FcCosCap SYNTAX FcCosCap
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A variable indicating that the attached NxPort has "A variable indicating that the attached NxPort has
requested the FxPort for the support of classes of services requested the FxPort for the support of classes of services
and the FxPort has granted the request." and the FxPort has granted the request."
::= { fcFxlogiEntry 7 } ::= { fcFxlogiEntry 5 }
fcFxPortIntermixSuppAgreed OBJECT-TYPE fcFxPortIntermixSuppAgreed OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A variable indicating that the attached NxPort has "A variable indicating that the attached NxPort has
requested the FxPort for the support of Intermix and the requested the FxPort for the support of Intermix and the
FxPort has granted the request. This flag is only valid if FxPort has granted the request. This flag is only valid if
Class 1 service is supported." Class 1 service is supported."
::= { fcFxlogiEntry 8 } ::= { fcFxlogiEntry 6 }
fcFxPortStackedConnModeAgreed OBJECT-TYPE fcFxPortStackedConnModeAgreed OBJECT-TYPE
SYNTAX FcStackedConnMode SYNTAX FcStackedConnMode
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A variable indicating whether the FxPort has agreed to "A variable indicating whether the FxPort has agreed to
support stacked connect from the Fabric Login. This is only support stacked connect from the Fabric Login. This is only
meaningful if Class 1 service has been agreed." meaningful if Class 1 service has been agreed."
::= { fcFxlogiEntry 9 } ::= { fcFxlogiEntry 7 }
fcFxPortClass2SeqDelivAgreed OBJECT-TYPE fcFxPortClass2SeqDelivAgreed OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A variable indicating whether the FxPort has agreed to "A variable indicating whether the FxPort has agreed to
support Class 2 sequential delivery from the Fabric Login. support Class 2 sequential delivery from the Fabric Login.
This is only meaningful if Class 2 service has been This is only meaningful if Class 2 service has been
agreed." agreed."
::= { fcFxlogiEntry 10 } ::= { fcFxlogiEntry 8 }
fcFxPortClass3SeqDelivAgreed OBJECT-TYPE fcFxPortClass3SeqDelivAgreed OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A flag indicating whether the FxPort has agreed to support "A flag indicating whether the FxPort has agreed to support
Class 3 sequential delivery from the Fabric Login. This is Class 3 sequential delivery from the Fabric Login. This is
only meaningful if Class 3 service has been agreed." only meaningful if Class 3 service has been agreed."
::= { fcFxlogiEntry 11 } ::= { fcFxlogiEntry 9 }
fcFxPortNxPortName OBJECT-TYPE fcFxPortNxPortName OBJECT-TYPE
SYNTAX FcNameId SYNTAX FcNameId
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The port name of the attached NxPort." "The port name of the attached NxPort."
::= { fcFxlogiEntry 12 } ::= { fcFxlogiEntry 10 }
fcFxPortConnectedNxPort OBJECT-TYPE fcFxPortConnectedNxPort OBJECT-TYPE
SYNTAX FcAddressId SYNTAX FcAddressId
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The address identifier of the destination FxPort with which "The address identifier of the destination NxPort with which
this FxPort is currently engaged in a either a Class 1 or this FxPort is currently engaged in a either a Class 1 or
loop connection. If this FxPort is not engaged in a loop connection. If this FxPort is not engaged in a
connection, then the value of this object is '000000'H." connection, then the value of this object is '000000'H."
::= { fcFxlogiEntry 13 } ::= { fcFxlogiEntry 11 }
fcFxPortBbCreditModel OBJECT-TYPE fcFxPortBbCreditModel OBJECT-TYPE
SYNTAX FcBbCreditModel SYNTAX FcBbCreditModel
MAX-ACCESS read-write MAX-ACCESS read-write
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object identifies the BB_Credit model used by the "This object identifies the BB_Credit model used by the
FxPort." FxPort."
::= { fcFxlogiEntry 14 } ::= { fcFxlogiEntry 12 }
-- the Error group -- the Error group
-- This group consists of tables that contain information about -- This group consists of tables that contain information about
-- the various types of errors detected. The management station -- the various types of errors detected. The management station
-- may use the information in this group to determine the -- may use the information in this group to determine the
-- quality of the link between the FxPort and its attached NxPort. -- quality of the link between the FxPort and its attached NxPort.
-- Implementation of this group is optional. -- Implementation of this group is optional.
-- the FxPort Error table -- the FxPort Error table
-- This table contains, one entry for each FxPort in the Fabric -- This table contains, one entry for each FxPort in the Fabric
skipping to change at page 29, line 20 skipping to change at page 27, line 36
"A table that contains, one entry for each FxPort, counters "A table that contains, one entry for each FxPort, counters
that record the numbers of errors detected." that record the numbers of errors detected."
::= { fcFeError 1 } ::= { fcFeError 1 }
fcFxPortErrorEntry OBJECT-TYPE fcFxPortErrorEntry OBJECT-TYPE
SYNTAX FcFxPortErrorEntry SYNTAX FcFxPortErrorEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing error counters of a FxPort." "An entry containing error counters of a FxPort."
INDEX { fcFxPortErrorModuleIndex, fcFxPortErrorFxPortIndex } AUGMENTS { fcFxPortEntry }
::= { fcFxPortErrorTable 1 } ::= { fcFxPortErrorTable 1 }
FcFxPortErrorEntry ::= FcFxPortErrorEntry ::=
SEQUENCE { SEQUENCE {
fcFxPortErrorModuleIndex
FcFeModuleIndex,
fcFxPortErrorFxPortIndex
FcFeFxPortIndex,
fcFxPortLinkFailures fcFxPortLinkFailures
Counter32, Counter32,
fcFxPortSyncLosses fcFxPortSyncLosses
Counter32, Counter32,
fcFxPortSigLosses fcFxPortSigLosses
Counter32, Counter32,
fcFxPortPrimSeqProtoErrors fcFxPortPrimSeqProtoErrors
Counter32, Counter32,
fcFxPortInvalidTxWords fcFxPortInvalidTxWords
Counter32, Counter32,
skipping to change at page 30, line 9 skipping to change at page 28, line 23
fcFxPortLinkResetIns fcFxPortLinkResetIns
Counter32, Counter32,
fcFxPortLinkResetOuts fcFxPortLinkResetOuts
Counter32, Counter32,
fcFxPortOlsIns fcFxPortOlsIns
Counter32, Counter32,
fcFxPortOlsOuts fcFxPortOlsOuts
Counter32 Counter32
} }
fcFxPortErrorModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the module containing the FxPort for
which this entry contains information."
::= { fcFxPortErrorEntry 1 }
fcFxPortErrorFxPortIndex OBJECT-TYPE
SYNTAX FcFeFxPortIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the FxPort within the module. This
number ranges from 1 to the value of fcFeModulePortCapacity
for the associated module. The value remains constant for
the identified FxPort until the module is re-initialized."
::= { fcFxPortErrorEntry 2 }
fcFxPortLinkFailures OBJECT-TYPE fcFxPortLinkFailures OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of link failures detected by this FxPort." "The number of link failures detected by this FxPort."
::= { fcFxPortErrorEntry 3 } ::= { fcFxPortErrorEntry 1 }
fcFxPortSyncLosses OBJECT-TYPE fcFxPortSyncLosses OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of loss of synchronization detected by the "The number of loss of synchronization detected by the
FxPort." FxPort."
::= { fcFxPortErrorEntry 4 } ::= { fcFxPortErrorEntry 2 }
fcFxPortSigLosses OBJECT-TYPE fcFxPortSigLosses OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of loss of signal detected by the FxPort." "The number of loss of signal detected by the FxPort."
::= { fcFxPortErrorEntry 5 } ::= { fcFxPortErrorEntry 3 }
fcFxPortPrimSeqProtoErrors OBJECT-TYPE fcFxPortPrimSeqProtoErrors OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of primitive sequence protocol errors detected "The number of primitive sequence protocol errors detected
by the FxPort." by the FxPort."
::= { fcFxPortErrorEntry 6 } ::= { fcFxPortErrorEntry 4 }
fcFxPortInvalidTxWords OBJECT-TYPE fcFxPortInvalidTxWords OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of invalid transmission word detected by the "The number of invalid transmission word detected by the
FxPort." FxPort."
::= { fcFxPortErrorEntry 7 } ::= { fcFxPortErrorEntry 5 }
fcFxPortInvalidCrcs OBJECT-TYPE fcFxPortInvalidCrcs OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of invalid CRC detected by this FxPort." "The number of invalid CRC detected by this FxPort."
::= { fcFxPortErrorEntry 8 } ::= { fcFxPortErrorEntry 6 }
fcFxPortDelimiterErrors OBJECT-TYPE fcFxPortDelimiterErrors OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Delimiter Errors detected by this FxPort." "The number of Delimiter Errors detected by this FxPort."
::= { fcFxPortErrorEntry 9 } ::= { fcFxPortErrorEntry 7 }
fcFxPortAddressIdErrors OBJECT-TYPE fcFxPortAddressIdErrors OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of address identifier errors detected by this "The number of address identifier errors detected by this
FxPort." FxPort."
::= { fcFxPortErrorEntry 10 } ::= { fcFxPortErrorEntry 8 }
fcFxPortLinkResetIns OBJECT-TYPE fcFxPortLinkResetIns OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Link Reset Protocol received by this FxPort "The number of Link Reset Protocol received by this FxPort
from the attached NxPort." from the attached NxPort."
::= { fcFxPortErrorEntry 11 } ::= { fcFxPortErrorEntry 9 }
fcFxPortLinkResetOuts OBJECT-TYPE fcFxPortLinkResetOuts OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Link Reset Protocol issued by this FxPort to "The number of Link Reset Protocol issued by this FxPort to
the attached NxPort." the attached NxPort."
::= { fcFxPortErrorEntry 12 } ::= { fcFxPortErrorEntry 10 }
fcFxPortOlsIns OBJECT-TYPE fcFxPortOlsIns OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Offline Sequence received by this FxPort." "The number of Offline Sequence received by this FxPort."
::= { fcFxPortErrorEntry 13 } ::= { fcFxPortErrorEntry 11 }
fcFxPortOlsOuts OBJECT-TYPE fcFxPortOlsOuts OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Offline Sequence issued by this FxPort." "The number of Offline Sequence issued by this FxPort."
::= { fcFxPortErrorEntry 14 } ::= { fcFxPortErrorEntry 12 }
-- Accounting Groups: -- Accounting Groups:
-- (1) Class 1 Accounting Group, -- (1) Class 1 Accounting Group,
-- (2) Class 2 Accounting Group, and -- (2) Class 2 Accounting Group, and
-- (3) Class 3 Accounting Group. -- (3) Class 3 Accounting Group.
-- Each group consists of a table that contains accounting -- Each group consists of a table that contains accounting
-- information for the FxPorts in the Fabric Element. -- information for the FxPorts in the Fabric Element.
-- Implementation of each group is optional. -- Implementation of each group is optional.
-- the Class 1 Accounting table -- the Class 1 Accounting table
-- This table contains, one entry for each FxPort in the Fabric -- This table contains, one entry for each FxPort in the Fabric
skipping to change at page 33, line 35 skipping to change at page 31, line 25
since the management agent has re-initialized." since the management agent has re-initialized."
::= { fcFeAcct 1 } ::= { fcFeAcct 1 }
fcFxPortC1AcctEntry OBJECT-TYPE fcFxPortC1AcctEntry OBJECT-TYPE
SYNTAX FcFxPortC1AcctEntry SYNTAX FcFxPortC1AcctEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing Class 1 accounting information for each "An entry containing Class 1 accounting information for each
FxPort." FxPort."
INDEX { fcFxPortC1AcctModuleIndex, fcFxPortC1AcctFxPortIndex } AUGMENTS { fcFxPortEntry }
::= { fcFxPortC1AcctTable 1 } ::= { fcFxPortC1AcctTable 1 }
FcFxPortC1AcctEntry ::= FcFxPortC1AcctEntry ::=
SEQUENCE { SEQUENCE {
fcFxPortC1AcctModuleIndex
FcFeModuleIndex,
fcFxPortC1AcctFxPortIndex
FcFeFxPortIndex,
fcFxPortC1InConnections
Counter32,
fcFxPortC1OutConnections
Counter32,
fcFxPortC1FbsyFrames
Counter32,
fcFxPortC1FrjtFrames
Counter32,
fcFxPortC1ConnTime
Counter32,
fcFxPortC1InFrames fcFxPortC1InFrames
Counter32, Counter32,
fcFxPortC1OutFrames fcFxPortC1OutFrames
Counter32, Counter32,
fcFxPortC1InOctets fcFxPortC1InOctets
Counter32, Counter32,
fcFxPortC1OutOctets fcFxPortC1OutOctets
Counter32, Counter32,
fcFxPortC1Discards fcFxPortC1Discards
Counter32,
fcFxPortC1FbsyFrames
Counter32,
fcFxPortC1FrjtFrames
Counter32,
fcFxPortC1InConnections
Counter32,
fcFxPortC1OutConnections
Counter32,
fcFxPortC1ConnTime
Counter32 Counter32
} }
fcFxPortC1AcctModuleIndex OBJECT-TYPE fcFxPortC1InFrames OBJECT-TYPE
SYNTAX FcFeModuleIndex SYNTAX Counter32
MAX-ACCESS not-accessible MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object identifies the module containing the FxPort for "The number of Class 1 frames (other than Class 1 connect-
which this entry contains information." request) received by this FxPort from its attached NxPort."
::= { fcFxPortC1AcctEntry 1 } ::= { fcFxPortC1AcctEntry 1 }
fcFxPortC1AcctFxPortIndex OBJECT-TYPE fcFxPortC1OutFrames OBJECT-TYPE
SYNTAX FcFeFxPortIndex SYNTAX Counter32
MAX-ACCESS not-accessible MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"This object identifies the FxPort within the module. This "The number of Class 1 frames (other than Class 1 connect-
number ranges from 1 to the value of fcFeModulePortCapacity request) delivered through this FxPort to its attached
for the associated module. The value remains constant for NxPort."
the identified FxPort until the module is re-initialized."
::= { fcFxPortC1AcctEntry 2 } ::= { fcFxPortC1AcctEntry 2 }
fcFxPortC1InConnections OBJECT-TYPE fcFxPortC1InOctets OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 1 connections successfully established "The number of Class 1 frame octets, including the frame
in which the attached NxPort is the source of the connect- delimiters, received by this FxPort from its attached
request." NxPort."
::= { fcFxPortC1AcctEntry 3 } ::= { fcFxPortC1AcctEntry 3 }
fcFxPortC1OutConnections OBJECT-TYPE
fcFxPortC1OutOctets OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 1 connections successfully established "The number of Class 1 frame octets, including the frame
in which the attached NxPort is the destination of the delimiters, delivered through this FxPort its attached
connect-request." NxPort."
::= { fcFxPortC1AcctEntry 4 } ::= { fcFxPortC1AcctEntry 4 }
fcFxPortC1Discards OBJECT-TYPE
fcFxPortC1FbsyFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of F_BSY frames generated by this FxPort against "The number of Class 1 frames discarded by this FxPort."
Class 1 connect-request."
::= { fcFxPortC1AcctEntry 5 } ::= { fcFxPortC1AcctEntry 5 }
fcFxPortC1FrjtFrames OBJECT-TYPE fcFxPortC1FbsyFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of F_RJT frames generated by this FxPort against "The number of F_BSY frames generated by this FxPort against
Class 1 connect-request." Class 1 connect-request."
::= { fcFxPortC1AcctEntry 6 } ::= { fcFxPortC1AcctEntry 6 }
fcFxPortC1ConnTime OBJECT-TYPE fcFxPortC1FrjtFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The cumulative time that this FxPort has been engaged in "The number of F_RJT frames generated by this FxPort against
Class 1 connection. The amount of time of each connection Class 1 connect-request."
is counted in octets from after a connect-request has been
accepted until the connection is disengaged, either by an
EOFdt or Link Reset."
::= { fcFxPortC1AcctEntry 7 } ::= { fcFxPortC1AcctEntry 7 }
fcFxPortC1InFrames OBJECT-TYPE fcFxPortC1InConnections OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 1 frames (other than Class 1 connect- "The number of Class 1 connections successfully established
request) received by this FxPort from its attached NxPort." in which the attached NxPort is the source of the connect-
request."
::= { fcFxPortC1AcctEntry 8 } ::= { fcFxPortC1AcctEntry 8 }
fcFxPortC1OutFrames OBJECT-TYPE fcFxPortC1OutConnections OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 1 frames (other than Class 1 connect- "The number of Class 1 connections successfully established
request) delivered through this FxPort to its attached in which the attached NxPort is the destination of the
NxPort." connect-request."
::= { fcFxPortC1AcctEntry 9 } ::= { fcFxPortC1AcctEntry 9 }
fcFxPortC1ConnTime OBJECT-TYPE
fcFxPortC1InOctets OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 1 frame octets, including the frame "The cumulative time that this FxPort has been engaged in
delimiters, received by this FxPort from its attached Class 1 connection. The amount of time of each connection
NxPort." is counted in octets from after a connect-request has been
accepted until the connection is disengaged, either by an
EOFdt or Link Reset."
::= { fcFxPortC1AcctEntry 10 } ::= { fcFxPortC1AcctEntry 10 }
fcFxPortC1OutOctets OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Class 1 frame octets, including the frame
delimiters, delivered through this FxPort its attached
NxPort."
::= { fcFxPortC1AcctEntry 11 }
fcFxPortC1Discards OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of Class 1 frames discarded by this FxPort."
::= { fcFxPortC1AcctEntry 12 }
-- the Class 2 Accounting table -- the Class 2 Accounting table
-- This table contains, one entry for each FxPort in the Fabric -- This table contains, one entry for each FxPort in the Fabric
-- Element, Counter32s for certain types of events occurred in the -- Element, Counter32s for certain types of events occurred in the
-- the FxPorts since the the management agent has re-initialized. -- the FxPorts since the the management agent has re-initialized.
-- Implementation of this group is optional. -- Implementation of this group is optional.
fcFxPortC2AcctTable OBJECT-TYPE fcFxPortC2AcctTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxPortC2AcctEntry SYNTAX SEQUENCE OF FcFxPortC2AcctEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
skipping to change at page 37, line 27 skipping to change at page 34, line 39
since the management agent has re-initialized." since the management agent has re-initialized."
::= { fcFeAcct 2 } ::= { fcFeAcct 2 }
fcFxPortC2AcctEntry OBJECT-TYPE fcFxPortC2AcctEntry OBJECT-TYPE
SYNTAX FcFxPortC2AcctEntry SYNTAX FcFxPortC2AcctEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing Class 2 accounting information for each "An entry containing Class 2 accounting information for each
FxPort." FxPort."
INDEX { fcFxPortC2AcctModuleIndex, fcFxPortC2AcctFxPortIndex } AUGMENTS { fcFxPortEntry }
::= { fcFxPortC2AcctTable 1 } ::= { fcFxPortC2AcctTable 1 }
FcFxPortC2AcctEntry ::= FcFxPortC2AcctEntry ::=
SEQUENCE { SEQUENCE {
fcFxPortC2AcctModuleIndex
FcFeModuleIndex,
fcFxPortC2AcctFxPortIndex
FcFeFxPortIndex,
fcFxPortC2InFrames fcFxPortC2InFrames
Counter32, Counter32,
fcFxPortC2OutFrames fcFxPortC2OutFrames
Counter32, Counter32,
fcFxPortC2InOctets fcFxPortC2InOctets
Counter32, Counter32,
fcFxPortC2OutOctets fcFxPortC2OutOctets
Counter32, Counter32,
fcFxPortC2Discards fcFxPortC2Discards
Counter32, Counter32,
skipping to change at page 38, line 4 skipping to change at page 35, line 13
fcFxPortC2InOctets fcFxPortC2InOctets
Counter32, Counter32,
fcFxPortC2OutOctets fcFxPortC2OutOctets
Counter32, Counter32,
fcFxPortC2Discards fcFxPortC2Discards
Counter32, Counter32,
fcFxPortC2FbsyFrames fcFxPortC2FbsyFrames
Counter32, Counter32,
fcFxPortC2FrjtFrames fcFxPortC2FrjtFrames
Counter32 Counter32
} }
fcFxPortC2AcctModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the module containing the FxPort for
which this entry contains information."
::= { fcFxPortC2AcctEntry 1 }
fcFxPortC2AcctFxPortIndex OBJECT-TYPE
SYNTAX FcFeFxPortIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the FxPort within the module. This
number ranges from 1 to the value of fcFeModulePortCapacity
for the associated module. The value remains constant for
the identified FxPort until the module is re-initialized."
::= { fcFxPortC2AcctEntry 2 }
fcFxPortC2InFrames OBJECT-TYPE fcFxPortC2InFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 2 frames received by this FxPort from "The number of Class 2 frames received by this FxPort from
its attached NxPort." its attached NxPort."
::= { fcFxPortC2AcctEntry 3 } ::= { fcFxPortC2AcctEntry 1 }
fcFxPortC2OutFrames OBJECT-TYPE fcFxPortC2OutFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 2 frames delivered through this FxPort "The number of Class 2 frames delivered through this FxPort
to its attached NxPort." to its attached NxPort."
::= { fcFxPortC2AcctEntry 4 } ::= { fcFxPortC2AcctEntry 2 }
fcFxPortC2InOctets OBJECT-TYPE fcFxPortC2InOctets OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 2 frame octets, including the frame "The number of Class 2 frame octets, including the frame
delimiters, received by this FxPort from its attached delimiters, received by this FxPort from its attached
NxPort." NxPort."
::= { fcFxPortC2AcctEntry 5 } ::= { fcFxPortC2AcctEntry 3 }
fcFxPortC2OutOctets OBJECT-TYPE fcFxPortC2OutOctets OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 2 frame octets, including the frame "The number of Class 2 frame octets, including the frame
delimiters, delivered through this FxPort to its attached delimiters, delivered through this FxPort to its attached
NxPort." NxPort."
::= { fcFxPortC2AcctEntry 6 } ::= { fcFxPortC2AcctEntry 4 }
fcFxPortC2Discards OBJECT-TYPE fcFxPortC2Discards OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 2 frames discarded by this FxPort." "The number of Class 2 frames discarded by this FxPort."
::= { fcFxPortC2AcctEntry 7 } ::= { fcFxPortC2AcctEntry 5 }
fcFxPortC2FbsyFrames OBJECT-TYPE fcFxPortC2FbsyFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of F_BSY frames generated by this FxPort against "The number of F_BSY frames generated by this FxPort against
Class 2 frames." Class 2 frames."
::= { fcFxPortC2AcctEntry 8 } ::= { fcFxPortC2AcctEntry 6 }
fcFxPortC2FrjtFrames OBJECT-TYPE fcFxPortC2FrjtFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of F_RJT frames generated by this FxPort against "The number of F_RJT frames generated by this FxPort against
Class 2 frames." Class 2 frames."
::= { fcFxPortC2AcctEntry 9 } ::= { fcFxPortC2AcctEntry 7 }
-- the Class 3 Accounting Group -- the Class 3 Accounting Group
-- This table contains, one entry for each FxPort in the Fabric -- This table contains, one entry for each FxPort in the Fabric
-- Element, Counter32s for certain types of events occurred in the -- Element, Counter32s for certain types of events occurred in the
-- the FxPorts since the management agent has re-initialized. -- the FxPorts since the management agent has re-initialized.
-- Implementation of this group is optional. -- Implementation of this group is optional.
fcFxPortC3AcctTable OBJECT-TYPE fcFxPortC3AcctTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxPortC3AcctEntry SYNTAX SEQUENCE OF FcFxPortC3AcctEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
skipping to change at page 40, line 14 skipping to change at page 37, line 4
fcFxPortC3AcctTable OBJECT-TYPE fcFxPortC3AcctTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxPortC3AcctEntry SYNTAX SEQUENCE OF FcFxPortC3AcctEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A table that contains, one entry for each FxPort in the "A table that contains, one entry for each FxPort in the
Fabric Element, Class 3 accounting information recorded Fabric Element, Class 3 accounting information recorded
since the management agent has re-initialized." since the management agent has re-initialized."
::= { fcFeAcct 3 } ::= { fcFeAcct 3 }
fcFxPortC3AcctEntry OBJECT-TYPE fcFxPortC3AcctEntry OBJECT-TYPE
SYNTAX FcFxPortC3AcctEntry SYNTAX FcFxPortC3AcctEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing Class 3 accounting information for each "An entry containing Class 3 accounting information for each
FxPort." FxPort."
INDEX { fcFxPortC3AcctModuleIndex, fcFxPortC3AcctFxPortIndex } AUGMENTS { fcFxPortEntry }
::= { fcFxPortC3AcctTable 1 } ::= { fcFxPortC3AcctTable 1 }
FcFxPortC3AcctEntry ::= FcFxPortC3AcctEntry ::=
SEQUENCE { SEQUENCE {
fcFxPortC3AcctModuleIndex
FcFeModuleIndex,
fcFxPortC3AcctFxPortIndex
FcFeFxPortIndex,
fcFxPortC3InFrames fcFxPortC3InFrames
Counter32, Counter32,
fcFxPortC3OutFrames fcFxPortC3OutFrames
Counter32, Counter32,
fcFxPortC3InOctets fcFxPortC3InOctets
Counter32, Counter32,
fcFxPortC3OutOctets fcFxPortC3OutOctets
Counter32, Counter32,
fcFxPortC3Discards fcFxPortC3Discards
Counter32 Counter32
} }
fcFxPortC3AcctModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the module containing the FxPort for
which this entry contains information."
::= { fcFxPortC3AcctEntry 1 }
fcFxPortC3AcctFxPortIndex OBJECT-TYPE
SYNTAX FcFeFxPortIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the FxPort within the module. This
number ranges from 1 to the value of fcFeModulePortCapacity
for the associated module. The value remains constant for
the identified FxPort until the module is re-initialized."
::= { fcFxPortC3AcctEntry 2 }
fcFxPortC3InFrames OBJECT-TYPE fcFxPortC3InFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 3 frames received by this FxPort from "The number of Class 3 frames received by this FxPort from
its attached NxPort." its attached NxPort."
::= { fcFxPortC3AcctEntry 3 } ::= { fcFxPortC3AcctEntry 1 }
fcFxPortC3OutFrames OBJECT-TYPE fcFxPortC3OutFrames OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 3 frames delivered through this FxPort "The number of Class 3 frames delivered through this FxPort
to its attached NxPort." to its attached NxPort."
::= { fcFxPortC3AcctEntry 4 } ::= { fcFxPortC3AcctEntry 2 }
fcFxPortC3InOctets OBJECT-TYPE fcFxPortC3InOctets OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 3 frame octets, including the frame "The number of Class 3 frame octets, including the frame
delimiters, received by this FxPort from its attached delimiters, received by this FxPort from its attached
NxPort." NxPort."
::= { fcFxPortC3AcctEntry 5 } ::= { fcFxPortC3AcctEntry 3 }
fcFxPortC3OutOctets OBJECT-TYPE fcFxPortC3OutOctets OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 3 frame octets, including the frame "The number of Class 3 frame octets, including the frame
delimiters, delivered through this FxPort to its attached delimiters, delivered through this FxPort to its attached
NxPort." NxPort."
::= { fcFxPortC3AcctEntry 6 } ::= { fcFxPortC3AcctEntry 4 }
fcFxPortC3Discards OBJECT-TYPE fcFxPortC3Discards OBJECT-TYPE
SYNTAX Counter32 SYNTAX Counter32
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The number of Class 3 frames discarded by this FxPort." "The number of Class 3 frames discarded by this FxPort."
::= { fcFxPortC3AcctEntry 7 } ::= { fcFxPortC3AcctEntry 5 }
-- The Capability Group - consists of a table describing -- The Capability Group - consists of a table describing
-- information about what each FxPort is inherently capable -- information about what each FxPort is inherently capable
-- of operating or supporting. -- of operating or supporting.
-- A capability may be used, as expressed in its respective -- A capability may be used, as expressed in its respective
-- object value in the Configuration group. -- object value in the Configuration group.
-- Implementation of this group is optional. -- Implementation of this group is optional.
fcFxPortCapTable OBJECT-TYPE fcFxPortCapTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxPortCapEntry SYNTAX SEQUENCE OF FcFxPortCapEntry
skipping to change at page 42, line 37 skipping to change at page 39, line 4
-- Implementation of this group is optional. -- Implementation of this group is optional.
fcFxPortCapTable OBJECT-TYPE fcFxPortCapTable OBJECT-TYPE
SYNTAX SEQUENCE OF FcFxPortCapEntry SYNTAX SEQUENCE OF FcFxPortCapEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A table that contains, one entry for each FxPort, the "A table that contains, one entry for each FxPort, the
capabilities of the port within the Fabric Element." capabilities of the port within the Fabric Element."
::= { fcFeCap 1 } ::= { fcFeCap 1 }
fcFxPortCapEntry OBJECT-TYPE fcFxPortCapEntry OBJECT-TYPE
SYNTAX FcFxPortCapEntry SYNTAX FcFxPortCapEntry
MAX-ACCESS not-accessible MAX-ACCESS not-accessible
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"An entry containing the capabilities of a FxPort." "An entry containing the capabilities of a FxPort."
INDEX { fcFxPortCapModuleIndex, fcFxPortCapFxPortIndex } AUGMENTS { fcFxPortEntry }
::= { fcFxPortCapTable 1 } ::= { fcFxPortCapTable 1 }
FcFxPortCapEntry ::= FcFxPortCapEntry ::=
SEQUENCE { SEQUENCE {
fcFxPortCapModuleIndex
FcFeModuleIndex,
fcFxPortCapFxPortIndex
FcFeFxPortIndex,
fcFxPortCapFcphVersionHigh fcFxPortCapFcphVersionHigh
FcphVersion, FcphVersion,
fcFxPortCapFcphVersionLow fcFxPortCapFcphVersionLow
FcphVersion, FcphVersion,
fcFxPortCapBbCreditMax fcFxPortCapBbCreditMax
FcBbCredit, FcBbCredit,
fcFxPortCapBbCreditMin fcFxPortCapBbCreditMin
FcBbCredit, FcBbCredit,
fcFxPortCapRxDataFieldSizeMax fcFxPortCapRxDataFieldSizeMax
FcRxDataFieldSize, FcRxDataFieldSize,
skipping to change at page 43, line 37 skipping to change at page 39, line 43
fcFxPortCapClass2SeqDeliv fcFxPortCapClass2SeqDeliv
TruthValue, TruthValue,
fcFxPortCapClass3SeqDeliv fcFxPortCapClass3SeqDeliv
TruthValue, TruthValue,
fcFxPortCapHoldTimeMax fcFxPortCapHoldTimeMax
MicroSeconds, MicroSeconds,
fcFxPortCapHoldTimeMin fcFxPortCapHoldTimeMin
MicroSeconds MicroSeconds
} }
fcFxPortCapModuleIndex OBJECT-TYPE
SYNTAX FcFeModuleIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the module containing the FxPort for
which this entry contains information."
::= { fcFxPortCapEntry 1 }
fcFxPortCapFxPortIndex OBJECT-TYPE
SYNTAX FcFeFxPortIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object identifies the FxPort within the module. This
number ranges from 1 to the value of fcFeModulePortCapacity
for the associated module. The value remains constant for
the identified FxPort until the module is re-initialized."
::= { fcFxPortCapEntry 2 }
fcFxPortCapFcphVersionHigh OBJECT-TYPE fcFxPortCapFcphVersionHigh OBJECT-TYPE
SYNTAX FcphVersion SYNTAX FcphVersion
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The highest or most recent version of FC-PH that the FxPort "The highest or most recent version of FC-PH that the FxPort
is capable of supporting." is capable of supporting."
::= { fcFxPortCapEntry 3 } ::= { fcFxPortCapEntry 1 }
fcFxPortCapFcphVersionLow OBJECT-TYPE fcFxPortCapFcphVersionLow OBJECT-TYPE
SYNTAX FcphVersion SYNTAX FcphVersion
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The lowest or earliest version of FC-PH that the FxPort is "The lowest or earliest version of FC-PH that the FxPort is
capable of supporting." capable of supporting."
::= { fcFxPortCapEntry 4 } ::= { fcFxPortCapEntry 2 }
fcFxPortCapBbCreditMax OBJECT-TYPE fcFxPortCapBbCreditMax OBJECT-TYPE
SYNTAX FcBbCredit SYNTAX FcBbCredit
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The maximum number of receive buffers available for holding "The maximum number of receive buffers available for holding
Class 1 connect-request, Class 2 or Class 3 frames from the Class 1 connect-request, Class 2 or Class 3 frames from the
attached NxPort." attached NxPort."
::= { fcFxPortCapEntry 5 } ::= { fcFxPortCapEntry 3 }
fcFxPortCapBbCreditMin OBJECT-TYPE fcFxPortCapBbCreditMin OBJECT-TYPE
SYNTAX FcBbCredit SYNTAX FcBbCredit
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The minimum number of receive buffers available for holding "The minimum number of receive buffers available for holding
Class 1 connect-request, Class 2 or Class 3 frames from the Class 1 connect-request, Class 2 or Class 3 frames from the
attached NxPort." attached NxPort."
::= { fcFxPortCapEntry 6 } ::= { fcFxPortCapEntry 4 }
fcFxPortCapRxDataFieldSizeMax OBJECT-TYPE fcFxPortCapRxDataFieldSizeMax OBJECT-TYPE
SYNTAX FcRxDataFieldSize SYNTAX FcRxDataFieldSize
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The maximum size in bytes of the Data Field in a frame that "The maximum size in bytes of the Data Field in a frame that
the FxPort is capable of receiving from its attached the FxPort is capable of receiving from its attached
NxPort." NxPort."
::= { fcFxPortCapEntry 7 } ::= { fcFxPortCapEntry 5 }
fcFxPortCapRxDataFieldSizeMin OBJECT-TYPE fcFxPortCapRxDataFieldSizeMin OBJECT-TYPE
SYNTAX FcRxDataFieldSize SYNTAX FcRxDataFieldSize
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The minimum size in bytes of the Data Field in a frame that "The minimum size in bytes of the Data Field in a frame that
the FxPort is capable of receiving from its attached the FxPort is capable of receiving from its attached
NxPort." NxPort."
::= { fcFxPortCapEntry 8 } ::= { fcFxPortCapEntry 6 }
fcFxPortCapCos OBJECT-TYPE fcFxPortCapCos OBJECT-TYPE
SYNTAX FcCosCap SYNTAX FcCosCap
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A value indicating the set of Classes of Service that the "A value indicating the set of Classes of Service that the
FxPort is capable of supporting." FxPort is capable of supporting."
::= { fcFxPortCapEntry 9 } ::= { fcFxPortCapEntry 7 }
fcFxPortCapIntermix OBJECT-TYPE fcFxPortCapIntermix OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A flag indicating whether or not the FxPort is capable of "A flag indicating whether or not the FxPort is capable of
supporting the intermixing of Class 2 and Class 3 frames supporting the intermixing of Class 2 and Class 3 frames
during a Class 1 connection. This flag is only valid if the during a Class 1 connection. This flag is only valid if the
port is capable of supporting Class 1 service." port is capable of supporting Class 1 service."
::= { fcFxPortCapEntry 10 } ::= { fcFxPortCapEntry 8 }
fcFxPortCapStackedConnMode OBJECT-TYPE fcFxPortCapStackedConnMode OBJECT-TYPE
SYNTAX FcStackedConnMode SYNTAX FcStackedConnMode
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A value indicating the mode of Stacked Connect request that "A value indicating the mode of Stacked Connect request that
the FxPort is capable of supporting." the FxPort is capable of supporting."
::= { fcFxPortCapEntry 11 } ::= { fcFxPortCapEntry 9 }
fcFxPortCapClass2SeqDeliv OBJECT-TYPE fcFxPortCapClass2SeqDeliv OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A flag indicating whether or not the FxPort is capable of "A flag indicating whether or not the FxPort is capable of
supporting Class 2 Sequential Delivery." supporting Class 2 Sequential Delivery."
::= { fcFxPortCapEntry 12 }
::= { fcFxPortCapEntry 10 }
fcFxPortCapClass3SeqDeliv OBJECT-TYPE fcFxPortCapClass3SeqDeliv OBJECT-TYPE
SYNTAX TruthValue SYNTAX TruthValue
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"A flag indicating whether or not the FxPort is capable of "A flag indicating whether or not the FxPort is capable of
supporting Class 3 Sequential Delivery." supporting Class 3 Sequential Delivery."
::= { fcFxPortCapEntry 13 } ::= { fcFxPortCapEntry 11 }
fcFxPortCapHoldTimeMax OBJECT-TYPE fcFxPortCapHoldTimeMax OBJECT-TYPE
SYNTAX MicroSeconds SYNTAX MicroSeconds
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The maximum holding time (in microseconds) that the FxPort "The maximum holding time (in microseconds) that the FxPort
is capable of supporting." is capable of supporting."
::= { fcFxPortCapEntry 14 } ::= { fcFxPortCapEntry 12 }
fcFxPortCapHoldTimeMin OBJECT-TYPE fcFxPortCapHoldTimeMin OBJECT-TYPE
SYNTAX MicroSeconds SYNTAX MicroSeconds
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
DESCRIPTION DESCRIPTION
"The minimum holding time (in microseconds) that the FxPort "The minimum holding time (in microseconds) that the FxPort
is capable of supporting." is capable of supporting."
::= { fcFxPortCapEntry 15 } ::= { fcFxPortCapEntry 13 }
-- conformance information
fcFeMIBComformance OBJECT IDENTIFIER ::= { fcFe 2 }
fcFeMIBCompliances OBJECT IDENTIFIER ::= { fcFeMIBComformance 1 }
fcFeMIBGroups OBJECT IDENTIFIER ::= { fcFeMIBComformance 2 }
-- compliance statements
fcFeMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION "The compliance statement for SNMPv2 entities
which implement the fcFe MIB."
MODULE -- this module
MANDATORY-GROUPS { fcFeConfigGroup, fcFeOpGroup }
::= { fcFeMIBCompliances 1 }
-- units of conformance
fcFeConfigGroup OBJECT-GROUP
OBJECTS { fcFabricName, fcElementName, fcFeModuleCapacity,
fcFeModuleDescr, fcFeModuleObjectID,
fcFeModuleOperStatus, fcFeModuleLastChange,
fcFeModuleFxPortCapacity, fcFeModuleName,
fcFxPortName, fcFxPortFcphVersionHigh,
fcFxPortFcphVersionLow, fcFxPortBbCredit,
fcFxPortRxBufSize, fcFxPortRatov, fcFxPortEdtov,
fcFxPortCosSupported, fcFxPortIntermixSupported,
fcFxPortStackedConnMode, fcFxPortClass2SeqDeliv,
fcFxPortClass3SeqDeliv, fcFxPortHoldTime }
STATUS current
DESCRIPTION
"A collection of objects providing the configuration
and service parameters of the Fabric Element, the
modules, and FxPorts."
::= { fcFeMIBGroups 1 }
fcFeOpGroup OBJECT-GROUP
OBJECTS { fcFxPortID, fcFxPortBbCreditAvailable,
fcFxPortOperMode, fcFxPortAdminMode,
fcFxPortPhysAdminStatus, fcFxPortPhysOperStatus,
fcFxPortPhysLastChange, fcFxPortPhysRttov,
fcFxPortFcphVersionAgreed, fcFxPortNxPortBbCredit,
fcFxPortNxPortRxDataFieldSize, fcFxPortCosSuppAgreed,
fcFxPortIntermixSuppAgreed,
fcFxPortStackedConnModeAgreed,
fcFxPortClass2SeqDelivAgreed,
fcFxPortClass3SeqDelivAgreed,
fcFxPortNxPortName, fcFxPortConnectedNxPort,
fcFxPortBbCreditModel }
STATUS current
DESCRIPTION
"A collection of objects providing the operational
status and established service parameters for the
Fabric Element and the attached NxPorts."
::= { fcFeMIBGroups 2 }
fcFeErrorGroup OBJECT-GROUP
OBJECTS { fcFxPortLinkFailures, fcFxPortSyncLosses,
fcFxPortSigLosses, fcFxPortPrimSeqProtoErrors,
fcFxPortInvalidTxWords, fcFxPortInvalidCrcs,
fcFxPortDelimiterErrors, fcFxPortAddressIdErrors,
fcFxPortLinkResetIns, fcFxPortLinkResetOuts,
fcFxPortOlsIns, fcFxPortOlsOuts }
STATUS current
DESCRIPTION
"A collection of objects providing various error
statistics detected by the FxPorts."
::= { fcFeMIBGroups 3 }
fcFeAcctGroup OBJECT-GROUP
OBJECTS { -- Class 1
fcFxPortC1InFrames, fcFxPortC1OutFrames,
fcFxPortC1InOctets, fcFxPortC1OutOctets,
fcFxPortC1Discards, fcFxPortC1FbsyFrames,
fcFxPortC1FrjtFrames, fcFxPortC1InConnections,
fcFxPortC1OutConnections, fcFxPortC1ConnTime,
-- Class 2
fcFxPortC2InFrames, fcFxPortC2OutFrames,
fcFxPortC2InOctets, fcFxPortC2OutOctets,
fcFxPortC2Discards, fcFxPortC2FbsyFrames,
fcFxPortC2FrjtFrames,
-- Class 3
fcFxPortC3InFrames, fcFxPortC3OutFrames,
fcFxPortC3InOctets, fcFxPortC3OutOctets,
fcFxPortC3Discards
}
STATUS current
DESCRIPTION
"A collection of objects providing various performance
statistics detected by the FxPorts."
::= { fcFeMIBGroups 4 }
fcFeCapGroup OBJECT-GROUP
OBJECTS { fcFxPortCapFcphVersionHigh, fcFxPortCapFcphVersionLow,
fcFxPortCapBbCreditMax, fcFxPortCapBbCreditMin,
fcFxPortCapRxDataFieldSizeMax,
fcFxPortCapRxDataFieldSizeMin,
fcFxPortCapCos, fcFxPortCapIntermix,
fcFxPortCapStackedConnMode, fcFxPortCapClass2SeqDeliv,
fcFxPortCapClass3SeqDeliv, fcFxPortCapHoldTimeMax,
fcFxPortCapHoldTimeMin
}
STATUS current
DESCRIPTION
"A collection of objects providing the inherent
capability of each FxPort within the Fabric Element."
::= { fcFeMIBGroups 5 }
END END
-- End of Object Definitions -- End of Object Definitions
4. Security Considerations 4. Security Considerations
There are a number of management objects defined in this MIB that There are a number of management objects defined in this MIB that
have a MAX-ACCESS clause of read-write. Such objects may be have a MAX-ACCESS clause of read-write. Such objects may be
considered sensitive or vulnerable in some network environments. The considered sensitive or vulnerable in some network environments. The
support for SET operations in a non-secure environment without proper support for SET operations in a non-secure environment without proper
protection can have a negative effect on network operations. protection can have a negative effect on network operations.
 End of changes. 158 change blocks. 
410 lines changed or deleted 321 lines changed or added

This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/