Home/Catalog/CISCO-FC-FE-MIB

CISCO-FC-FE-MIB

AI MIB Summary

The CISCO-FC-FE-MIB monitors Cisco Fibre Channel fabric elements by extending the IF-MIB to track ELP, EPP, and port states for N, NL, E, and B ports, including logical Port Channel aggregations and Gigabit Ethernet interface metrics. This module enables granular visibility into fabric topology, link parameters, and physical port channel member status for Cisco SAN switches.

This is the Cisco fibre element management MIB module. It covers: - Cisco extension to the interface MIB ( IF-MIB ) - Contains all the groups from FIBRE-CHANNEL-FE-MIB relevant to Cisco fabric. - Other features specific to Cisco fabric. This MIB supports all the port types defined by the textual convention FcPortTypes. In addition it also supports Nx_port, where Nx_port can be either N_port or NL_port. The FC standards define Interconnect_Ports to be E_ports or B_Ports. This MIB supports Port Channel ports. Port Channel port is a single logical port, which contains multiple physical ports as its members. Presently only E_ports can be a member of Port Channel port. In addition it provides GigE and port channel information for all the Gigabit Ethernet (GigE) ports in the fabric. Terminology ELP : Exchange Link parameters EPP : Exchange Peer Parameters.
170
Objects
Active
Status
11
Dependencies

Imported Objects

Objects

