📄 rfc2837.txt
字号:
fcFxPortC1Discards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 1 frames discarded by this FxPort." ::= { fcFxPortC1AccountingEntry 5 } fcFxPortC1FbsyFrames OBJECT-TYPETeow Standards Track [Page 29]RFC 2837 FC Fabric Element MIB May 2000 SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of F_BSY frames generated by this FxPort against Class 1 connect-request." ::= { fcFxPortC1AccountingEntry 6 } fcFxPortC1FrjtFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of F_RJT frames generated by this FxPort against Class 1 connect-request." ::= { fcFxPortC1AccountingEntry 7 } fcFxPortC1InConnections OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 1 connections successfully established in which the attached NxPort is the source of the connect- request." ::= { fcFxPortC1AccountingEntry 8 } fcFxPortC1OutConnections OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 1 connections successfully established in which the attached NxPort is the destination of the connect-request." ::= { fcFxPortC1AccountingEntry 9 } fcFxPortC1ConnTime OBJECT-TYPE SYNTAX MilliSeconds UNITS "milliseconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The cumulative time that this FxPort has been engaged in Class 1 connection. The amount of time is counted from after a connect-request has been accepted until the connection is disengaged, either by an EOFdt or Link Reset."Teow Standards Track [Page 30]RFC 2837 FC Fabric Element MIB May 2000 ::= { fcFxPortC1AccountingEntry 10 } -- the Class 2 Accounting table -- This table contains, one entry for each FxPort in the Fabric -- Element, Counter32s for certain types of events occurred in the -- the FxPorts since the the management agent has re-initialized. fcFxPortC2AccountingTable OBJECT-TYPE SYNTAX SEQUENCE OF FcFxPortC2AccountingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains, one entry for each FxPort in the Fabric Element, Class 2 accounting information recorded since the management agent has re-initialized." ::= { fcFeAccounting 2 } fcFxPortC2AccountingEntry OBJECT-TYPE SYNTAX FcFxPortC2AccountingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing Class 2 accounting information for each FxPort." AUGMENTS { fcFxPortEntry } ::= { fcFxPortC2AccountingTable 1 } FcFxPortC2AccountingEntry ::= SEQUENCE { fcFxPortC2InFrames Counter32, fcFxPortC2OutFrames Counter32, fcFxPortC2InOctets Counter32, fcFxPortC2OutOctets Counter32, fcFxPortC2Discards Counter32, fcFxPortC2FbsyFrames Counter32, fcFxPortC2FrjtFrames Counter32 } fcFxPortC2InFrames OBJECT-TYPETeow Standards Track [Page 31]RFC 2837 FC Fabric Element MIB May 2000 SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 2 frames received by this FxPort from its attached NxPort." ::= { fcFxPortC2AccountingEntry 1 } fcFxPortC2OutFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 2 frames delivered through this FxPort to its attached NxPort." ::= { fcFxPortC2AccountingEntry 2 } fcFxPortC2InOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 2 frame octets, including the frame delimiters, received by this FxPort from its attached NxPort." ::= { fcFxPortC2AccountingEntry 3 } fcFxPortC2OutOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 2 frame octets, including the frame delimiters, delivered through this FxPort to its attached NxPort." ::= { fcFxPortC2AccountingEntry 4 } fcFxPortC2Discards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 2 frames discarded by this FxPort." ::= { fcFxPortC2AccountingEntry 5 } fcFxPortC2FbsyFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-onlyTeow Standards Track [Page 32]RFC 2837 FC Fabric Element MIB May 2000 STATUS current DESCRIPTION "The number of F_BSY frames generated by this FxPort against Class 2 frames." ::= { fcFxPortC2AccountingEntry 6 } fcFxPortC2FrjtFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of F_RJT frames generated by this FxPort against Class 2 frames." ::= { fcFxPortC2AccountingEntry 7 } -- the Class 3 Accounting Group -- This table contains, one entry for each FxPort in the Fabric -- Element, Counter32s for certain types of events occurred in the -- the FxPorts since the management agent has re-initialized. fcFxPortC3AccountingTable OBJECT-TYPE SYNTAX SEQUENCE OF FcFxPortC3AccountingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains, one entry for each FxPort in the Fabric Element, Class 3 accounting information recorded since the management agent has re-initialized." ::= { fcFeAccounting 3 } fcFxPortC3AccountingEntry OBJECT-TYPE SYNTAX FcFxPortC3AccountingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing Class 3 accounting information for each FxPort." AUGMENTS { fcFxPortEntry } ::= { fcFxPortC3AccountingTable 1 } FcFxPortC3AccountingEntry ::= SEQUENCE { fcFxPortC3InFrames Counter32, fcFxPortC3OutFrames Counter32, fcFxPortC3InOctetsTeow Standards Track [Page 33]RFC 2837 FC Fabric Element MIB May 2000 Counter32, fcFxPortC3OutOctets Counter32, fcFxPortC3Discards Counter32 } fcFxPortC3InFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 3 frames received by this FxPort from its attached NxPort." ::= { fcFxPortC3AccountingEntry 1 } fcFxPortC3OutFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 3 frames delivered through this FxPort to its attached NxPort." ::= { fcFxPortC3AccountingEntry 2 } fcFxPortC3InOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 3 frame octets, including the frame delimiters, received by this FxPort from its attached NxPort." ::= { fcFxPortC3AccountingEntry 3 } fcFxPortC3OutOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 3 frame octets, including the frame delimiters, delivered through this FxPort to its attached NxPort." ::= { fcFxPortC3AccountingEntry 4 } fcFxPortC3Discards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-onlyTeow Standards Track [Page 34]RFC 2837 FC Fabric Element MIB May 2000 STATUS current DESCRIPTION "The number of Class 3 frames discarded by this FxPort." ::= { fcFxPortC3AccountingEntry 5 } -- The Capability Group - consists of a table describing -- information about what each FxPort is inherently capable -- of operating or supporting. -- A capability may be used, as expressed in its respective -- object value in the Configuration group. fcFxPortCapTable OBJECT-TYPE SYNTAX SEQUENCE OF FcFxPortCapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains, one entry for each FxPort, the capabilities of the port within the Fabric Element." ::= { fcFeCapabilities 1 } fcFxPortCapEntry OBJECT-TYPE SYNTAX FcFxPortCapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing the Cap of a FxPort." AUGMENTS { fcFxPortEntry } ::= { fcFxPortCapTable 1 } FcFxPortCapEntry ::= SEQUENCE { fcFxPortCapFcphVersionHigh FcphVersion, fcFxPortCapFcphVersionLow FcphVersion, fcFxPortCapBbCreditMax FcBbCredit, fcFxPortCapBbCreditMin FcBbCredit, fcFxPortCapRxDataFieldSizeMax FcRxDataFieldSize, fcFxPortCapRxDataFieldSizeMin FcRxDataFieldSize, fcFxPortCapCos FcCosCap, fcFxPortCapIntermixTeow Standards Track [Page 35]RFC 2837 FC Fabric Element MIB May 2000 TruthValue, fcFxPortCapStackedConnMode FcStackedConnMode, fcFxPortCapClass2SeqDeliv TruthValue, fcFxPortCapClass3SeqDeliv TruthValue, fcFxPortCapHoldTimeMax MicroSeconds, fcFxPortCapHoldTimeMin MicroSeconds } fcFxPortCapFcphVersionHigh OBJECT-TYPE SYNTAX FcphVersion MAX-ACCESS read-only STATUS current DESCRIPTION "The highest or most recent version of FC-PH that the FxPort is capable of supporting." ::= { fcFxPortCapEntry 1 } fcFxPortCapFcphVersionLow OBJECT-TYPE SYNTAX FcphVersion MAX-ACCESS read-only STATUS current DESCRIPTION "The lowest or earliest version of FC-PH that the FxPort is capable of supporting." ::= { fcFxPortCapEntry 2 } fcFxPortCapBbCreditMax OBJECT-TYPE SYNTAX FcBbCredit UNITS "buffers" MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum number of receive buffers available for holding Class 1 connect-request, Class 2 or Class 3 frames from the attached NxPort." ::= { fcFxPortCapEntry 3 } fcFxPortCapBbCreditMin OBJECT-TYPE SYNTAX FcBbCredit UN
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -