CISCO-FCSP-MIB

File: CISCO-FCSP-MIB.mib (17265 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 NOTIFICATION-TYPE MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP RowStatus
SnmpAdminString FcNameId ifIndex
ifDescr ciscoMgmt

Defined Types

CfcspIfEntry  
SEQUENCE    
  cfcspMode INTEGER
  cfcspReauthInterval Unsigned32
  cfcspReauthenticate INTEGER

CfcspLocalPasswdEntry  
SEQUENCE    
  cfcspSwitchWwn FcNameId
  cfcspLocalPasswd SnmpAdminString
  cfcspLocalPassRowStatus RowStatus

CfcspRemotePasswdEntry  
SEQUENCE    
  cfcspRemoteSwitchWwn FcNameId
  cfcspRemotePasswd SnmpAdminString
  cfcspRemotePassRowStatus RowStatus

CfcspIfStatsEntry  
SEQUENCE    
  cfcspIfAuthSucceeded Counter32
  cfcspIfAuthFailed Counter32
  cfcspIfAuthByPassed Counter32

Defined Values

ciscoFcspMIB 1.3.6.1.4.1.9.9.391
MIB module for managing Fibre Channel Security for the fibre channel devices. This MIB is used to configure and monitor the Fibre-Channel Security Protocol (FC-SP) Rev 1.1 of FC-SP, Dated 04/18/03, T11/Project 1570-D. Please refer to http://www.t11.org.
MODULE-IDENTITY    

ciscoFcspMIBNotifications 1.3.6.1.4.1.9.9.391.0
OBJECT IDENTIFIER    

ciscoFcspMIBObjects 1.3.6.1.4.1.9.9.391.1
OBJECT IDENTIFIER    

ciscoFcspMIBConformance 1.3.6.1.4.1.9.9.391.2
OBJECT IDENTIFIER    

cfcspConfig 1.3.6.1.4.1.9.9.391.1.1
OBJECT IDENTIFIER    

cfcspInfo 1.3.6.1.4.1.9.9.391.1.2
OBJECT IDENTIFIER    

cfcspStatistics 1.3.6.1.4.1.9.9.391.1.3
OBJECT IDENTIFIER    

cfcspNotificationObjects 1.3.6.1.4.1.9.9.391.1.4
OBJECT IDENTIFIER    

cfcspIfTable 1.3.6.1.4.1.9.9.391.1.1.1
This table provides the FCSP configuration for the fibre channel interfaces. Note that the ifType for the fibre channel interfaces is fibreChannel(56).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcspIfEntry

cfcspIfEntry 1.3.6.1.4.1.9.9.391.1.1.1.1
An entry (conceptual row) in the cfcspIfTable, containing FCSP configuration for the interface identified by ifIndex. Each entry contains a FCSP mode of the interface, reauthentication interval and authentication command object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcspIfEntry  

cfcspMode 1.3.6.1.4.1.9.9.391.1.1.1.1.1
The FC-SP mode of this interface. If off(1), port would never initiate FC-SP authentication exchange and send reject to any FC-SP authentication message started from other end. If autoPassive(2), a port would not initiate any FC-SP authentication exchange; but would always take part in FC-SP authentication exchange initiated on this interface by other devices. If autoActive(3), a port would always try to initiate FC-SP authentication exchange after ESC. If otherside does not support FC-SP authentication, port will still be brought up. If the authentication fails, the port will not be brought up. If on(4), port would always try to initiate FC-SP authentication exchange and authentication is done before the port becomes up. If otherside does not support FC-SP authentication or if authentication fails, port will not be brought up.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(1), autoPassive(2), autoActive(3), on(4)  

cfcspReauthInterval 1.3.6.1.4.1.9.9.391.1.1.1.1.2
The time for which a port has to wait before trying to re-authenticate the other end. 0 means re-authentication is not done. This object is not relevant if cfcspMode is 'off'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..100000  

cfcspReauthenticate 1.3.6.1.4.1.9.9.391.1.1.1.1.3
If this object is set to 'enable', reauthentication is started. No action is taken if set to 'noOp'. When read, always 'noOp' is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), noOp(2)  

cfcspAuthProtocols 1.3.6.1.4.1.9.9.391.1.1.2
The FC-SP authentication protocols used by this device. Only 1 bit can be set to 1 at any time. The bit that is set to 1, its corresponding protocol will be used first and other protocol will be used as second preference.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER dhChap(0), fcCap(1)  

cfcspTimeout 1.3.6.1.4.1.9.9.391.1.1.3
Timeout period for FC-SP messages
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 20..1000  

cfcspDhChapObjects 1.3.6.1.4.1.9.9.391.1.1.4
OBJECT IDENTIFIER    