170 total
Object Name
ciscoFcFeMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289
RFC1155-SMI
Unknown
.1.3.6.1.4.1.9.9.289
ciscoFcFeObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.1
cffFcFeConfig
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.1.1
cffFcFeElementNameThe World-Wide Name of this fabric element. It's a 64-bit identifier and is unique worldwide.rw
FcNameId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.1
fcIfTableThis table contains one entry per fibre channel switch port interface. Each entry holds the port interface parameters. The entries are created by the fabric switch when a module is inserted and it identifies a port on the module. Similarly when a module is removed from the fabric switch all the port entries in this table corresponding to that module are removed. This table also hold entries for Port Channel ports. NOTE: Nx_ports are not represented in this table.
SEQUENCE OF FcIfEntry
.1.3.6.1.4.1.9.9.289.1.1.2
fcIfEntryEach entry contains FC-port configuration parameters and state information.
FcIfEntry
.1.3.6.1.4.1.9.9.289.1.1.2.1
fcIfWwnThe World-Wide Name of this FC-Port. It's a 64-bit identifier and is unique worldwide.ro
FcNameId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.1
fcIfAdminModeThe port mode configured by the user. If the user configured the port as auto(1), then the port initialization scheme determines the mode of the port. In this case the user can look at 'fcIfOperMode' to determine the current operating mode of port. If this interface is a Port Channel port then only auto(1) or ePort(4) is allowed.rw
FcPortTypes -- Rsyntax INTEGER { -- auto(1), -- fPort(2), -- flPort(3), -- ePort(4), -- bPort(5), -- fxPort(6), -- sdPort(7), -- tlPort(8), -- nPort(9), -- nlPort(10), -- nxPort(11), -- tePort(12), -- fvPort(13), -- portOperDown(14) -- }
.1.3.6.1.4.1.9.9.289.1.1.2.1.2
fcIfOperModeThe current operating mode of the port. This object will also be an additional varbind sent in the linkUp notification ( defined in IF-MIB ) in addition to the varbinds defined for this notification.ro
FcPortTypes -- Rsyntax INTEGER { -- auto(1), -- fPort(2), -- flPort(3), -- ePort(4), -- bPort(5), -- fxPort(6), -- sdPort(7), -- tlPort(8), -- nPort(9), -- nlPort(10), -- nxPort(11), -- tePort(12), -- fvPort(13), -- portOperDown(14) -- }
.1.3.6.1.4.1.9.9.289.1.1.2.1.3
fcIfAdminSpeedThe port speed configured by the user. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.rw
FcIfSpeed -- Rsyntax INTEGER { -- auto(1), -- oneG(2), -- twoG(3) -- }
.1.3.6.1.4.1.9.9.289.1.1.2.1.4
fcIfBeaconModeThe Beacon mode configured by the user. If 'true', the Beacon mode is enabled. If 'false', the beacon mode is disabled. In Beacon mode, an interface LED is put into flashing mode for easy identification of a particular interface.rw
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.2.1.5
fcIfPortChannelIfIndexThe ifIndex of the port channel port this port belongs to. A value of zero indicates that this port is not part of any port channel. For port channel port this object will have the ifIndex of the port channel port itself.ro
InterfaceIndexOrZero -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.2.1.6
fcIfOperStatusCauseThe cause of current operational state of the port. The current operational state of the port is shown by the 'ifOperStatus' defined in IF-MIB. This object will show 'none(2)' for all the 'ifOperStatus' values except for 'down(2)'. It will show one of the values from the 'FcIfOperStatusReason' textual convention if 'ifOperStatus' is 'down(2)'. It will show other(1) if the operational status cause is not from one defined in 'FcIfOperStatusReason'. This object will also be an additional varbind sent in the linkDown notification ( defined in IF-MIB ) in addition to the varbinds defined for this notification.ro
FcIfOperStatusReason -- Rsyntax INTEGER { -- other(1), -- none(2), -- hwFailure(3), -- loopbackDiagFailure(4), -- errorDisabled(5), -- swFailure(6), -- linkFailure(7), -- offline(8), -- nonParticipating(9), -- initializing(10), -- vsanInactive(11), -- adminDown(12), -- channelAdminDown(13), -- channelOperSuspended(14), -- channelConfigurationInProgress(15), -- rcfInProgress(16), -- elpFailureIsolation(17), -- escFailureIsolation(18), -- domainOverlapIsolation(19), -- domainAddrAssignFailureIsolation(20), -- domainOtherSideEportIsolation(21), -- domainInvalidRCFReceived(22), -- domainManagerDisabled(23), -- zoneMergeFailureIsolation(24), -- vsanMismatchIsolation(25), -- parentDown(26), -- srcPortNotBound(27), -- interfaceRemoved(28), -- fcotNotPresent(29), -- fcotVendorNotSupported(30), -- incompatibleAdminMode(31), -- incompatibleAdminSpeed(32), -- suspendedByMode(33), -- suspendedBySpeed(34), -- suspendedByWWN(35), -- domainMaxReTxFailure(36), -- eppFailure(37), -- portVsanMismatchIsolation(38), -- loopbackIsolation(39), -- upgradeInProgress(40), -- incompatibleAdminRxBBCredit(41), -- incompatibleAdminRxBufferSize(42), -- portChannelMembersDown(43), -- zoneRemoteNoRespIsolation(44) -- }
.1.3.6.1.4.1.9.9.289.1.1.2.1.7
fcIfOperStatusCauseDescrThe description for the cause of current operational state of the port, shown by the object 'fcIfOperStatusCause'.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.8
fcIfAdminTrunkModeThe trunking mode configured by the user. When set to 'nonTrunk(1)', the port negotiates and converts the link into non-trunking mode. This port and the neighboring port's fcIfOperTrunkMode becomes non-trunk. When set to 'trunk(2)', the port negotiates and converts the link into trunking mode only if the neighboring port, fcIfAdminTrunkMode is either 'trunk(2)' or 'auto(3)'. When set to 'auto(3)', the port is willing to convert the link to a trunk link only if the the neighbouring port, fcIfAdminTrunkMode is set to 'trunk(2)' mode.rw
Enumeration
.1.3.6.1.4.1.9.9.289.1.1.2.1.9
fcIfOperTrunkModeThe current trunking mode of the port.ro
Enumeration
.1.3.6.1.4.1.9.9.289.1.1.2.1.10
fcIfAllowedVsanList2kThe VSANs which are allowed to be received/ transmitted on the port when the port is operating in trunking mode. Only ports operating in trunk mode can belong to multiple VSANs. Each octet within the value of this object specifies a set of eight VSANs, with the first octet specifying VSANs 0 through 7, the second octet specifying VSANs 8 through 15, etc. Within each octet, the most significant bit represents the lowest numbered VSAN, and the least significant bit represents the highest numbered VSAN. Thus, each VSAN, is represented by a single bit within the value of this object. The corresponding VSAN is allowed on this port if and only if that bit has a value of '1'. If this object has a value which is less than 256 bytes long, then the VSANs which are not represented are considered to be allowed,i.e., effectively, the string is extended to be of length 256 bytes by appending bytes containing x'FF'. Note that this means that the zero-length string represents the 'all VSANs are allowed' value. This object is applicable to only ports operating in trunk mode. The value configured to this object will be retained but will not be applicable when the port is put into non-trunking mode. It will be again applicable when the port is operating in trunking mode. Similarly, it can be modified at the time when this object is not applicable, i.e. when the port is operating in non-trunking mode, but the modified value is retained for use on subsequent occasions when this object is applicable when the port is operating in trunking mode. The default value is the zero-length string.rw
FcList -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.11
fcIfAllowedVsanList4kThe VSANs which are allowed to be received/ transmitted on the port when the port is operating in trunking mode. Only ports operating in trunk mode can belong to multiple VSANs. Each octet within the value of this object specifies a set of eight VSANs, with the first octet specifying VSANs 2047 through 2054, the second octet specifying VSANs 2055 through 2062, etc. Within each octet,the most significant bit represents the lowest numbered VSAN, and the least significant bit represents the highest numbered VSAN. Thus, each VSAN, is represented by a single bit within the value of this object. The corresponding VSAN is allowed on this port if and only if that bit has a value of '1'. If this object has a value which is less than 256 bytes long, then the VSANs which are not represented are considered to be allowed, i.e., effectively, the string is extended to be of length 256 bytes by appending bytes containing x'FF'. Note that this means that the zero-length string represents the 'all VSANs are allowed' value. This object is applicable to only ports operating in trunk mode. The value configured to this object will be retained but will not be applicable when the port is put into non-trunking mode. It will be again applicable when the port is operating in trunking mode. Similarly, it can be modified at the time when this object is not applicable, i.e. when the port is operating in non-trunking mode, but the modified value is retained for use on subsequent occasions when this object is applicable when the port is operating in trunking mode. The default value is the zero-length string.rw
FcList -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.12
fcIfActiveVsanList2kThe VSANs this port is associated with. Only ports operating in trunk mode can belong to multiple VSANs. Each octet within the value of this object specifies a set of eight VSANs, with the first octet specifying VSANs 0 through 7, the second octet specifying VSANs 8 through 15, etc. Within each octet, the most significant bit represents the lowest numbered VSAN, and the least significant bit represents the highest numbered VSAN. Thus, each VSAN to which this port has membership to, is represented by a single bit within the value of this object. The corresponding VSAN that this port is a member of is active if and only if that bit has a value of '1'. Note that the zero-length string represents that none of the VSANs that this port is a member of are active. This object is applicable to only ports operating in trunk mode.ro
FcList -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.13
fcIfActiveVsanList4kThe VSANs this port is associated with. Only ports operating in trunk mode can belong to multiple VSANs. Each octet within the value of this object specifies a set of eight VSANs, with the first octet specifying VSANs 2047 through 2054, the second octet specifying VSANs 2055 through 2062, etc. Within each octet, the most significant bit represents the lowest numbered VSAN, and the least significant bit represents the highest numbered VSAN. Thus, each VSAN to which this port has membership to, is represented by a single bit within the value of this object. The corresponding VSAN that this port is a member of is active if and only if that bit has a value of '1'. Note that the zero-length string represents that none of the VSANs that this port is a member of are active. This object is applicable to only ports operating in trunk mode.ro
FcList -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.14
fcIfBbCreditModelThe BB_Credit model used by the FC-port. The alternate BB_Credit management model can be used in the arbitrated loop topology to manage the flow of frames between the two ports participating in the current loop circuit. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
FcBbCreditModel -- Rsyntax INTEGER { -- regular(1), -- alternate(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.2.1.15
fcIfHoldTimeThe maximum time that the FC-Port shall hold a frame in the transmitter buffer before discarding it, if it is unable to deliver the frame. The value 0 in this object means the frame will be discarded immediately if the port is unable to deliver the frame. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
MicroSeconds -- Rsyntax Gauge -- Units -- microseconds
.1.3.6.1.4.1.9.9.289.1.1.2.1.16
fcIfTransmitterTypeThe technology of the port transceiver. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
FcPortTxTypes -- Rsyntax INTEGER { -- unknown(1), -- longWaveLaser(2), -- shortWaveLaser(3), -- longWaveLaserCostReduced(4), -- electrical(5) -- }
.1.3.6.1.4.1.9.9.289.1.1.2.1.17
fcIfConnectorTypeThe module type of the port connector. This object refers to the hardware implementation of the port. It will be 'embedded(3)' if the hardware equivalent to Gigabit interface card ( GBIC ) is part of the line card and is unremovable. It will be glm(3) if its a gigabit link module ( GLM ). A GLM has a different form factor than GBIC. GLM is not supported by our switch. It will be 'gbicSerialId(4)' if the GBIC serial id can be read, else it will be 'gbicNoSerialId(5)'. It will be 'sfpSerialId(6)', if the small form factor ( SFP ) pluggable GBICs serial id can be read, else it will be 'sfpNoSerialId(7)'. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
FcPortModuleTypes -- Rsyntax INTEGER { -- unknown(1), -- other(2), -- gbic(3), -- embedded(4), -- glm(5), -- gbicWithSerialID(6), -- gbicWithoutSerialID(7), -- sfpWithSerialID(8), -- sfpWithoutSerialID(9) -- }
.1.3.6.1.4.1.9.9.289.1.1.2.1.18
fcIfSerialNoThe serial number of the connector unit ( e.g., for a GBIC ). If this is not applicable, return a zero-length string. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.19
fcIfRevisionThe port revision of the connector unit (e.g., for a GBIC). If this is not applicable it returns a zero-length string. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.20
fcIfVendorThe connector unit ( e.g., for a GBIC ) vendor. If this is not applicable it returns a zero-length string. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.21
fcIfSFPSerialIDDataThe connector unit ( e.g., for a GBIC ) Serial ID data. If this is not applicable it returns a zero-length string. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.22
fcIfPartNumberThe connector unit ( e.g., for a GBIC ) part number. If this is not applicable it returns a zero-length string. Since this is a characteristic of a physical port, this object is not applicable for Port Channel ports, i.e., the value is instantiated but its value is irrelevant.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.2.1.23
fcIfAdminRxBbCreditThe receive buffer-to-buffer credits configured for this port. If the value configured is zero, then the value of the object fcIfCapRxBbCreditDefault is used if the port is operating in Fx mode. Similarly, if the port is operating in xE_port mode then the value of the object fcIfCapISLRxBbCreditDefault is used. If a non-zero value is configured for this object then, if the values configured for fcIfAdminRxBbCreditModeISL and fcIfAdminRxBbCreditModeFx is zero, then the value of this object is used for the port operating in either Fx or xE_port mode. But if fcIfAdminRxBbCreditModeISL is configured with a valid value, then the value of fcIfAdminRxBbCreditModeISL object is used instead of this value, if the port is operating in xE_port mode. Similarly, if the values configured for fcIfAdminRxBbCreditModeFx is valid, then the value of fcIfAdminRxBbCreditModeFx object is used instead of this value, if the port is operating in Fx mode.rw
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.2.1.24
fcIfAdminRxBbCreditModeISLThe receive buffer-to-buffer credits configured for this port to be used if it is operating in xE_port mode.rw
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.2.1.25
fcIfAdminRxBbCreditModeFxThe receive buffer-to-buffer credits configured for this port to be used if it is operating in Fx mode.rw
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.2.1.26
fcIfOperRxBbCreditThe receive buffer-to-buffer credits configured for the operational port mode.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.2.1.27
fcIfRxDataFieldSizeThe largest Data_Field size for an FT_1 frame that can be received by this port.rw
FcRxDataFieldSize -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.2.1.28
fcTrunkIfTableThis table contains one entry for each trunking fibre channel port per VSAN. When the FC-port goes into trunking mode, the fibre channel switch creates one entry per FC-port for each active VSAN, from the allowed VSAN list for this port. The allowed VSAN list is configured using the objects, fcIfAllowedVsanList2k and fcIfAllowedVsanList4k. If an VSAN becomes inactive then the switch removes the corresponding entries from this table, if they exist.
SEQUENCE OF FcTrunkIfEntry
.1.3.6.1.4.1.9.9.289.1.1.3
fcTrunkIfEntryEach entry contains trunking FC-port parameters.
FcTrunkIfEntry
.1.3.6.1.4.1.9.9.289.1.1.3.1
fcTrunkIfOperStatusThe operational state of a VSAN on this port. If the port is in trunking mode, it is possible that the port state may be 'down(2)' only in some VSANs. If this port is down in this VSAN only then port state shown by 'ifOperStatus' may not be 'down(2)', but this object will show 'down(2)'. The 'fcTrunkIfOperStatusCause' object shows the reason for port being 'down(2)'.ro
Enumeration
.1.3.6.1.4.1.9.9.289.1.1.3.1.1
fcTrunkIfOperStatusCauseThe cause of current operational state of the port. The current operational state of the port is shown by the 'fcTrunkIfOperStatus'. This object will show 'none(2)' for all the 'fcTrunkIfOperStatus' values except for 'down(2)'. It will show one of the values from the 'FcIfOperStatusReason' textual convention if 'fcTrunkIfOperStatus' is 'down(2)'.ro
FcIfOperStatusReason -- Rsyntax INTEGER { -- other(1), -- none(2), -- hwFailure(3), -- loopbackDiagFailure(4), -- errorDisabled(5), -- swFailure(6), -- linkFailure(7), -- offline(8), -- nonParticipating(9), -- initializing(10), -- vsanInactive(11), -- adminDown(12), -- channelAdminDown(13), -- channelOperSuspended(14), -- channelConfigurationInProgress(15), -- rcfInProgress(16), -- elpFailureIsolation(17), -- escFailureIsolation(18), -- domainOverlapIsolation(19), -- domainAddrAssignFailureIsolation(20), -- domainOtherSideEportIsolation(21), -- domainInvalidRCFReceived(22), -- domainManagerDisabled(23), -- zoneMergeFailureIsolation(24), -- vsanMismatchIsolation(25), -- parentDown(26), -- srcPortNotBound(27), -- interfaceRemoved(28), -- fcotNotPresent(29), -- fcotVendorNotSupported(30), -- incompatibleAdminMode(31), -- incompatibleAdminSpeed(32), -- suspendedByMode(33), -- suspendedBySpeed(34), -- suspendedByWWN(35), -- domainMaxReTxFailure(36), -- eppFailure(37), -- portVsanMismatchIsolation(38), -- loopbackIsolation(39), -- upgradeInProgress(40), -- incompatibleAdminRxBBCredit(41), -- incompatibleAdminRxBufferSize(42), -- portChannelMembersDown(43), -- zoneRemoteNoRespIsolation(44) -- }
.1.3.6.1.4.1.9.9.289.1.1.3.1.2
fcTrunkIfOperStatusCauseDescrThe description for the cause of current operational state of the port, shown by the object 'fcTrunkIfOperStatusCause'.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.3.1.3
fcIfLoginEntryCountThe number of login entries in 'fcIfLoginTable'.ro
Gauge
.1.3.6.1.4.1.9.9.289.1.1.4
fcIfFLoginTableThis table contains, one entry for each Nx_Port attached to a particular FC-port in this VSAN in the Fabric element. Each entry contains services parameters established from the most recent Fabric Login, explicit or implicit. In case of private devices attached to port, the fabric switch does the login on behalf of the private device. The fabric switch creates or deletes an entry in this table. Note: An FC-port may have one or more Nx_Port logged-in to it.
SEQUENCE OF FcIfFLoginEntry
.1.3.6.1.4.1.9.9.289.1.1.5
fcIfFLoginEntryAn entry containing service parameters established by a successful Fabric Login to the port indicated by ifIndex.
FcIfFLoginEntry
.1.3.6.1.4.1.9.9.289.1.1.5.1
fcIfNxLoginIndexAn arbitrary value identifying the associated Nx_Port in the attachment for which the entry contains information.
Gauge
.1.3.6.1.4.1.9.9.289.1.1.5.1.1
fcIfNxPortNodeNameThe world wide name of the Remote Node the logged-in Nx_Port belongs to.ro
FcNameId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.5.1.2
fcIfNxPortNameThe world wide name of the logged-in Nx_Port.ro
FcNameId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.5.1.3
fcIfNxPortAddressThe address identifier that has been assigned to the logged-in Nx_Port.ro
FcAddressId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.5.1.4
fcIfNxFcphVersionAgreedThe version of FC-PH that the Fx_Port has agreed to support from the Fabric Login.ro
FcphVersion -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.5.1.5
fcIfNxRxBbCreditThe maximum number of receive buffers available for holding Class 2, Class 3 received from the logged-in Nx_Port. It is for buffer-to-buffer flow control in the incoming direction from the logged-in Nx_Port to FC-port.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.5.1.6
fcIfNxTxBbCreditThe total number of buffers available for holding Class 2, Class 3 frames to be transmitted to the logged-in Nx_Port. It is for buffer-to-buffer flow control in the direction from FC-Port to Nx_Port. The buffer-to-buffer flow control mechanism is indicated in the respective fcIfBbCreditModel.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.5.1.7
fcIfNxClass2RxDataFieldSizeThe Class 2 Receive Data Field Size of the logged-in Nx_Port. This object specifies the largest Data Field Size for an FT_1 frame that can be received by the Nx_Port.ro
FcRxDataFieldSize -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.5.1.8
fcIfNxClass3RxDataFieldSizeThe Class3 Receive Data Field Size of the logged-in Nx_Port. This object specifies the largest Data Field Size for an FT_1 frame that can be received by the Nx_Port.ro
FcRxDataFieldSize -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.5.1.9
fcIfNxCosSuppAgreedThe object indicating the classes of services that the logged-in Nx_Port has requested the FC-Port to support and the FC-Port has granted the request.ro
FcClassOfServices -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.5.1.10
fcIfNxClass2SeqDelivAgreedThe object indicating whether the FC-Port has agreed to support Class 2 sequential delivery during the Fabric Login. This is meaningful only if Class 2 service has been agreed. This object is applicable only to Fx_Ports.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.5.1.11
fcIfNxClass3SeqDelivAgreedThe flag indicating whether the FxPort has agreed to support Class 3 sequential delivery during the Fabric Login. This is meaningful only if Class 3 service has been agreed. This object is applicable only to Fx_Ports.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.5.1.12
fcIfElpTableThis table contains, one entry for each local Interconnect_Port that has performed Exchange Link Parameters Switch Fabric Internal Link Service exchange with its peer Interconnect_Port. Each entry contains Exchange Link Parameters established from the most recent ELP exchange between the 2 Interconnect_Port. The agent creates and deletes each entry in this table. The agent creates an entry in this table on a successful completion of a ELP exchange. Similarly the agent deletes the entry when the port goes down. NOTE:Port Channel ports are not represented in this table.
SEQUENCE OF FcIfElpEntry
.1.3.6.1.4.1.9.9.289.1.1.6
fcIfElpEntryAn entry containing Exchange Link parameters established between the Interconnect_Port indicated by ifIndex and the peer Interconnect_Port indicated by fcIfElpNbrPortName.
FcIfElpEntry
.1.3.6.1.4.1.9.9.289.1.1.6.1
fcIfElpNbrNodeNameThe node world wide name of the peer Node.ro
FcNameId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.6.1.1
fcIfElpNbrPortNameThe port world wide name of the peer Interconnect_Port.ro
FcNameId -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.6.1.2
fcIfElpRxBbCreditThe maximum number of receive buffers available for holding Class 2, Class 3, Class F frames received from the peer Interconnect_Port. It is for buffer-to-buffer flow control in the incoming direction from the peer Interconnect_Port to local Interconnect_Port. The buffer-to-buffer flow control mechanism is indicated in the respective fcIfBbCreditModel.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.6.1.3
fcIfElpTxBbCreditThe total number of buffers available for holding Class 2, Class 3, Class F frames to be transmitted to the peer Interconnect_Port. It is for buffer-to-buffer flow control in the direction from the local Interconnect_Port to peer Interconnect_Port. The buffer-to-buffer flow control mechanism is indicated in the corresponding fcIfBbCreditModel.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.6.1.4
fcIfElpCosSuppAgreedThe object indicating the classes of services that the peer Interconnect_Port has requested the local Interconnect_Port to support and the local Interconnect_Port has granted the request.ro
FcClassOfServices -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.6.1.5
fcIfElpClass2SeqDelivAgreedThe object indicating whether the local Interconnect_Port has agreed to support Class 2 sequential delivery during the Exchange Link Parameters Switch Fabric Internal Link Service request. This is meaningful only if Class 2 service has been agreed.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.6.1.6
fcIfElpClass2RxDataFieldSizeThe Class 2 Receive Data Field Size of the peer Interconnect_Port. This object specifies the largest Data Field Size for an FT_1 frame that can be received by the Interconnect_Port. This is meaningful only if Class 2 service has been agreed.ro
FcRxDataFieldSize -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.6.1.7
fcIfElpClass3SeqDelivAgreedThe object indicating whether the local Interconnect_Port has agreed to support Class 3 sequential delivery during the Exchange Link Parameters Switch Fabric Internal Link Service request. This is meaningful only if Class 3 service has been agreed.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.6.1.8
fcIfElpClass3RxDataFieldSizeThe Class 3 Receive Data Field Size of the peer Interconnect_Port. This object specifies the largest Data Field Size for an FT_1 frame that can be received by the Interconnect_Port. This is meaningful only if Class 3 service has been agreed.ro
FcRxDataFieldSize -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.6.1.9
fcIfElpClassFXIIThe object when true(1) indicates that the peer Interconnect_Port supplying this parameter requires that an interlock be used during X_ID assignment in Class F. This is meaningful only if Class F service has been agreed.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.6.1.10
fcIfElpClassFRxDataFieldSizeThe Class F Receive Data Field Size of the peer Interconnect_Port. Class F service is always agreed between two Interconnect_Ports, and thus this object is always meaningful. This object specifies the largest Data Field Size for an FT_1 frame that can be received by the Interconnect_Port.ro
FcRxDataFieldSize -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.6.1.11
fcIfElpClassFConcurrentSeqThe object indicating the number of sequence status blocks provided by the Interconnect_Port supplying the parameters for tracking the progress of a sequence as a sequence recipient. The maximum number of concurrent sequences that can be specified is 255. A value of zero in this field is reserved.ro
Gauge
.1.3.6.1.4.1.9.9.289.1.1.6.1.12
fcIfElpClassFEndToEndCreditThe object indicating the maximum number of Class F data frames which can be transmitted by an Interconnect_Port without receipt of accompanying ACK or Link_Response frames. The minimum value of end-to-end credit is one. The end-to-end credit field specified is associated with the number of buffers available for holding the Data_Field of a Class F frame and processing the contents of that Data_Field by the Interconnect_Port supplying the parameters.ro
Gauge
.1.3.6.1.4.1.9.9.289.1.1.6.1.13
fcIfElpClassFOpenSeqThe value of the open sequences per exchange shall specify the maximum number of sequences that can be open at one time at the recipient between a pair of Interconnect_Ports for one exchange.This value is used for exchange and sequence tracking.ro
Gauge
.1.3.6.1.4.1.9.9.289.1.1.6.1.14
fcIfCapTableThis table contains, one entry for each FC-Port. It contains information describing about what each FC-port is inherently capable of operating or supporting. The fabric switch creates or deletes an entry in this table. NOTE:This table has objects which represent the characteristics of a physical port. Thus, Port Channel ports are not represented in this table.
SEQUENCE OF FcIfCapEntry
.1.3.6.1.4.1.9.9.289.1.1.7
fcIfCapEntryEach entry contains the Capability of a FC-Port.
FcIfCapEntry
.1.3.6.1.4.1.9.9.289.1.1.7.1
fcIfCapFcphVersionHighThe highest version of FC-PH that the FC-Port is capable of supporting.ro
FcphVersion -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.1
fcIfCapFcphVersionLowThe lowest version of FC-PH that the FC-Port is capable of supporting.ro
FcphVersion -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.2
fcIfCapRxBbCreditMaxThe maximum number of receive buffers the port hardware is capable of receiving from the attached Nx_Port. This object is applicable to ports operating in Fx mode.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.3
fcIfCapRxBbCreditMinThe minimum number of receive buffers the port hardware is capable of receiving from the attached Nx_Port. This object is applicable to ports operating in Fx mode.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.4
fcIfCapRxDataFieldSizeMaxThe maximum size in bytes of the Data Field in a frame that the FC-Port is capable of receiving from its attached FC-port.ro
FcRxDataFieldSize -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.5
fcIfCapRxDataFieldSizeMinThe minimum size in bytes of the Data Field in a frame that the FC-Port is capable of receiving from its attached FC-port.ro
FcRxDataFieldSize -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.6
fcIfCapCosThe Bit mask indicating the set of Classes of Service that the FC-Port is capable of supporting.ro
FcClassOfServices -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.289.1.1.7.1.7
fcIfCapClass2SeqDelivThe flag indicating whether or not the FC-Port is capable of supporting Class 2 Sequential Delivery.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.7.1.8
fcIfCapClass3SeqDelivThe flag indicating whether or not the FC-Port is capable of supporting Class 3 Sequential Delivery.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.7.1.9
fcIfCapHoldTimeMaxThe maximum holding time ( in microseconds ) that the FC-Port is capable of supporting.ro
MicroSeconds -- Rsyntax Gauge
.1.3.6.1.4.1.9.9.289.1.1.7.1.10
fcIfCapHoldTimeMinThe minimum holding time ( in microseconds ) that the FC-Port is capable of supporting.ro
MicroSeconds -- Rsyntax Gauge
.1.3.6.1.4.1.9.9.289.1.1.7.1.11
fcIfCapISLRxBbCreditMaxThe maximum number of receive buffers the port hardware is capable of receiving from the attached Inter Connect port. This object is applicable to ports operating in xE_port mode.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.12
fcIfCapISLRxBbCreditMinThe minimum number of receive buffers the port hardware is capable of receiving from the attached xE_port or B_port. This object is applicable to ports operating in xE_port mode.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.13
fcIfCapRxBbCreditWriteableThe value indicating whether the port is capable of allowing the user to configure receive buffer to buffer credit. The values configured for the objects: fcIfAdminRxBbCredit,fcIfAdminRxBbCreditModeISL, fcIfAdminRxBbCreditModeFx will take effect only if the value of this object is true(1), otherwise the default values specified by the objects: fcIfCapRxBbCreditDefault, fcIfCapISLRxBbCreditDefault will stay in efect depending on the operating mode of the port.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.289.1.1.7.1.14
fcIfCapRxBbCreditDefaultThe default recieve buffer-to-buffer credits if the port is operating in Fx mode.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.15
fcIfCapISLRxBbCreditDefaultThe default recieve buffer-to-buffer credits if the port is operating in xE_port mode.ro
FcBbCredit -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.289.1.1.7.1.16
adminTrunkProtocolThe object to either enable or disable the trunking protocol for the device. The trunking protocol is used for negotiating trunk mode and calculating operational VSANs on an EISL link. It also performs port VSAN consistency checks. On non-trunking ISL links, if the port VSANs are different, the E ports will be isolated. To avoid this isolation, this mib variable should be set to 'disable(2)'. enable(1) - enables trunking protocol. disable (2) - disables the trunking protocol.rw
Enumeration
.1.3.6.1.4.1.9.9.289.1.1.8
fcIfElpRejectReasonCodeThe reason code for the ELP reject.
INTEGER
.1.3.6.1.4.1.9.9.289.1.1.9
fcIfElpRejectReasonCodeExplThe reason code explanation for the ELP reject.
INTEGER
.1.3.6.1.4.1.9.9.289.1.1.10
cffFcFeStatistics
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.1.2
fcIfErrorTableThis table contains, one entry for each fabric channel port( including any Port Channel ports ). It contains counters that record the errors detected. This table is an extension to interfaces group defined in IF-MIB. It contains additional errors specific to this device.
SEQUENCE OF FcIfErrorEntry
.1.3.6.1.4.1.9.9.289.1.2.1
fcIfErrorEntryEach entry contains error counters of a fabric channel port.
FcIfErrorEntry
.1.3.6.1.4.1.9.9.289.1.2.1.1
fcIfLinkFailuresThe number of link failures detected by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.1
fcIfSyncLossesThe number of loss of synchronization failures detected by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.2
fcIfSigLossesThe number of signal losses detected by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.3
fcIfPrimSeqProtoErrorsThe number of primitive sequence protocol errors detected by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.4
fcIfInvalidTxWordsThe number of invalid transmission words detected by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.5
fcIfInvalidCrcsThe number of invalid CRCs detected by the FC-Port. Loop ports should not count CRC errors passing through when monitoring.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.6
fcIfDelimiterErrorsThe number of Delimiter Errors detected by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.7
fcIfAddressIdErrorsThe number of address identifier errors detected by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.8
fcIfLinkResetInsThe number of link reset protocol errors received by the FC-Port from the attached FC-port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.9
fcIfLinkResetOutsThe number of link reset protocol errors issued by the FC-Port to the attached FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.10
fcIfOlsInsThe number of Offline Sequence errors received by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.11
fcIfOlsOutsThe number of Offline Sequence errors issued by the FC-Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.12
fcIfRuntFramesInThe number of frames received by the FC-port that are shorter than the minimum allowable frame length regardless if the CRC is good or not.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.13
fcIfJabberFramesInThe number of frames received by the FC-port that are longer than a maximum frame length and also have a CRC error.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.14
fcIfTxWaitCountThe number of times the FC-port waited due to lack of transmit credits.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.15
fcIfFramesTooLongThe number of frames received by the FC-port where the frame length was greater than what was agreed to in FLOGI/PLOGI. This could be caused by losing the end of frame delimiter.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.16
fcIfFramesTooShortThe number of frames received by the FC-port where the frame length was less than the minimum indicated by the frame header (normally 24 bytes), but it could be more if the DFCTL field indicates an optional header should be present.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.17
fcIfLRRInThe number of Link reset responses received by the FC-port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.18
fcIfLRROutThe number of Link reset responses transmitted by the FC-port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.19
fcIfNOSInThe number of non-operational sequences received by the FC-port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.20
fcIfNOSOutThe number of non-operational sequences transmitted by the FC-port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.21
fcIfFragFramesThe number of fragmented frames received by the FC-port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.22
fcIfEOFaFramesThe number of frames received by FC-port with EOF aborts.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.23
fcIfUnknownClassFramesThe number of unknown class frames received by FC-port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.24
fcIf8b10bDisparityErrorsThe number of 8b10b disparity errors.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.25
fcIfFramesDiscardThe number of frames discarded by the FC-port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.26
fcIfELPFailuresThe number of Exchange Link Parameters Switch Fabric Internal Link service request failures detected by the FC-Port. This object is applicable to only Interconnect_Port, which are E_Port or B_Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.27
fcIfBBCreditTransistionFromZeroThe number of transistions of BB credit out of zero state.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.28
fcIfEISLFramesDiscardThe number of Enhanced Inter Switch Link (EISL) frames discarded by the FC-port. EISL frames carry an EISL header containing VSAN among other information.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.29
fcIfFramingErrorFramesThe number of framing errors. This denotes that the FC-port detected an inconsistency of frame structure.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.1.1.30
fcIfC2AccountingTableThis table contains, one entry for each F, FL or TL ports in the fabric element, including Port Channel ports. It contains Class 2 accounting information.
SEQUENCE OF FcIfC2AccountingEntry
.1.3.6.1.4.1.9.9.289.1.2.2
fcIfC2AccountingEntryEach entry contains Class 2 accounting information for each F, FL or TL port.
FcIfC2AccountingEntry
.1.3.6.1.4.1.9.9.289.1.2.2.1
fcIfC2InFramesThe number of Class 2 frames received by this port from its attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.1
fcIfC2OutFramesThe number of Class 2 frames delivered through this port to its attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.2
fcIfC2InOctetsThe number of Class 2 frame octets, including the frame delimiters, received by this port from its attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.3
fcIfC2OutOctetsThe number of Class 2 frame octets, including the frame delimiters, delivered through this port to its attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.4
fcIfC2DiscardsThe number of Class 2 frames discarded by this port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.5
fcIfC2FbsyFramesThe number of F_BSY frames generated by this port against Class 2 frames.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.6
fcIfC2FrjtFramesThe number of F_RJT frames generated by this port against Class 2 frames.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.7
fcIfC2PBSYFramesThe number of times that port busy was returned to this port as result of a class 2 frame that could not be delivered to the other end of the link. This occurs if the destination Nx_Port is temporarily busy. PBSY can only occur on SOFc1 frames ( the frames that establish a connection ).ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.8
fcIfC2PRJTFramesThe number of times that port reject was returned to this port as a result of a class 2 frame that was rejected at the destination Nx_Port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.2.1.9
fcIfC3AccountingTableThis table contains, one entry for each F, FL or TL ports in the fabric element, including Port Channel ports. It contains Class 3 accounting information.
SEQUENCE OF FcIfC3AccountingEntry
.1.3.6.1.4.1.9.9.289.1.2.3
fcIfC3AccountingEntryEach entry contains Class 3 accounting information for each F, FL or TL port.
FcIfC3AccountingEntry
.1.3.6.1.4.1.9.9.289.1.2.3.1
fcIfC3InFramesThe number of Class 3 frames received by this port from its attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.3.1.1
fcIfC3OutFramesThe number of Class 3 frames transmitted by this port to its attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.3.1.2
fcIfC3InOctetsThe number of Class 3 frame octets, including the frame delimiters, received by this port from its attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.3.1.3
fcIfC3OutOctetsThe number of Class 3 frame octets, including the frame delimiters, transmitted by this port to its a attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.3.1.4
fcIfC3DiscardsThe number of Class 3 frames discarded by this port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.3.1.5
fcIfCfAccountingTableA table that contains, one entry for each Interconnect_Ports (xE_port, B_port) in the fabric element, including Port Channel ports. It contains Class F accounting information.
SEQUENCE OF FcIfCfAccountingEntry
.1.3.6.1.4.1.9.9.289.1.2.4
fcIfCfAccountingEntryAn entry containing Class F accounting information for each xE_port.
FcIfCfAccountingEntry
.1.3.6.1.4.1.9.9.289.1.2.4.1
fcIfCfInFramesThe number of Class F frames received by this port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.4.1.1
fcIfCfOutFramesThe number of Class F frames transmitted by this port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.4.1.2
fcIfCfInOctetsThe number of Class F frame octets, including the frame delimiters, received by this port from its attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.4.1.3
fcIfCfOutOctetsThe number of Class F frame octets, including the frame delimiters, transmitted by this port to its a attached Nx_Port.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.289.1.2.4.1.4
fcIfCfDiscardsThe number of Class F frames discarded by this port.ro
Counter
.1.3.6.1.4.1.9.9.289.1.2.4.1.5
cffFcFeNotification
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.1.3
cffFcFeNotifications
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.1.3.0
fcTrunkIfDownNotifyThis notification is generated by the agent whenever the fcTrunkifOperStatus object for this trunk interface is about to enter the down state from some other state. This other state is indicated by the included value of fcTrunkifOperStatus.
TRAP-TYPE
.1.3.6.1.4.1.9.9.289.1.3.0.1
fcTrunkIfUpNotifyThis notification is generated by the agent whenever the fcTrunkifOperStatus object for one of its trunk interfaces has left the down state and transitioned into some other state. This other state is indicated by the included value of fcTrunkifOperStatus.
TRAP-TYPE
.1.3.6.1.4.1.9.9.289.1.3.0.2
fcIfElpRejectThis notification is generated by the agent whenever this interface received a ELP request and rejected it.
TRAP-TYPE
.1.3.6.1.4.1.9.9.289.1.3.0.3
cffFcFeMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2
cffFcFeMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.1
cffFcFeMIBCompliance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.1.1
cffFcFeMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2
fcFeGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.1
fcIfGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.2
fcTrunkIfGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.3
fcIfLoginGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.4
fcIfElpGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.5
fcIfCapGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.6
fcIfErrorGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.7
fcIfC2AccountingGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.8
fcIfC3AccountingGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.9
fcIfCfAccountingGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.10
fcIfNotificationGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.289.2.2.11