CISCO-FABRIC-HFR-MIB

File: CISCO-FABRIC-HFR-MIB.mib (41344 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB ENTITY-MIB CISCO-SMI

Imported symbols

Unsigned32 Gauge32 Counter32
Counter64 MODULE-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE MODULE-COMPLIANCE NOTIFICATION-GROUP
OBJECT-GROUP TEXTUAL-CONVENTION TimeStamp
TruthValue SnmpAdminString PhysicalIndex
entPhysicalIndex ciscoMgmt

Defined Types

CfhPlane  
A unique value, greater than zero, for each fabric plane in the managed system. It is recommended that values are assigned contiguously starting from 1.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CfhBundle  
A unique value, greater than zero, for each fabric bundle in the managed system. It is recommended that values are assigned contiguously starting from 1.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CfhAdminState  
An enumerated value that provides an indication of the desired administrative state of a fabric entity. up - bring up the fabric entities. down - shut down the fabric entities.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2)  

CfhScaledPercentage  
This textual convention represents scaled percentage values (i.e., percentage values multipled by a power of ten) for error ratio, resource availability/reliability/connectivity usage, etc. The UINTS clause associated with each object that use this textual convention as syntax will indicate the degree of precision up to industry standard five 9's (i.e., 99.999%) requirement.
TEXTUAL-CONVENTION    
  Gauge32 0..100000  

CfhPlaneEntry  
SEQUENCE    
  cfhPlaneId CfhPlane
  cfhPlaneAdminStatus CfhAdminState
  cfhPlaneOperStatus INTEGER
  cfhPlaneTotalBundles Unsigned32
  cfhPlaneDownedBundles Gauge32

CfhPlaneStatsEntry  
SEQUENCE    
  cfhPlaneStatsRxDataCells Counter64
  cfhPlaneStatsTxDataCells Counter64
  cfhPlaneStatsRxCECells Counter32
  cfhPlaneStatsRxUCECells Counter32
  cfhPlaneStatsRxPECells Counter32
  cfhPlaneStatsUnicastLostCells Counter32
  cfhPlaneStatsMulticastLostCells Counter32
  cfhPlaneStatsCounterDiscTime TimeStamp

CfhBundleEntry  
SEQUENCE    
  cfhBundleId CfhBundle
  cfhBundleName SnmpAdminString
  cfhBundlePlane CfhPlane
  cfhBundleOperStatus INTEGER
  cfhBundleTotalLinks Unsigned32
  cfhBundleDownedLinks Gauge32
  cfhBundlePortLCRCardIndex PhysicalIndex
  cfhBundlePortLCRId Unsigned32
  cfhBundlePortSecondCardIndex PhysicalIndex
  cfhBundlePortSecondId Unsigned32

CfhBundlePortEntry  
SEQUENCE    
  cfhBundlePortId Unsigned32
  cfhBundlePortAdminState CfhAdminState
  cfhBundlePortOperState INTEGER
  cfhBundlePortGrpId CfhBundle

CfhBundlePortStatsEntry  
SEQUENCE    
  cfhBundlePortStatsRxDataCells Counter64
  cfhBundlePortStatsTxDataCells Counter64
  cfhBundlePortStatsRxCECells Counter32
  cfhBundlePortStatsRxUCECells Counter32
  cfhBundlePortStatsRxPECells Counter32
  cfhBundlePortStatsHighRxCECells Gauge32
  cfhBundlePortStatsHighRxUCECells Gauge32
  cfhBundlePortStatsHighRxPECells Gauge32

CfhCardEntry  
SEQUENCE    
  cfhCardFabInUse TruthValue
  cfhCardFabUsage CfhScaledPercentage
  cfhCardFabInUseDiscTime TimeStamp

CfhCardPlaneEntry  
SEQUENCE    
  cfhCardPlaneTxConnectivity TruthValue
  cfhCardPlaneRxConnectivity TruthValue

Defined Values