cfcspDhChapHashList 1.3.6.1.4.1.9.9.391.1.1.4.1
Each octet in this object contains a IANA assigned identifier of a proposed hash mechanism, in the order of preference. The first octet is the most preferred and the last octet contains the least preferred.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

cfcspDhChapGroupList 1.3.6.1.4.1.9.9.391.1.1.4.2
Each octet in this object contains a group number, corresponding to a Diffie-Hellman group identifier, in order of preference. Currently there are 5 groups supported, from value 0 through 4. Each number corresponds to the Diffie-Hellman group as follows - 0 - DH_NULL 1 - DH_1024 2 - DH_1280 3 - DH_1536 4 - DH_2048
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(5)  

cfcspDhChapGenericPasswd 1.3.6.1.4.1.9.9.391.1.1.4.3
DHCHAP Password for this device
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cfcspLocalPasswdTable 1.3.6.1.4.1.9.9.391.1.1.5
This table provides the FCSP DHCHAP password configuration for the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcspLocalPasswdEntry

cfcspLocalPasswdEntry 1.3.6.1.4.1.9.9.391.1.1.5.1
An entry (conceptual row) in the cfcspLocalPasswdTable. Each entry, indexed by the device's World-wide name, consists of a local password and a rowStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcspLocalPasswdEntry  

cfcspSwitchWwn 1.3.6.1.4.1.9.9.391.1.1.5.1.1
The World-Wide Name of the host with which this password has to be used.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameId  

cfcspLocalPasswd 1.3.6.1.4.1.9.9.391.1.1.5.1.2
DHCHAP Password of the local device.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cfcspLocalPassRowStatus 1.3.6.1.4.1.9.9.391.1.1.5.1.3
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cfcspRemotePasswdTable 1.3.6.1.4.1.9.9.391.1.1.6
This table provides the FCSP DHCHAP password configuration for other devices
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcspRemotePasswdEntry

cfcspRemotePasswdEntry 1.3.6.1.4.1.9.9.391.1.1.6.1
An entry (conceptual row) in the cfcspRemotePasswdTable. Each entry, indexed by the remote device's World-wide name, consists of a DHCHAP password and a rowStatus object.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcspRemotePasswdEntry  

cfcspRemoteSwitchWwn 1.3.6.1.4.1.9.9.391.1.1.6.1.1
The World-Wide Name of other device.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameId  

cfcspRemotePasswd 1.3.6.1.4.1.9.9.391.1.1.6.1.2
Password of the other device.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

cfcspRemotePassRowStatus 1.3.6.1.4.1.9.9.391.1.1.6.1.3
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cfcspIfStatsTable 1.3.6.1.4.1.9.9.391.1.3.1
This table provides the FCSP statistics for all the fibre channel interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcspIfStatsEntry

cfcspIfStatsEntry 1.3.6.1.4.1.9.9.391.1.3.1.1
An entry (conceptual row) in the cfcspIfStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcspIfStatsEntry  

cfcspIfAuthSucceeded 1.3.6.1.4.1.9.9.391.1.3.1.1.1
The number of times the FCSP authentication succeeded on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcspIfAuthFailed 1.3.6.1.4.1.9.9.391.1.3.1.1.2
The number of times the FCSP authentication failed on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcspIfAuthByPassed 1.3.6.1.4.1.9.9.391.1.3.1.1.3
The number of times the FCSP authentication was bypassed on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcspAuthFailNotification 1.3.6.1.4.1.9.9.391.0.1
FCSP Authentication Failure trap
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoFcspMIBCompliances 1.3.6.1.4.1.9.9.391.2.1
OBJECT IDENTIFIER    

ciscoFcspMIBGroups 1.3.6.1.4.1.9.9.391.2.2
OBJECT IDENTIFIER    

ciscoFcspMIBCompliance 1.3.6.1.4.1.9.9.391.2.1.1
The compliance statement for entities which implement the CISCO-FCSP-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cfcspConfigGroup 1.3.6.1.4.1.9.9.391.2.2.1
A collection of objects for configuring Fibre Channel security Information.
Status: current Access: read-only
OBJECT-GROUP    

cfcspLocalPasswdGroup 1.3.6.1.4.1.9.9.391.2.2.2
A collection of objects for configuring Fibre Channel security Information.
Status: current Access: read-only
OBJECT-GROUP    

cfcspIfStatsGroup 1.3.6.1.4.1.9.9.391.2.2.3
A collection of objects for monitoring FCSP statistics.
Status: current Access: read-only
OBJECT-GROUP    

cfcspNotificationGroup 1.3.6.1.4.1.9.9.391.2.2.4
A collection of objects for FCSP notifications.
Status: current Access: read-only
NOTIFICATION-GROUP