CISCO-FCC-MIB

File: CISCO-FCC-MIB.mib (16653 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
CISCO-SMI IF-MIB CISCO-ST-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TruthValue
TimeStamp TEXTUAL-CONVENTION ciscoMgmt
ifIndex FcAddressId VsanIndex

Defined Types

CiscoFCCCongestionState  
The FCC Congestion state. This is to indicate the severity of the Congestion noCongestion(1) - No Congestion Congested(2) - Congested SeverelyCongested(3) - Severely Congested.
TEXTUAL-CONVENTION    
  INTEGER noCongestion(1), congested(2), severelyCongested(3)  

CFCCPortEntry  
SEQUENCE    
  cFCCEdgeQuenchPktsRecd Counter32
  cFCCEdgeQuenchPktsSent Counter32
  cFCCPathQuenchPktsRecd Counter32
  cFCCPathQuenchPktsSent Counter32
  cFCCCurrentCongestionState CiscoFCCCongestionState
  cFCCLastCongestedTime TimeStamp
  cFCCLastCongestionStartTime TimeStamp
  cFCCIsRateLimitingApplied TruthValue

Defined Values

ciscoFCCMIB 1.3.6.1.4.1.9.9.365
The MIB module for the management of Fibre Channel Congestion Control(FCC). FCC is a Cisco proprietary flow control mechanism that alleviates congestion on Fibre Channel networks. This MIB enables managers to configure the FCC mechanism on the switch, provides statistics of the congestion control packets, notification of congestion state changes of the FC port and monitoring of the congestion state of the FC port.
MODULE-IDENTITY    

ciscoFCCMIBNotifs 1.3.6.1.4.1.9.9.365.0
OBJECT IDENTIFIER    

ciscoFCCMIBObjects 1.3.6.1.4.1.9.9.365.1
OBJECT IDENTIFIER    

ciscoFCCMIBConformance 1.3.6.1.4.1.9.9.365.2
OBJECT IDENTIFIER    

cFCCConfig 1.3.6.1.4.1.9.9.365.1.1
OBJECT IDENTIFIER    

cFCCPortEntries 1.3.6.1.4.1.9.9.365.1.2
OBJECT IDENTIFIER    

cFCCNotifObjects 1.3.6.1.4.1.9.9.365.1.3
OBJECT IDENTIFIER    

cFCCEnable 1.3.6.1.4.1.9.9.365.1.1.1
To enable/disable FCC on the device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cFCCPacketPriority 1.3.6.1.4.1.9.9.365.1.1.2
The traffic Priority for the FCC packets. The generated FCC quench packets should be granted high, but not highest priority, so that the FCC packet priority is higher than the normal data traffic priority but lower than control and critical traffic priority. This ensures that the packets of the protocols guaranteeing the proper behavior of the fabric are not disturbed by quench packets. 0 is the lowest priority and 7 is the highest.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

cFCCNotificationEnable 1.3.6.1.4.1.9.9.365.1.1.3
This object specifies whether the agent should generate the notifications defined in this MIB module. If the value of this object is 'true', then the notifications are generated. If the value of this object is 'false', then the notifications are not generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cFCCPortTable 1.3.6.1.4.1.9.9.365.1.2.1
A table providing statistics and status for FCC on a per FC Port basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CFCCPortEntry

cFCCPortEntry 1.3.6.1.4.1.9.9.365.1.2.1.1
Each entry contains the FCC statistics and status for a particular FC port identified by the value of ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  CFCCPortEntry  

cFCCEdgeQuenchPktsRecd 1.3.6.1.4.1.9.9.365.1.2.1.1.1
The number of Edge Quench packets received and processed on this Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cFCCEdgeQuenchPktsSent 1.3.6.1.4.1.9.9.365.1.2.1.1.2
The number of Edge Quench packets generated on this Port as result of congestion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cFCCPathQuenchPktsRecd 1.3.6.1.4.1.9.9.365.1.2.1.1.3
The number of Path Quench packets recieved and processed on this Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cFCCPathQuenchPktsSent 1.3.6.1.4.1.9.9.365.1.2.1.1.4
The number of Path Quench packets generated on this Port as result of congestion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cFCCCurrentCongestionState 1.3.6.1.4.1.9.9.365.1.2.1.1.5
The current FCC congestion state of this Port indicating the severity of the congestion.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoFCCCongestionState  

cFCCLastCongestedTime 1.3.6.1.4.1.9.9.365.1.2.1.1.6
The value of sysUpTime at the most recent time the congestion state of the Port changed to noCongestion(1) from some other value. 0 if the congestion state of the Port has never transitioned to noCongestion(1) since the last restart of the device.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cFCCLastCongestionStartTime 1.3.6.1.4.1.9.9.365.1.2.1.1.7
The value of sysUpTime at the most recent time the congestion state (value of corresponding instance of 'cFCCCurrentCongestionState') of the Port changed from 'noCongestion' to some other value. 0 if the congestion state of the Port has never transitioned from 'noCongestion' to some other value since the last restart of the device.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cFCCIsRateLimitingApplied 1.3.6.1.4.1.9.9.365.1.2.1.1.8
The value of this object indicates if the rate limiting is currently being applied on this Port. If the value of this object is 'true', the rate limiting is currently being applied on this Port. If the value of this object is 'false', the rate limiting is not being applied currently on this Port.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cFCCCongestionSourceID 1.3.6.1.4.1.9.9.365.1.3.1
The FC_ID associated with the Source causing the congestion. The value is extracted from the FCC congestion quench packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  FcAddressId  

cFCCCongestionDestinationID 1.3.6.1.4.1.9.9.365.1.3.2
The FC_ID associated with the Destination that is part of Source-Destination Flow causing the congestion. The value is extracted from the FCC congestion quench packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  FcAddressId  

cFCCCongestionNotifyVSANIndex 1.3.6.1.4.1.9.9.365.1.3.3
Id of the VSAN containing the Source-Destination flow causing the congestion. The value is extracted from the FCC congestion quench packet. This along with cFCCCongestionSourceID and cFCCCongestionDestinationID gives the Flow causing the congestion.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  VsanIndex  

cFCCCongestionState 1.3.6.1.4.1.9.9.365.1.3.4
This is to indicate the congestion state of the port.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CiscoFCCCongestionState  

ciscoFCCCongestionStateChange 1.3.6.1.4.1.9.9.365.0.1
Notification to indicate that the congestion state of this port has changed. cFCCCongestionState indicates the new state of the port.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoFCCCongestionRateLimitStart 1.3.6.1.4.1.9.9.365.0.2
Notification to indicate that the rate limiting has begun on this port for a source-destination pair.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoFCCCongestionRateLimitEnd 1.3.6.1.4.1.9.9.365.0.3
Notification to indicate that the rate limiting has been stopped on this port for a source-destination pair.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoFCCMIBCompliances 1.3.6.1.4.1.9.9.365.2.1
OBJECT IDENTIFIER    

ciscoFCCMIBGroups 1.3.6.1.4.1.9.9.365.2.2
OBJECT IDENTIFIER    

ciscoFCCMIBCompliance 1.3.6.1.4.1.9.9.365.2.1.1
The compliance statement for entities which implement the CISCO-FCC-MIB.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

ciscoFCCMIBComplianceRev1 1.3.6.1.4.1.9.9.365.2.1.2
The compliance statement for entities which implement the CISCO-FCC-MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cFCCConfigurationGroup 1.3.6.1.4.1.9.9.365.2.2.1
A collection of objects for FCC configuration.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cFCCPortEntriesGroup 1.3.6.1.4.1.9.9.365.2.2.2
A collection of objects for FCC Statistics and Status.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

cFCCNotificationObjectsGroup 1.3.6.1.4.1.9.9.365.2.2.3
A collection of objects defined for notification only.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cFCCNotificationGroup 1.3.6.1.4.1.9.9.365.2.2.4
A collection of notifications for Congestion Monitoring.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cFCCPortEntriesGroupRev1 1.3.6.1.4.1.9.9.365.2.2.5
A collection of objects for FCC Statistics and Status.
Status: current Access: accessible-for-notify
OBJECT-GROUP