MIBs Depot

CISCO-FCSP-MIB

Registered at
1.3.6.1.4.1.9.9.391
Last updated
2004-07-02 00:00
Organization
Cisco Systems Inc.
Revisions
2004-07-02 00:00
Namespace
cisco
Source file
CISCO-FCSP-MIB
Digest
sha256:2d5d68a9ad733bab27ee98c47b37f4e2260b9021cb7658cda93f30878a10d1d4

Description

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.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553 -NETS E-mail: cs-san@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-ST-TCFcNameId
IF-MIBifDescr, ifIndex
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

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

Objects

NameOIDSyntaxAccessStatus
ciscoFcspMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.0
ciscoFcspMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.1
cfcspConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.1.1
cfcspIfTable
OBJECT-TYPE
This table provides the FCSP configuration for the fibre channel interfaces. Note that the ifType for the fibre channel interfaces is fibreChannel(56).
1.3.6.1.4.1.9.9.391.1.1.1not-accessiblecurrent
cfcspIfEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.391.1.1.1.1not-accessiblecurrent
cfcspMode
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.391.1.1.1.1.1INTEGER {off(1), autoPassive(2), autoActive(3), on(4)}read-writecurrent
cfcspReauthInterval
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.391.1.1.1.1.2Unsigned32 (0..100000)read-writecurrent
cfcspReauthenticate
OBJECT-TYPE
If this object is set to 'enable', reauthentication is started. No action is taken if set to 'noOp'. When read, always 'noOp' is returned.
1.3.6.1.4.1.9.9.391.1.1.1.1.3INTEGER {enable(1), noOp(2)}read-writecurrent
cfcspAuthProtocols
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.391.1.1.2INTEGER {dhChap(0), fcCap(1)}read-writecurrent
cfcspTimeout
OBJECT-TYPE
Timeout period for FC-SP messages
1.3.6.1.4.1.9.9.391.1.1.3Unsigned32 (20..1000)read-writecurrent
cfcspDhChapObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.1.1.4
cfcspDhChapHashList
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.391.1.1.4.1OCTET STRING (SIZE(2))read-writecurrent
cfcspDhChapGroupList
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.391.1.1.4.2OCTET STRING (SIZE(5))read-writecurrent
cfcspDhChapGenericPasswd
OBJECT-TYPE
DHCHAP Password for this device
1.3.6.1.4.1.9.9.391.1.1.4.3SnmpAdminString (SIZE(1..64))read-writecurrent
cfcspLocalPasswdTable
OBJECT-TYPE
This table provides the FCSP DHCHAP password configuration for the device.
1.3.6.1.4.1.9.9.391.1.1.5not-accessiblecurrent
cfcspLocalPasswdEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.391.1.1.5.1not-accessiblecurrent
cfcspSwitchWwn
OBJECT-TYPE
The World-Wide Name of the host with which this password has to be used.
1.3.6.1.4.1.9.9.391.1.1.5.1.1FcNameIdnot-accessiblecurrent
cfcspLocalPasswd
OBJECT-TYPE
DHCHAP Password of the local device.
1.3.6.1.4.1.9.9.391.1.1.5.1.2SnmpAdminString (SIZE(1..64))read-createcurrent
cfcspLocalPassRowStatus
OBJECT-TYPE
The status of this conceptual row.
1.3.6.1.4.1.9.9.391.1.1.5.1.3RowStatusread-createcurrent
cfcspRemotePasswdTable
OBJECT-TYPE
This table provides the FCSP DHCHAP password configuration for other devices
1.3.6.1.4.1.9.9.391.1.1.6not-accessiblecurrent
cfcspRemotePasswdEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.391.1.1.6.1not-accessiblecurrent
cfcspRemoteSwitchWwn
OBJECT-TYPE
The World-Wide Name of other device.
1.3.6.1.4.1.9.9.391.1.1.6.1.1FcNameIdnot-accessiblecurrent
cfcspRemotePasswd
OBJECT-TYPE
Password of the other device.
1.3.6.1.4.1.9.9.391.1.1.6.1.2SnmpAdminString (SIZE(1..64))read-createcurrent
cfcspRemotePassRowStatus
OBJECT-TYPE
The status of this conceptual row.
1.3.6.1.4.1.9.9.391.1.1.6.1.3RowStatusread-createcurrent
cfcspInfo
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.1.2
cfcspStatistics
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.1.3
cfcspIfStatsTable
OBJECT-TYPE
This table provides the FCSP statistics for all the fibre channel interfaces.
1.3.6.1.4.1.9.9.391.1.3.1not-accessiblecurrent
cfcspIfStatsEntry
OBJECT-TYPE
An entry (conceptual row) in the cfcspIfStatsTable.
1.3.6.1.4.1.9.9.391.1.3.1.1not-accessiblecurrent
cfcspIfAuthSucceeded
OBJECT-TYPE
The number of times the FCSP authentication succeeded on this interface.
1.3.6.1.4.1.9.9.391.1.3.1.1.1Counter32read-onlycurrent
cfcspIfAuthFailed
OBJECT-TYPE
The number of times the FCSP authentication failed on this interface.
1.3.6.1.4.1.9.9.391.1.3.1.1.2Counter32read-onlycurrent
cfcspIfAuthByPassed
OBJECT-TYPE
The number of times the FCSP authentication was bypassed on this interface.
1.3.6.1.4.1.9.9.391.1.3.1.1.3Counter32read-onlycurrent
cfcspNotificationObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.1.4
ciscoFcspMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.2
ciscoFcspMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.2.1
ciscoFcspMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.391.2.2

Notifications

NameOIDStatus
cfcspAuthFailNotification
NOTIFICATION-TYPE
FCSP Authentication Failure trap
1.3.6.1.4.1.9.9.391.0.1current

Conformance

NameOIDStatus
ciscoFcspMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the CISCO-FCSP-MIB.
1.3.6.1.4.1.9.9.391.2.1.1current
cfcspConfigGroup
OBJECT-GROUP
A collection of objects for configuring Fibre Channel security Information.
1.3.6.1.4.1.9.9.391.2.2.1current
cfcspLocalPasswdGroup
OBJECT-GROUP
A collection of objects for configuring Fibre Channel security Information.
1.3.6.1.4.1.9.9.391.2.2.2current
cfcspIfStatsGroup
OBJECT-GROUP
A collection of objects for monitoring FCSP statistics.
1.3.6.1.4.1.9.9.391.2.2.3current
cfcspNotificationGroup
NOTIFICATION-GROUP
A collection of objects for FCSP notifications.
1.3.6.1.4.1.9.9.391.2.2.4current