ciscoFabricHfrMIB 1.3.6.1.4.1.9.9.257
Cisco Enhanced Benes fabric MIB module. This MIB module is used for managing/tracking the Ehanced Benes Fabric entities and/or fabric related configuration, state and statistics information. The fabric entities relationship is shown as follows: Acronyms and terms: RP - Routing processor. DRP - Distributed Route Processor. LC - Line card. SFE - switch fabric element. SFE port - the port of SFE contains a transmitter and/or receiver to transmit and/or receive data from backplane. fabric link - Fabric link. +-+ +-+ |T1+=====================================>+R| +-+ single fabric link +-+ A fabric link contains a transmitter T and receiver R. The transmitter T is in the source SFE port of the fabric link and the receiver R is in the destination SFE port of the fabric link. OIM - Optical Interface Module. fabric bundle - Fabric bundle is a cable that contains one or more fabric links for transferring data between fabric cards. +-+ +-+ |A+==================/====================+B| +-+ 1..N fabric links +-+ A fabric bundle cable contains 1 to N fabric links. One end of the fabric bundle cable is plugged into the fabric bundle port A of fabric card in Line card rack and the other end is plugged into the fabric bundle port B on a OIM of fabric rack for the high speed data transfer between fabric bundle port A and B. ingressq - a switch fabric element which queues/segments packets into cells and sends them into fabric. fabricq - a switch fabric element which resequences and reassembles cells from fabric into packets and forwarding them to the egress interface related hardware. fabric plane - Fabric plane is a path from a set of ingressqs in a RP/DRP or LC card to a set of fabricqs in other RP/DRP or LC cards for transferring data between RP, DRP, and LC cards.
MODULE-IDENTITY    

cfhMIBNotifications 1.3.6.1.4.1.9.9.257.0
OBJECT IDENTIFIER    

ciscoFabricHfrMIBObjects 1.3.6.1.4.1.9.9.257.1
OBJECT IDENTIFIER    

cfhGeneral 1.3.6.1.4.1.9.9.257.1.1
OBJECT IDENTIFIER    

cfhPlane 1.3.6.1.4.1.9.9.257.1.2
OBJECT IDENTIFIER    

cfhBundle 1.3.6.1.4.1.9.9.257.1.3
OBJECT IDENTIFIER    

cfhBundlePort 1.3.6.1.4.1.9.9.257.1.4
OBJECT IDENTIFIER    

cfhCard 1.3.6.1.4.1.9.9.257.1.5
OBJECT IDENTIFIER    

cfhGenPlaneStateTrapEnable 1.3.6.1.4.1.9.9.257.1.1.1
This object indicates whether cfhPlaneStateNotification traps should be generated for fabric plane operational status change. If the value of this object is 'true', cfhPlaneStateNotification traps will be generated when a fabric plane operational status transition occurs.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cfhGenBundleStateTrapEnable 1.3.6.1.4.1.9.9.257.1.1.2
This object indicates whether cfhBundleStateNotification traps should be generated for fabric bundle operational status change. If the value of this object is 'true', cfhBundleStateNotification traps will be generated when the cfhBundleOperStatus state transition occurs.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cfhGenBundleDownedLinkTrapEnable 1.3.6.1.4.1.9.9.257.1.1.3
This object controls whether cfhBundleDownedLinkNotification traps should be generated for the downed fabric link in a specific fabric bundle. If the value of this object is 'true', the cfhBundleDownedLinkNotification traps will be generated when the number of downed links in fabric bundle has transitioned from 0 to 1 or from 1 to 0.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cfhPlaneTable 1.3.6.1.4.1.9.9.257.1.2.1
This table containing information about fabric plane state and statistics in the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfhPlaneEntry

cfhPlaneEntry 1.3.6.1.4.1.9.9.257.1.2.1.1
The information regarding a single fabric plane. An entry of this table is created when the fabric plane related hardware is detected by fabric software in the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhPlaneEntry  

cfhPlaneId 1.3.6.1.4.1.9.9.257.1.2.1.1.1
The fabric plane identifier. A unique value, greater than zero, for each fabric plane hardware that is detected by the fabric software in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each fabric plane ID must remain constant from one re-initialization of the entity's network management system to the next re-initialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhPlane  

cfhPlaneAdminStatus 1.3.6.1.4.1.9.9.257.1.2.1.1.2
This object controls whether the fabric plane should be brought 'down' or 'up'.
Status: current Access: read-write
OBJECT-TYPE    
  CfhAdminState  

cfhPlaneOperStatus 1.3.6.1.4.1.9.9.257.1.2.1.1.3
This object indicates the current fabric plane operational status. up - The plane is fully 'up' (i.e., the plane can pass both unicast and multicast traffic). down - The plane is fully 'down' (i.e., th plane can't pass both unicast and multicast traffic). mcastDown - The multicast state of the plane is 'down' (i.e., unicast traffic can pass though the plane but multicast traffic can't). oos - The plane is out of service (i.e., online diag detects the fabric transport media has problem in the plane).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), mcastDown(3), oos(4)  

cfhPlaneTotalBundles 1.3.6.1.4.1.9.9.257.1.2.1.1.4
The total number of fabric bundles in the fabric plane.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfhPlaneDownedBundles 1.3.6.1.4.1.9.9.257.1.2.1.1.5
The current number of downed fabric bundles in the fabric plane.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfhPlaneStatsTable 1.3.6.1.4.1.9.9.257.1.2.2
This table containing statistics information for the fabric planes in the managed system. Discontinuities in the value of all statistics counters in this table might occur if chassis removal or re-initialization occurs in a managed system. The value of cfhPlaneStatsCounterDiscTime is updated when the counter of fabric plane discontinuity occurs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfhPlaneStatsEntry

cfhPlaneStatsEntry 1.3.6.1.4.1.9.9.257.1.2.2.1
The information regarding a single fabric plane related statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhPlaneStatsEntry  

cfhPlaneStatsRxDataCells 1.3.6.1.4.1.9.9.257.1.2.2.1.1
The accumulated number of data cells have been received by all link receivers for this plane.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfhPlaneStatsTxDataCells 1.3.6.1.4.1.9.9.257.1.2.2.1.2
The accumulated number of data cells had been transmitted by all link transmitters for this plane.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfhPlaneStatsRxCECells 1.3.6.1.4.1.9.9.257.1.2.2.1.3
The accumulated number of correctable errored cells had been received by all link receivers for this plane.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfhPlaneStatsRxUCECells 1.3.6.1.4.1.9.9.257.1.2.2.1.4
The accumulated number of uncorrectable errored cells had been received by all link receivers for this plane.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfhPlaneStatsRxPECells 1.3.6.1.4.1.9.9.257.1.2.2.1.5
The accumulated number of corrupted cells (e.g., parity error was detected in the cells) have been received by all fabric link receivers for this plane.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfhPlaneStatsUnicastLostCells 1.3.6.1.4.1.9.9.257.1.2.2.1.6
The accumulated number of unicast cell loss for this plane. The lost cells are ones that had to be dropped because of queue overflow, or some such reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfhPlaneStatsMulticastLostCells 1.3.6.1.4.1.9.9.257.1.2.2.1.7
The accumulated number of multicast cell loss for this plane. The lost cells are ones that had to be dropped because of queue overflow, or some such reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfhPlaneStatsCounterDiscTime 1.3.6.1.4.1.9.9.257.1.2.2.1.8
The value of sysUpTime on the most recent occasion at which all of fabric plane's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cfhPlaneCapacityThreshold 1.3.6.1.4.1.9.9.257.1.2.3
This object specifies the minimum required number of fabric planes whose cfhPlaneOperStatus value is 'up' in order for the system to be considered fully operational.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cfhBundleTotal 1.3.6.1.4.1.9.9.257.1.3.1
The total number of fabric bundles in the managed system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfhBundleDowned 1.3.6.1.4.1.9.9.257.1.3.2
The current number of downed fabric bundles in the managed system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfhBundleTable 1.3.6.1.4.1.9.9.257.1.3.3
This table containing information about fabric bundle state and statistics in the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfhBundleEntry

cfhBundleEntry 1.3.6.1.4.1.9.9.257.1.3.3.1
The information regarding a single fabric bundle. An entry of this table is created when the fabric bundle related hardware is detected by fabric software in the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhBundleEntry  

cfhBundleId 1.3.6.1.4.1.9.9.257.1.3.3.1.1
The fabric bundle identifier. A unique value, greater than zero, for each fabric bundle hardware that is detected by the fabric software in the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhBundle  

cfhBundleName 1.3.6.1.4.1.9.9.257.1.3.3.1.2
The textual name of the interface. The value of this object should be the name of the fabric bundle as assigned by the fabric software and should be suitable for use in commands entered at the device's `console' The bundle name is a location string with the following syntax ///. Where is line card rack, is the fabric card slot, is fabric module and is the bundle connector on the fabric card ofnor OIM
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfhBundlePlane 1.3.6.1.4.1.9.9.257.1.3.3.1.3
The fabric bundle associated fabric plane.
Status: current Access: read-only
OBJECT-TYPE    
  CfhPlane  

cfhBundleOperStatus 1.3.6.1.4.1.9.9.257.1.3.3.1.4
This object indicates the current fabric bundle operational status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  



cfhBundlePortLCRCardIndex 1.3.6.1.4.1.9.9.257.1.3.3.1.7
The physical entity index of fabric card in the line card rack for the line card rack bundle port of the fabric bundle.
Status: current Access: read-only
OBJECT-TYPE    
  PhysicalIndex  

cfhBundlePortLCRId 1.3.6.1.4.1.9.9.257.1.3.3.1.8
The fabric bundle port identifier of the physical fabric bundle port that is on the cfhBundlePortLCRCardIndex associated fabric card.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfhBundlePortSecondCardIndex 1.3.6.1.4.1.9.9.257.1.3.3.1.9
The physical entity index of OIM in the fabric rack or fabric card in line card rack (only apply to a two line card racks system) for the second bundle port of the fabric bundle.
Status: current Access: read-only
OBJECT-TYPE    
  PhysicalIndex  

cfhBundlePortSecondId 1.3.6.1.4.1.9.9.257.1.3.3.1.10
The second fabric bundle port id of the physical fabric bundle port that is on the cfhBundlePort2CardIndex associated fabric card.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfhBundlePortTotalNumber 1.3.6.1.4.1.9.9.257.1.4.1
The total number of fabric bundle ports in the managed system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfhBundlePortTable 1.3.6.1.4.1.9.9.257.1.4.2
This table contains one row per fabric bundle port that contains the port state and the aggregation information of traffic and error statistics. The total number of fabric bundle ports is given by the value of cdfhBundlePortNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfhBundlePortEntry

cfhBundlePortEntry 1.3.6.1.4.1.9.9.257.1.4.2.1
The information regarding a fabric bundle port. An entry of this table is created when a fabric bundle port is detected by the fabric software. The entry is removed when the fabric bundle port associated card is removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhBundlePortEntry  

cfhBundlePortId 1.3.6.1.4.1.9.9.257.1.4.2.1.1
A unique value, greater than zero, for each fabric bundle port on a fabric card or OIM.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cfhBundlePortAdminState 1.3.6.1.4.1.9.9.257.1.4.2.1.3
The object controls whether the fabric bundle port should be brought 'up' or shut 'down' administratively. up - bring up all fabric link transmitters and/or receivers of the fabric bundle port. down - shut down all fabric link transmitters and/or receivers of the fabric bundle port.
Status: current Access: read-write
OBJECT-TYPE    
  CfhAdminState  

cfhBundlePortOperState 1.3.6.1.4.1.9.9.257.1.4.2.1.4
The object indicates the operational state of the fabric bundle port. unknown - the bundle port state is unknown or in the transition between 'up' and 'down' state. up - bundle port operates normally down - bundle port was downed due to error condition or administratively shutdown.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), up(2), down(3)  

cfhBundlePortGrpId 1.3.6.1.4.1.9.9.257.1.4.2.1.5
The identifier of a fabric bundle that is associated to this fabric bundle port.
Status: current Access: read-only
OBJECT-TYPE    
  CfhBundle  

cfhBundlePortStatsTable 1.3.6.1.4.1.9.9.257.1.4.3
This table contains the traffic and error statistics for fabric bundle ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfhBundlePortStatsEntry

cfhBundlePortStatsEntry 1.3.6.1.4.1.9.9.257.1.4.3.1
The information regarding a fabric bundle port statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhBundlePortStatsEntry  

cfhBundlePortStatsRxDataCells 1.3.6.1.4.1.9.9.257.1.4.3.1.1
The accumulated number of data cells have been received by all link receivers for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfhBundlePortStatsTxDataCells 1.3.6.1.4.1.9.9.257.1.4.3.1.2
The accumulated number of data cells had been transmitted by all link transmitters for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfhBundlePortStatsRxCECells 1.3.6.1.4.1.9.9.257.1.4.3.1.3
The accumulated number of correctable errored cells had been received by all link receivers for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfhBundlePortStatsRxUCECells 1.3.6.1.4.1.9.9.257.1.4.3.1.4
The accumulated number of uncorrectable errored cells had been received by all link receivers for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfhBundlePortStatsRxPECells 1.3.6.1.4.1.9.9.257.1.4.3.1.5
The accumulated number of corrupted cells (e.g., parity error was detected in the cells) have been received by all link receivers for this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfhBundlePortStatsHighRxCECells 1.3.6.1.4.1.9.9.257.1.4.3.1.6
The highest accumulated number of correctable errored cells that has been received on any single link in the port.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfhBundlePortStatsHighRxUCECells 1.3.6.1.4.1.9.9.257.1.4.3.1.7
The highest accumulated number of uncorrectable errored cells that has been received on any single link in the port.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfhBundlePortStatsHighRxPECells 1.3.6.1.4.1.9.9.257.1.4.3.1.8
The highest accumulated number of corrupted cells (e.g., parity error was detected in the cells) that has been received on any single link in the port.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfhCardTable 1.3.6.1.4.1.9.9.257.1.5.1
This table contains a list of fabric connection capable cards for tracking fabric related status, usage and statistics in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfhCardEntry

cfhCardEntry 1.3.6.1.4.1.9.9.257.1.5.1.1
The information regarding a fabric inuse state and statistics. An entry of this table is created when a fabric connection capable card is detected in the system. The entry of this table is deleted when the card is removed from the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhCardEntry  

cfhCardFabInUse 1.3.6.1.4.1.9.9.257.1.5.1.1.1
This object indicates if the fabric is in use by the card (i.e., the card can sustain the fabric control traffic via one or more fabric planes of the card). If the value of this object is 'true', then the fabric is in use by the card, otherwise it is not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfhCardFabUsage 1.3.6.1.4.1.9.9.257.1.5.1.1.2
The scaled percentage of elapsed time that the fabric has been in use by the card (has sustained fabric control traffic to the fabric) over the time interval since the last 'discontinuity' in its measurement time. That is, the interval is restarted whenever the value of cfhCardFabInUseDiscTime is changed.
Status: current Access: read-only
OBJECT-TYPE    
  CfhScaledPercentage  

cfhCardFabInUseDiscTime 1.3.6.1.4.1.9.9.257.1.5.1.1.3
The value of sysUpTime on the most recent occasion at which the cfhCardFabUsage (fabric inuse usage) suffered a discontinuity in its measurement. If no such discontinuity has occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cfhCardPlaneTable 1.3.6.1.4.1.9.9.257.1.5.2
This table contains the connectivity information of a card to a fabric plane in a system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfhCardPlaneEntry

cfhCardPlaneEntry 1.3.6.1.4.1.9.9.257.1.5.2.1
The information regarding the connectivity of a card to a fabric plane. An entry of this table is created when the card associated fabric plane is detected by the fabric software. The entry of this table is deleted when the card is removed from the managed system.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfhCardPlaneEntry  

cfhCardPlaneTxConnectivity 1.3.6.1.4.1.9.9.257.1.5.2.1.1
This object indicates if a card can transmit data via a fabric plane on the card. If the value of this object is 'true', the card can transmit data via the fabric plane; otherwise it is not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfhCardPlaneRxConnectivity 1.3.6.1.4.1.9.9.257.1.5.2.1.2
This object indicates if a card can receive data via a fabric plane on the card. If the value of this object is 'true', the card can transfer data via the fabric plane; otherwise it is not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfhPlaneStateNotification 1.3.6.1.4.1.9.9.257.0.1
Fabric plane operational state change notification. This notification is sent when the fabric plane operational state transition occurs.
Status: current Access: read-only
NOTIFICATION-TYPE    

cfhBundleStateNotification 1.3.6.1.4.1.9.9.257.0.2
Fabric bundle operational state change notification. This notification is sent when the cfhBundleOperStatus state transition occurs.
Status: current Access: read-only
NOTIFICATION-TYPE    

cfhBundleDownedLinkNotification 1.3.6.1.4.1.9.9.257.0.3
Fabric bundle link notification. This notification is sent if the value of cfhBundleOperStatus is 'up' and the value of cfhBundleDownedLinks is changed from 0 to nonzero or from non-zero to zero.
Status: current Access: read-only
NOTIFICATION-TYPE    

cfhMIBConformance 1.3.6.1.4.1.9.9.257.3
OBJECT IDENTIFIER    

cfhMIBCompliances 1.3.6.1.4.1.9.9.257.3.1
OBJECT IDENTIFIER    

cfhMIBGroups 1.3.6.1.4.1.9.9.257.3.2
OBJECT IDENTIFIER    

cfhMIBCompliance 1.3.6.1.4.1.9.9.257.3.1.1
The compliance statement for entities which implement the CISCO-FABRIC-HFR-MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

cfhMIBCompliance1 1.3.6.1.4.1.9.9.257.3.1.2
The compliance statement for entities which implement the CISCO-FABRIC-HFR-MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

cfhGenInfoGroup 1.3.6.1.4.1.9.9.257.3.2.1
A collection of objects providing the general Enhanced Benes fabric related configuration and statistics capability.
Status: current Access: read-only
OBJECT-GROUP    

cfhPlaneGroup 1.3.6.1.4.1.9.9.257.3.2.2
A collection of objects providing the fabric plane statistics information.
Status: current Access: read-only
OBJECT-GROUP    

cfhBundleGroup 1.3.6.1.4.1.9.9.257.3.2.3
A collection of objects providing the fabric bundle state and statistics information.
Status: current Access: read-only
OBJECT-GROUP    

cfhBundlePortGroup 1.3.6.1.4.1.9.9.257.3.2.4
A collection of objects providing the fabric bundle Port state and statistics information.
Status: current Access: read-only
OBJECT-GROUP    

cfhCardGroup 1.3.6.1.4.1.9.9.257.3.2.5
A collection of objects providing the fabric connectivity management information.
Status: current Access: read-only
OBJECT-GROUP    

cfhNotificationsGroup 1.3.6.1.4.1.9.9.257.3.2.6
The notifications of ciscoFabricHfrMIB that are required to implement.
Status: current Access: read-only
NOTIFICATION-GROUP    

cfhFabricCapacityGroup 1.3.6.1.4.1.9.9.257.3.2.7
A collection of objects providing the fabric capacity management information.
Status: current Access: read-only
OBJECT-GROUP