📄 rfc2837.txt
字号:
STATUS current DESCRIPTION "The Receive Data Field Size of the attached NxPort. This object specifies the largest Data Field Size for an FT_1 frame that can be received by the NxPort." ::= { fcFxLoginEntry 4 } fcFxPortCosSuppAgreed OBJECT-TYPE SYNTAX FcCosCap MAX-ACCESS read-only STATUS current DESCRIPTION "A variable indicating that the attached NxPort has requested the FxPort for the support of classes of services and the FxPort has granted the request." ::= { fcFxLoginEntry 5 } fcFxPortIntermixSuppAgreed OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS currentTeow Standards Track [Page 22]RFC 2837 FC Fabric Element MIB May 2000 DESCRIPTION "A variable indicating that the attached NxPort has requested the FxPort for the support of Intermix and the FxPort has granted the request. This flag is only valid if Class 1 service is supported." ::= { fcFxLoginEntry 6 } fcFxPortStackedConnModeAgreed OBJECT-TYPE SYNTAX FcStackedConnMode MAX-ACCESS read-only STATUS current DESCRIPTION "A variable indicating whether the FxPort has agreed to support stacked connect from the Fabric Login. This is only meaningful if Class 1 service has been agreed." ::= { fcFxLoginEntry 7 } fcFxPortClass2SeqDelivAgreed OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "A variable indicating whether the FxPort has agreed to support Class 2 sequential delivery from the Fabric Login. This is only meaningful if Class 2 service has been agreed." ::= { fcFxLoginEntry 8 } fcFxPortClass3SeqDelivAgreed OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "A flag indicating whether the FxPort has agreed to support Class 3 sequential delivery from the Fabric Login. This is only meaningful if Class 3 service has been agreed." ::= { fcFxLoginEntry 9 } fcFxPortNxPortName OBJECT-TYPE SYNTAX FcNameId MAX-ACCESS read-only STATUS current DESCRIPTION "The port name of the attached NxPort." ::= { fcFxLoginEntry 10 } fcFxPortConnectedNxPort OBJECT-TYPE SYNTAX FcAddressIdTeow Standards Track [Page 23]RFC 2837 FC Fabric Element MIB May 2000 MAX-ACCESS read-only STATUS current DESCRIPTION "The address identifier of the destination NxPort with which this FxPort is currently engaged in a either a Class 1 or loop connection. If this FxPort is not engaged in a connection, then the value of this object is '000000'H." ::= { fcFxLoginEntry 11 } fcFxPortBbCreditModel OBJECT-TYPE SYNTAX FcBbCreditModel MAX-ACCESS read-write STATUS current DESCRIPTION "This object identifies the BB_Credit model used by the FxPort." ::= { fcFxLoginEntry 12 } -- the Error group -- This group consists of tables that contain information about -- the various types of errors detected. The management station -- may use the information in this group to determine the -- quality of the link between the FxPort and its attached NxPort. -- the FxPort Error table -- This table contains, one entry for each FxPort in the Fabric -- Element, counters recording numbers of errors detected -- since the management agent re-initialized. -- The first 6 columnar objects after the port index corresponds -- to the counters in the Link Error Status Block. fcFxPortErrorTable OBJECT-TYPE SYNTAX SEQUENCE OF FcFxPortErrorEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains, one entry for each FxPort, counters that record the numbers of errors detected." ::= { fcFeError 1 } fcFxPortErrorEntry OBJECT-TYPE SYNTAX FcFxPortErrorEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing error counters of a FxPort." AUGMENTS { fcFxPortEntry }Teow Standards Track [Page 24]RFC 2837 FC Fabric Element MIB May 2000 ::= { fcFxPortErrorTable 1 } FcFxPortErrorEntry ::= SEQUENCE { fcFxPortLinkFailures Counter32, fcFxPortSyncLosses Counter32, fcFxPortSigLosses Counter32, fcFxPortPrimSeqProtoErrors Counter32, fcFxPortInvalidTxWords Counter32, fcFxPortInvalidCrcs Counter32, fcFxPortDelimiterErrors Counter32, fcFxPortAddressIdErrors Counter32, fcFxPortLinkResetIns Counter32, fcFxPortLinkResetOuts Counter32, fcFxPortOlsIns Counter32, fcFxPortOlsOuts Counter32 } fcFxPortLinkFailures OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of link failures detected by this FxPort." ::= { fcFxPortErrorEntry 1 } fcFxPortSyncLosses OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of loss of synchronization detected by the FxPort." ::= { fcFxPortErrorEntry 2 }Teow Standards Track [Page 25]RFC 2837 FC Fabric Element MIB May 2000 fcFxPortSigLosses OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of loss of signal detected by the FxPort." ::= { fcFxPortErrorEntry 3 } fcFxPortPrimSeqProtoErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of primitive sequence protocol errors detected by the FxPort." ::= { fcFxPortErrorEntry 4 } fcFxPortInvalidTxWords OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of invalid transmission word detected by the FxPort." ::= { fcFxPortErrorEntry 5 } fcFxPortInvalidCrcs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of invalid CRC detected by this FxPort." ::= { fcFxPortErrorEntry 6 } fcFxPortDelimiterErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Delimiter Errors detected by this FxPort." ::= { fcFxPortErrorEntry 7 } fcFxPortAddressIdErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of address identifier errors detected by thisTeow Standards Track [Page 26]RFC 2837 FC Fabric Element MIB May 2000 FxPort." ::= { fcFxPortErrorEntry 8 } fcFxPortLinkResetIns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Link Reset Protocol received by this FxPort from the attached NxPort." ::= { fcFxPortErrorEntry 9 } fcFxPortLinkResetOuts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Link Reset Protocol issued by this FxPort to the attached NxPort." ::= { fcFxPortErrorEntry 10 } fcFxPortOlsIns OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Offline Sequence received by this FxPort." ::= { fcFxPortErrorEntry 11 } fcFxPortOlsOuts OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Offline Sequence issued by this FxPort." ::= { fcFxPortErrorEntry 12 } -- Accounting Groups: -- (1) Class 1 Accounting Group, -- (2) Class 2 Accounting Group, and -- (3) Class 3 Accounting Group. -- Each group consists of a table that contains accounting -- information for the FxPorts in the Fabric Element. -- the Class 1 Accounting table -- This table contains, one entry for each FxPort in the FabricTeow Standards Track [Page 27]RFC 2837 FC Fabric Element MIB May 2000 -- Element, Counter32s for certain types of events occurred in the -- the FxPorts since the the management agent has re-initialized. fcFxPortC1AccountingTable OBJECT-TYPE SYNTAX SEQUENCE OF FcFxPortC1AccountingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table that contains, one entry for each FxPort in the Fabric Element, Class 1 accounting information recorded since the management agent has re-initialized." ::= { fcFeAccounting 1 } fcFxPortC1AccountingEntry OBJECT-TYPE SYNTAX FcFxPortC1AccountingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing Class 1 accounting information for each FxPort." AUGMENTS { fcFxPortEntry } ::= { fcFxPortC1AccountingTable 1 } FcFxPortC1AccountingEntry ::= SEQUENCE { fcFxPortC1InFrames Counter32, fcFxPortC1OutFrames Counter32, fcFxPortC1InOctets Counter32, fcFxPortC1OutOctets Counter32, fcFxPortC1Discards Counter32, fcFxPortC1FbsyFrames Counter32, fcFxPortC1FrjtFrames Counter32, fcFxPortC1InConnections Counter32, fcFxPortC1OutConnections Counter32, fcFxPortC1ConnTime MilliSeconds }Teow Standards Track [Page 28]RFC 2837 FC Fabric Element MIB May 2000 fcFxPortC1InFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 1 frames (other than Class 1 connect- request) received by this FxPort from its attached NxPort." ::= { fcFxPortC1AccountingEntry 1 } fcFxPortC1OutFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 1 frames (other than Class 1 connect- request) delivered through this FxPort to its attached NxPort." ::= { fcFxPortC1AccountingEntry 2 } fcFxPortC1InOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Class 1 frame octets, including the frame delimiters, received by this FxPort from its attached NxPort." ::= { fcFxPortC1AccountingEntry 3 } 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." ::= { fcFxPortC1AccountingEntry 4 }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -