Home/Catalog/CISCO-FABRIC-C12K-MIB

CISCO-FABRIC-C12K-MIB

AI MIB Summary

The CISCO-FABRIC-C12K-MIB enables monitoring and management of the NxN non-blocking crossbar switch fabric architecture on Cisco GSR c12000 series routers, specifically tracking Clock Scheduler Card (CSC) arbitration, Switch Fabric Card (SFC) status, and Line Card (LC) to fabric interface metrics. It provides visibility into critical hardware performance counters, including CiscoCell transmission grants, Cyclic Redundancy Check (CRC) errors, Loss of Signal (LOS) events, and scheduler-controlled data path synchronization across the Route Processor and line cards.

Cisco Fabric MIB module for c12000 series of routers. This MIB module is used for managing/tracking the c12000 fabric entities and fabric related configuration, status and statistics information. C12000 fabric architecture is based on NxN non-blocking crossbar switch fabric, where N stands for the maximum number of LCs that can be supported in the chassis (this includes the RP). The connections through the switch fabric is controlled by a scheduler (CSC), the CSC accepts transmission requests from line cards, issues grants to access the fabric, and provides a reference clock to all the cards in the system to synchronize data transfer across the crossbar. Some of the error status objects in the MIB are read-clear, that is the value of the object is cleared on a query of the object. Details about the various fabric related attributes specified in the MIB could be found at following link, http://www.cisco.com/warp/public/108/hwts_12000_22281.html Acronyms and terms used in the MIB module: GSR - Gigabit Switch Router. RP - Route Processor. LC - Line Card. SFC - Switch Fabric Card. CRC - Cyclic Redundancy Check. CSC - Clock Scheduler Card. CiscoCell - The unit of data that is exchanged between line cards through the switch fabric. FIA - Fabric Interface Asic, this Asic resides on the line card and is used to interface line card and switch fabric. ToFabFIA - Represents the ToFabric FIA, FIA which transmits data from the line card to the fabric. FrFabFIA - Represents the From Fabric FIA, FIA which receives data from the fabric. SCA - Scheduler Control Asic, this Asic resides on each CSC and is used to arbitrate among the line card requests to transmit CiscoCells through the switch fabric. Xbar - Crossbar Switch Asic, this Asic resides on each fabric card and provides the functionality of a crossbar switch. SLI - Serial Link interface block, this block resides on the FIA on the line cards and the Xbar and SCA on the switch fabric. The functionality of SLI is to interface the linecards and fabric cards. BMA - Buffer Manager Asic, this Asic is located on a Pre OC-192 linecard. It provides the packet buffering and buffer queue management. MCC - Memory Communication Controller Asic, this Asic is located on a OC-192 linecard and is an enhanced packet buffer Asic. MCC captures the data and control path information for packets destined to all line cards in the system. On the receive side MCC interfaces with the Rx Asic where the packets are looked up and sent to the MCC for buffering. On the transmit side it interfaces with the ToFabFIA where packets arrived from MCC will be segmented into CiscoCells before being sent across the fabric. CSAR - Cisco Cell Segmentation And Reassembly, The name of an FPGA used on the RP which handles traffic between the processor and switch fabric. Request - A signal sent by a FIA (on a line card) to the SCA (on Master CSC) requesting a switch connection to a output linecard as an intent to transmit CiscoCells across. Grant - A signal sent by the SCA to a FIA (on a line card) granting a switch connection which was requested by the FIA. SRAM - Static Random Access Memory. LOS - Loss Of Signal. FPGA - Field Programmable Gate Array.
134
Objects
Active
Status
8
Dependencies

Imported Objects

Objects

134 total
Object Name
ciscoFabricC12kMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281
RFC1155-SMI
Unknown
.1.3.6.1.4.1.9.9.281
ciscoFabricC12kMIBNotifs
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.0
ciscoFabricC12kMIBFabMasterSchChThis notification is generated when master scheduler on the system changes. It typically indicates the switchover of the scheduler card. cfcGenericGlobalFabMasterSched represents the entPhysicalIndex of the new master scheduler card, while entPhysicalName represents the entity physical name of the card. The case of all scheduler cards going down would be represented by a value 0 for the cfcGenericGlobalFabMasterSched and noSuchInstance for the entPhysicalName.
TRAP-TYPE
.1.3.6.1.4.1.9.9.281.0.1
ciscoFabricC12kMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1
cfcGeneric
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.1
cfcGenericGlobal
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.1.1
cfcGenericGlobalFabConfigModeThis object gives the current bandwidth and redundancy configuration of fabric in the system.ro
CfcFabricConfigMode -- Rsyntax INTEGER { -- invalidMode(1), -- quarterBwNonRedundant(2), -- quarterBwRedundant(3), -- fullBwNonRedundant(4), -- fullBwRedundant(5) -- }
.1.3.6.1.4.1.9.9.281.1.1.1.1
cfcGenericGlobalFabMasterSchedThis object gives the entPhysicalIndex of the master scheduler fabric card in the system. If there is no master scheduler card then this object will return the value zero.ro
EntPhysicalIndexOrZero -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.281.1.1.1.2
cfcGenericFab
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.1.2
cfcGenericFabToFabTableA table providing ToFabFIA statistics and information in the managed system.
SEQUENCE OF CfcGenericFabToFabEntry
.1.3.6.1.4.1.9.9.281.1.1.2.1
cfcGenericFabToFabEntryAn entry providing various ToFabFIA statistics and information of the associated linecard identified by entPhysicalIndex.
CfcGenericFabToFabEntry
.1.3.6.1.4.1.9.9.281.1.1.2.1.1
cfcGenericFabToFabStateIndicates the current state of the ToFabFIA. active - ToFabFIA is currently active. On reaching a test point for the FIA errors, the ToFabFIA will be moved to halted state.ro
CfcFabricFiaState -- Rsyntax INTEGER { -- active(1), -- halted(2) -- }
.1.3.6.1.4.1.9.9.281.1.1.2.1.1.1
cfcGenericFabToFabGrantPEsCount of parity errors detected by the ToFabFIA on the grant lines to SCA.ro
Counter
.1.3.6.1.4.1.9.9.281.1.1.2.1.1.2
cfcGenericFabToFabRequestPEsCount of parity errors detected by the ToFabFIA on the request lines to SCA. These errors are detected by the SCA and fed back to the ToFabFIA.ro
Counter
.1.3.6.1.4.1.9.9.281.1.1.2.1.1.3
cfcGenericFabToFabCellFifoPEsCount of cell parity errors detected by the ToFabFIA while dequeuing cells from the cell fifo.ro
Counter
.1.3.6.1.4.1.9.9.281.1.1.2.1.1.4
cfcGenericFabFrFabTableA table providing FrFabFIA information in the managed system.
SEQUENCE OF CfcGenericFabFrFabEntry
.1.3.6.1.4.1.9.9.281.1.1.2.2
cfcGenericFabFrFabEntryAn entry providing FrFabFIA information of the associated linecard identified by entPhysicalIndex.
CfcGenericFabFrFabEntry
.1.3.6.1.4.1.9.9.281.1.1.2.2.1
cfcGenericFabFrFabStateIndicates the current state of the FrFabFIA. active - FrFabFIA is currently active. On reaching a test point for the FIA errors, the FrFabFIA will be moved to halted statero
CfcFabricFiaState -- Rsyntax INTEGER { -- active(1), -- halted(2) -- }
.1.3.6.1.4.1.9.9.281.1.1.2.2.1.1
cfcGenericFabFrFabSliTableA table providing per serial link information maintained by the FrFabFIA in the managed system.
SEQUENCE OF CfcGenericFabFrFabSliEntry
.1.3.6.1.4.1.9.9.281.1.1.2.3
cfcGenericFabFrFabSliEntryAn entry providing per serial link information maintained by the FrFabFIA on an associated linecard.
CfcGenericFabFrFabSliEntry
.1.3.6.1.4.1.9.9.281.1.1.2.3.1
cfcGenericFabFrFabSliFabIndexThe entPhysicalIndex of the switch fabric cards (CSC/SFC) present in the monitored system.
PhysicalIndex -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.281.1.1.2.3.1.1
cfcGenericFabFrFabSliLOSErrorsCount of LOS errors detected by the FrFabFIA on the serial link to the fabric card identified by cfcGenericFabFrFabSliFabIndex.ro
Counter
.1.3.6.1.4.1.9.9.281.1.1.2.3.1.2
cfcGenericFabFrFabSliCRCErrorsCount of CRC errors detected by the FrFabFIA on the serial link to the fabric card identified by cfcGenericFabFrFabSliFabIndex.ro
Counter
.1.3.6.1.4.1.9.9.281.1.1.2.3.1.3
cfcGenericFabFrFabSliLOSStateState of LOS detection as enabled on FrFabFIA (identified by entPhysicalIndex) for the serial link to the switch fabric card identified by cfcGenericFabFrFabSliFabIndex. Value is either, (1) losOff (2) losOn A losOff state normally indicates that the FrFabFIA has detected a state of persisting LOS on the serial link and has disabled LOS detection for that serial link.ro
Enumeration
.1.3.6.1.4.1.9.9.281.1.1.2.3.1.4
cfcGenericSca
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.1.3
cfcGenericScaTableA table providing SCA statistics and information in the managed system.
SEQUENCE OF CfcGenericScaEntry
.1.3.6.1.4.1.9.9.281.1.1.3.1
cfcGenericScaEntryAn entry providing various statistics and information of SCA on an associated CSC identified by the respective entPhysicalIndex.
CfcGenericScaEntry
.1.3.6.1.4.1.9.9.281.1.1.3.1.1
cfcGenericScaIdentifierThe vendor-specific identifier string of SCA ASIC. This identifier generally includes the revision number and the manufacturing part number of SCA.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.1
cfcGenericScaIntrStatusGives the status/occurrence of different alarm conditions in the SCA. This object is a read-clear object, that is the value of the object is cleared on every read.ro
CfcScaInterrupts -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.2
cfcGenericScaIntrsEnabledGives the list of different alarm conditions enabled to be generated by the SCA.ro
CfcScaInterrupts -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.3
cfcGenericScaConfigGives the current configuration of the SCA ASIC. quarterBandwidth (0) is supported per slot by the switch. halfBandwidth (1) is supported per slot by the switch. fullBandwidth (2) per slot by the switch. enableParity (3) enabled. priMcast (4) requests is greater then Unicast requests. priUnicast (5) requests is greater then Multicast requests. priAlternating (6) between pri-mcast and pri-unicast modes every cell clock. earlyIntrOnLOS (7) loss-of-sync error. noEarlyIntrOnLOS (8) loss-of-sync error. forceXbarParityXer (9) on every cell clock. forceGrantParityXer (10) to every line card. unicastAcceptMode (11) pointer updating only on cell periods when Unicast has higher priority over multicast. forceXbarCrcOnCtlLink0 (12) control link 0. forceXbarCrcOnCtlLink0 (13) control link 1. forceXbarCrcOnCtlLink0 (14) control link 2. forceXbarCrcOnCtlLink0 (15) control link 3.ro
OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.4
cfcGenericScaPELogIndicates the modules which caused the parity error and resulted in an interrupt. The corresponding bit is set on occurrence of parity error for a module. This object is a read-clear object, that is the value of the object is cleared on every read.ro
CfcSlotMask -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.5
cfcGenericScaFifoOverflowLogIndicates the modules which caused an overflow at the request fifo and resulted in an interrupt. The corresponding bit is set on occurrence of fifo overflow for a module. This object is a read-clear object, that is the value of the object is cleared on every read.ro
CfcSlotMask -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.6
cfcGenericScaLCsEnabledIndicates the modules which are present and the SCA has been configured to start accepting requests from this module.ro
CfcSlotMask -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.7
cfcGenericScaForcedBackPressureIndicates the linecards which exerted backpressure. SCA will not grant Xbar connection to these linecards.ro
CfcSlotMask -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.8
cfcGenericScaOc192LCsPresentIndicates the OC192 linecards present in the monitored system. The corresponding bit is set for each linecard present, indicating the postion.ro
CfcSlotMask -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.9
cfcGenericScaPreOc192LCsPresentIndicates the Pre-OC192 linecards present in the monitored system. The corresponding bit is set for each linecard present, indicating the position.ro
CfcSlotMask -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.3.1.1.10
cfcGenericXbar
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.1.4
cfcGenericXbarTableA table providing Xbar information in the managed system.
SEQUENCE OF CfcGenericXbarEntry
.1.3.6.1.4.1.9.9.281.1.1.4.1
cfcGenericXbarEntryAn entry providing Xbar information on an associated fabric card identified by entPhysicalIndex.
CfcGenericXbarEntry
.1.3.6.1.4.1.9.9.281.1.1.4.1.1
cfcGenericXbarIdentifierThe vendor-specific identifier string of Xbar ASIC. This identifier generally includes the revision number and the manufacturing part number of Xbar.ro
SnmpAdminString -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.1.4.1.1.1
cfcPreOc192
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.2
cfcPreOc192Fab
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.2.1
cfcPreOc192FabToFabTableA table providing pre-OC192 ToFabFIA statistics and information in the managed system.
SEQUENCE OF CfcPreOc192FabToFabEntry
.1.3.6.1.4.1.9.9.281.1.2.1.1
cfcPreOc192FabToFabEntryAn entry providing various statistics and counters of pre-OC192 ToFabFIA on an associated linecard identified by entPhysicalIndex.
CfcPreOc192FabToFabEntry
.1.3.6.1.4.1.9.9.281.1.2.1.1.1
cfcPreOc192FabToFabScaLostsIndicates the number of times the ToFabFIA lost contact with SCA(scheduler controller Asic) on master CSC.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.1
cfcPreOc192FabToFabUCFifoOvFlwsCount of unicast fifo overflow errors on the ToFabFIA. Problems between BMA/CSAR and the ToFabFIA may be one of the reasons for these errors.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.2
cfcPreOc192FabToFabUCFifoUnFlwsCount of unicast fifo underflow errors on the ToFabFIA. These errors are caused by the SCA granting without actually getting a request from the ToFabFIA.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.3
cfcPreOc192FabToFabMCFifoErrsCount of multicast fifo overflow and underflow errors on the ToFabFIA. Problems between BMA/CSAR and the ToFabFIA may be one of the reasons for multicast fifo overflow errors. Underflow errors are caused by the SCA granting without actually getting a request from the ToFabFIA.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.4
cfcPreOc192FabToFabBmaPEsCount of parity errors on cells received from BMA by the ToFabFIA.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.5
cfcPreOc192FabToFabBmaHskErrsCount of handshake errors between the BMA/CSAR and the ToFabFIA.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.6
cfcPreOc192FabToFabUniDestMCRqsCount of requests with single destination in a multicast request detected by ToFabFIA. The FIA will send this cell to the destination.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.7
cfcPreOc192FabToFabMultiDstUCRqsCount of requests with multiple destinations in a unicast request detected by a ToFabFIA. The FIA will drop this cell.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.8
cfcPreOc192FabToFabEmptyDestRqsCount of requests with empty destination detected by ToFabFIA. The FIA will drop this cell.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.1.1.9
cfcPreOc192FabFrFabTableA table providing pre-OC192 FrFabFIA statistics and information in the managed system.
SEQUENCE OF CfcPreOc192FabFrFabEntry
.1.3.6.1.4.1.9.9.281.1.2.1.2
cfcPreOc192FabFrFabEntryAn entry providing various statistics and information of pre-OC192 FrFabFIA on an associated linecard identified by entPhysicalIndex.
CfcPreOc192FabFrFabEntry
.1.3.6.1.4.1.9.9.281.1.2.1.2.1
cfcPreOc192FabFrFabCellFifoPEsCount of cisco cell fifo parity errors detected by the FrFabFIA while dequeuing cells from the cell fifo.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.2.1.1
cfcPreOc192FabFrFabRedFifoPEsCount of redundant data fifo parity errors detected by the FrFabFIA.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.2.1.2
cfcPreOc192FabFrFabRedFifoOvflwsCount of redundant data fifo overflow errors detected by the FrFabFIA. This is caused if the back pressure is broken (i.e. the FrFabFIA exerts back pressure and the SCA keeps giving more data to it).ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.2.1.3
cfcPreOc192FabFrFabCellDropsCount of number of cells dropped by the FrFabFIA. In case of non-redundant fabric configuration, cell drops can occur when a parity error is detected on one or more than one serial link. In case of redundant fabric configuration cell drops can occur when a cell gets corrupted on more than one serial link.ro
Counter
.1.3.6.1.4.1.9.9.281.1.2.1.2.1.4
cfcPreOc192Sca
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.2.2
cfcPreOc192ScaTableA table providing pre-OC192 SCA statistics and information in the managed system.
SEQUENCE OF CfcPreOc192ScaEntry
.1.3.6.1.4.1.9.9.281.1.2.2.1
cfcPreOc192ScaEntryAn entry providing various statistics and information of pre-OC192 SCA on an associated CSC identified by entPhysicalIndex.
CfcPreOc192ScaEntry
.1.3.6.1.4.1.9.9.281.1.2.2.1.1
cfcPreOc192ScaReSyncDelayThe number of cell periods that the SCA will allow the serial links connected to a module and Xbar to be resynced, if a loss-of-sync has occurred on the corresponding module. The value '0' indicates that on occurrence of LOS, the sca will only log the LOS event and do the scheduling for that module as normal.ro
Gauge
.1.3.6.1.4.1.9.9.281.1.2.2.1.1.1
cfcPreOc192ScaLOSLogIndicates the LOS event occurrence on each linecard connected to this CSC. The corresponding bit is set on occurrence of LOS event on a line card. This object is a read-clear object, that is the value of the object is cleared on every read.ro
CfcSlotMask -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.2.2.1.1.2
cfcPreOc192Xbar
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.2.3
cfcPreOc192XbarTableA table providing Pre-OC192 Xbar statistics and information in the managed system.
SEQUENCE OF CfcPreOc192XbarEntry
.1.3.6.1.4.1.9.9.281.1.2.3.1
cfcPreOc192XbarEntryAn entry providing various statistics and information of Pre-OC192 Xbar on an associated fabric card identified by entPhysicalIndex.
CfcPreOc192XbarEntry
.1.3.6.1.4.1.9.9.281.1.2.3.1.1
cfcPreOc192XbarIntrStatusIndicates the occurrence of different alarm conditions in Xbar. This object is a read-clear object, that is the value of the object is cleared on every read.ro
OCTET STRING
.1.3.6.1.4.1.9.9.281.1.2.3.1.1.1
cfcPreOc192XbarParityChkStatusIndicates the parity check state in control data received from SCA to the Xbar. true(1) indicates that the parity check is enabled. false(2) indicates that the parity check is disabled.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.281.1.2.3.1.1.2
cfcOc192
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.3
cfcOc192Fab
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.3.1
cfcOc192FabToFabTableA table providing OC192 ToFabFIA statistics and information in the managed system.
SEQUENCE OF CfcOc192FabToFabEntry
.1.3.6.1.4.1.9.9.281.1.3.1.1
cfcOc192FabToFabEntryAn entry providing various statistics and information of OC192 ToFabFIA on an associated linecard identified by entPhysicalIndex.
CfcOc192FabToFabEntry
.1.3.6.1.4.1.9.9.281.1.3.1.1.1
cfcOc192FabToFabMccDataPEsCount of the parity errors on data lines from MCC to ToFabFIA. This error would cause the ToFabFIA to halt.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.1.1.1
cfcOc192FabToFabMccCmdPEsCount of the parity errors on command lines from MCC to ToFabFIA. This error would cause the ToFabFIA to halt.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.1.1.2
cfcOc192FabToFabBackPressurePEsCount of the parity errors on back pressure line from FrFabFIA to ToFabFIA. This error would cause the ToFabFIA to halt.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.1.1.3
cfcOc192FabToFabCellFifoOvFlwsCount of the cell fifo overflow errors detected by the ToFabFIA. This error would cause the ToFabFIA to halt.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.1.1.4
cfcOc192FabToFabCellFifoUnFlwsCount of the cell fifo underflow errors detected by the ToFabFIA. This error would cause the ToFabFIA to halt.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.1.1.5
cfcOc192FabToFabMccCmdSeqEndErrsCount of the illegal sequence of command errors where a middle or start command followed by a start command is received from MCC.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.1.1.6
cfcOc192FabToFabMccCmdSeqStrErrsCount of the illegal sequence of command errors where an end command followed by an end or middle command is received from MCC.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.1.1.7
cfcOc192FabFrFabTableA table providing FrFabFIA statistics and information in the managed system.
SEQUENCE OF CfcOc192FabFrFabEntry
.1.3.6.1.4.1.9.9.281.1.3.1.2
cfcOc192FabFrFabEntryAn entry providing various statistics and information of OC192 FrFabFIA on an associated linecard identified by entPhysicalIndex.
CfcOc192FabFrFabEntry
.1.3.6.1.4.1.9.9.281.1.3.1.2.1
cfcOc192FabFrFabPktLenErrsCount of the packets (after reassembly from Cisco cells) which exceed the maximum permitted packet length of FrFabFIA. These packets will be dropped.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.1
cfcOc192FabFrFabExtRamPEsCount of the parity errors detected in FrFabFIA's external SRAM.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.2
cfcOc192FabFrFabPktLenPEsCount of the parity errors detected in payload packet length field of the FrFabFIA's Payload Header SRAM.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.3
cfcOc192FabFrFabHdrSramPEsCount of the parity errors detected in payload header field of the FrFabFIA's Payload Header SRAM.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.4
cfcOc192FabFrFabTxCtrlPEsCount of the parity errors detected on the Tx control bits of FrFabFIA.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.5
cfcOc192FabFrFabHdrFifoOvFlwsCount of the overflow errors in the FrFabFIA's reassembly fifos in the on-chip payload header SRAM.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.6
cfcOc192FabFrFabExtSramOvFlwsCount of the overflow errors in the FrFabFIA's reassembly external SRAM's payload fifos.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.7
cfcOc192FabFrFabFirstLastErrsCount of the First-Last errors detected by FrFabFIA's. If a first cell is received for a reassembly fifo, while an earlier packet in the same reassembly fifo is still waiting for its last cell, then it is called a First-Last Error.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.8
cfcOc192FabFrFabSeqErrsCount of the sequence errors detected by FrFabFIA in the cells received for reassembly. If a cell is received whose sequence number is not an unit increment from the previous cell of the same packet then it is a sequence error.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.2.1.9
cfcOc192FabFrFabSliTableA table providing per serial link information maintained by the OC192 FrFabFIA in the managed system.
SEQUENCE OF CfcOc192FabFrFabSliEntry
.1.3.6.1.4.1.9.9.281.1.3.1.3
cfcOc192FabFrFabSliEntryAn entry providing per serial link information maintained by the OC192 FrFabFIA on an associated linecard identified by entPhysicalIndex.
CfcOc192FabFrFabSliEntry
.1.3.6.1.4.1.9.9.281.1.3.1.3.1
cfcOc192FabFrFabSliSwitchIndexThe entPhysicalIndex of the switch fabric cards (CSC/SFC) present in the monitored system.
PhysicalIndex -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.281.1.3.1.3.1.1
cfcOc192FabFrFabSliXorErrsCount of the XOR check errors detected by FrFabFIA reassembly. The data paths are horizontally XORed and the result is expected to match the contents of the redundant path else it is counted as XOR error, this error applies only in redundant mode of fabric.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.3.1.2
cfcOc192FabFrFabSliCellDropsCount of the total cells dropped by the FrFabFIA from the fabric card due to uncorrectable errors. Uncorrectable errors are the errors other than CRC, LOS, Horizontal XOR and idle cell which cannot be corrected.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.3.1.3
cfcOc192FabFrFabStatTableA table providing per module statistics information maintained by the OC192 FrFabFIA in the managed system.
SEQUENCE OF CfcOc192FabFrFabStatEntry
.1.3.6.1.4.1.9.9.281.1.3.1.4
cfcOc192FabFrFabStatEntryAn entry providing per module statistics information maintained by the OC192 FrFabFIA on an associated linecard identified by entPhysicalIndex.
CfcOc192FabFrFabStatEntry
.1.3.6.1.4.1.9.9.281.1.3.1.4.1
cfcOc192FabFrFabStatLCIndexThe entPhysicalIndex of the Line card present in the monitored system.
PhysicalIndex -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.281.1.3.1.4.1.1
cfcOc192FabFrFabStatUCHiPktDropsCount of Unicast high priority packets dropped, from source module indicated by cfcOc192FabFrFabStatLCIndex.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.4.1.2
cfcOc192FabFrFabStatUCLoPktDropsCount of Unicast low priority packets dropped, from source module indicated by cfcOc192FabFrFabStatLCIndex.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.4.1.3
cfcOc192FabFrFabStatMCHiPktDropsCount of Multicast high priority packets dropped, from source module indicated by cfcOc192FabFrFabStatLCIndex.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.4.1.4
cfcOc192FabFrFabStatMCLoPktDropsCount of Multicast low priority packets dropped, from source module indicated by cfcOc192FabFrFabStatLCIndex.ro
Counter
.1.3.6.1.4.1.9.9.281.1.3.1.4.1.5
cfcOc192Sca
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.3.2
cfcOc192ScaTableA table providing OC192 SCA statistics and information in the managed system.
SEQUENCE OF CfcOc192ScaEntry
.1.3.6.1.4.1.9.9.281.1.3.2.1
cfcOc192ScaEntryAn entry providing various statistics and information of OC192 SCA on an associated CSC identified by entPhysicalIndex.
CfcOc192ScaEntry
.1.3.6.1.4.1.9.9.281.1.3.2.1.1
cfcOc192ScaRotationPeriodDetermines the period of rotating the priority between Unicast and Multicast, in cell periods, when the SCA is configured with alternating priority mode. For example, if the value of this object is 63 then the priority will change every 64 cell periods, if the value is 0 then the priority will change every cell period.ro
Gauge
.1.3.6.1.4.1.9.9.281.1.3.2.1.1.1
cfcOc192ScaDisableGrantsIndicates the disable of grants by SCA to any requests coming from a specific module. The corresponding bit is set for each module.ro
CfcSlotMask -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.281.1.3.2.1.1.2
cfcOc192Xbar
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.3.3
cfcOc192XbarTableA table providing OC192 Xbar statistics and information in the managed system.
SEQUENCE OF CfcOc192XbarEntry
.1.3.6.1.4.1.9.9.281.1.3.3.1
cfcOc192XbarEntryAn entry providing various statistics and information of OC192 Xbar on an associated fabric card identified by entPhysicalIndex.
CfcOc192XbarEntry
.1.3.6.1.4.1.9.9.281.1.3.3.1.1
cfcOc192XbarCtrlLOSStatusIndicates the occurrence of LOS errors on the control path of Xbar. frameLosErr (0) sliErrorOnControlLink0 (1) control link 0. sliErrorOnControlLink1 (2) control link 1. sliErrorOnControlLink2 (3) control link 2. sliErrorOnControlLink3 (4) control link 3. This object is a read-clear object, that is the value of the object is cleared on every read.ro
OCTET STRING
.1.3.6.1.4.1.9.9.281.1.3.3.1.1.1
cfcOc192XbarCtrlCRCErrIndicates the occurrence of CRC error on any of the four control links. This object is a read-clear object, that is the value of the object is cleared on every read.ro
OCTET STRING
.1.3.6.1.4.1.9.9.281.1.3.3.1.1.2
cfcNotif
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.1.4
cfcNotifEnableThis variable indicates whether the system produces the notifications defined in the MIB. A false value will prevent the notifications in the MIB from being generated by the system.rw
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.281.1.4.1
ciscoFabricC12kMIBConform
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2
ciscoFabricC12kMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.1
ciscoFabricC12kMIBCompliance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.1.1
ciscoFabricC12kMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2
ciscoFabricC12kGlobalGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.1
ciscoFabricC12kFiaGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.2
ciscoFabricC12kScaGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.3
ciscoFabricC12kXbarGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.4
ciscoFabricC12kPreOc192FiaGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.5
ciscoFabricC12kPreOc192ScaGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.6
ciscoFabricC12kPreOc192XbarGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.7
ciscoFabricC12kOc192FiaGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.8
ciscoFabricC12kOc192LCGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.9
ciscoFabricC12kOc192ScaGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.10
ciscoFabricC12kOc192XbarGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.11
ciscoFabricC12kNotifEnableGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.12
ciscoFabricC12kNotifGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.281.2.2.13
CISCO-FABRIC-C12K-MIB - SNMP MIB Reference | MIBs Explorer