CISCO-SANTAP-MIB
- Registered at
- 1.3.6.1.4.1.9.9.463
- Last updated
- 2006-03-16 00:00
- Organization
- Cisco Systems Inc.
- Revisions
- 2006-03-16 00:00, 2005-10-27 00:00, 2005-02-02 00:00
- Namespace
- cisco
- Source file
CISCO-SANTAP-MIB- Digest
sha256:f1886c494527c6b416077bcc6d3959e15d754c0c1e61e4bce356dab3b6468f1c
Description
MIB module to provide information about the SanTap service configuration. SanTap is a fibre channel switch based capability that provides a reliable copy of the data flowing between a set of one or more initiators and a set of one or more targets connected to the fabric. Adminstrator must configure the switch to create the Control Virtual Target (CVT) for the SanTap service. CVTs are used to implement the control path which process all SanTap service requests sent out by an appliance. Prior to requesting for SanTap service the appliance contacts the CVT, specifies the initiator and the target for replicating the data flowing between them. This MIB provides an interface to configure the CVT for the SanTap service on the fibre channel switch modules. Glossary of terms used in this MIB: Fabric - The set of physically connected fibre channel switches. VSAN - Virtual Storage Area Network, similar to a Virtual Fabric as defined by T11. WWN - World Wide Name. Mechanism of uniquely identifying the devices in Fibre Channel Networks. Appliance - It is a storage target, which can requests the SanTap service for the reliable copy of the data flowing between a specific host initiator and a target. CVT - Control Virtual Target. It is a logical target port that resides on the switch and is used for the purpose of communicating control traffic from an appliance. DVT - Data Virtual Target. It is a logical target port that resides on the switch and is used to intercept traffic meant for a real target.
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
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-ST-TC | FcNameId, FcNameIdOrZero, VsanIndex |
| CISCO-VSAN-MIB | vsanIndex |
| ENTITY-MIB | PhysicalIndex |
| IF-MIB | InterfaceIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
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-SANTAP-MIB CISCO-SMI CISCO-ST-TC CISCO-TC CISCO-VSAN-MIB ENTITY-MIB IANA-ENTITY-MIB IANAifType-MIB IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC UUID-TC-MIB
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoSanTapMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.463.1 | |||
| cstModuleTable OBJECT-TYPE A table listing the modules on which SanTap service can be configured and CVT can be created by the user. The entry in the cstServiceConfigTable can only be created on a module present in the cstModuleTable. | 1.3.6.1.4.1.9.9.463.1.1 | not-accessible | current | |
| cstModuleEntry OBJECT-TYPE An entry in this table. The cstModuleId denotes the entPhysicalIndex of the module on which SanTap service can be configured. | 1.3.6.1.4.1.9.9.463.1.1.1 | not-accessible | current | |
| cstModuleId OBJECT-TYPE This object specifies the physical index of the entity with entPhysicalClass as 'module' on which SanTap service can be configured by the user. This is same as the entPhysicalIndex of the module. | 1.3.6.1.4.1.9.9.463.1.1.1.1 | PhysicalIndex | read-only | current |
| cstServiceConfigTable OBJECT-TYPE This table provides information about the list of all CVTs created and configured in the system. A new entry creation in this table, creates a CVT on the module specified by the corresponding instance index 'cstModuleId' and configures the CVT on the VSAN specified by the corresponding instance index 'vsanIndex'. A row creation in this table, with an existing module physical index but different 'vsanIndex' configures the already created CVT on the module into VSAN specified by the 'vsanIndex'. Deleting an entry from this table, unconfigures the CVT created on the module specified by the corresponding instance index 'cstModuleId' on the VSAN represented by the corresponding instance index 'vsanIndex'. If there are no more entries in this table for this module then the CVT will be deleted from the corresponding module. For example, If there is no entry in this table for a module pysical Index '22', then a new entry creation with cstModuleId '22' vsanIndex 'n1' creates a CVT on this module and configures the CVT on VSAN 'n1'. And a new row is created in this table. Any subsequent entry creation with cstModuleId '22' vsanIndex 'n2' only configures the previously created CVT on vsan 'n2' and a new row is created in this table. Similarly for any delete request with cstModuleId '22' vsanIndex 'n1'/'n2' unconfigures the CVT created on the vsan 'n1'/'n2' and the corresponding row is deleted from the table. If there is only one entry with cstModuleId '22' and vsan 'n' exists in the table, then any delete request with cstModuleId '22' vsan 'n' unconfigures the CVT on vsan 'n' and deletes the CVT. The corresponding row is deleted from the table. | 1.3.6.1.4.1.9.9.463.1.2 | not-accessible | current | |
| cstServiceConfigEntry OBJECT-TYPE An entry containing information about a CVT configuration for the SanTap service. The 'cstModuleId' denotes the module on which the user wants the SanTap service to be configured and the CVT to be created. The index 'vsanIndex' represents the VSAN on which the CVT needs to be configured. It represents the VSAN on which CVT and the appliance communicate to establish the control path for processing the SanTap service requests. | 1.3.6.1.4.1.9.9.463.1.2.1 | not-accessible | current | |
| cstCVTNodeWwn OBJECT-TYPE This object represents the Node World-Wide Name of the CVT created on the module represented by the corresponding entity index 'cstModuleId'. | 1.3.6.1.4.1.9.9.463.1.2.1.1 | FcNameIdOrZero | read-only | current |
| cstCVTPortWwn OBJECT-TYPE This object represents the Port World-Wide Name of the CVT created on the module represented by the corresponding entity index 'cstModuleId'. | 1.3.6.1.4.1.9.9.463.1.2.1.2 | FcNameIdOrZero | read-only | current |
| cstServiceConfigRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.9.9.463.1.2.1.3 | RowStatus | read-create | current |
| cstCVTName OBJECT-TYPE The administratively assigned name for this CVT. | 1.3.6.1.4.1.9.9.463.1.2.1.4 | SnmpAdminString (SIZE(0..255)) | read-create | current |
| cstDVTConfigTable OBJECT-TYPE This table provides information about the list of all DVTs created and configured in the system. A new entry creation in this table, creates a DVT corresponding to the target PWWN 'cstDVTPortWwn' on the VSAN 'vsanIndex'. Deleting an entry from this table, unconfigures the DVT corresponding to 'cstDVTPortWwn' from the VSAN 'vsanIndex'. The index 'vsanIndex' represents the VSAN on which the DVT needs to be created. The index 'vsanIndex' should be a known VSAN on the switch. The index 'cstDVTPortWWN' represents the Port WWN of the real target for which a corresponding DVT is to be created. The DVT will have the same Port WWN as the target. The index 'cstDVTPortWWN' should correspond to a known target on the switch. By default no entries exist in the table. | 1.3.6.1.4.1.9.9.463.1.3 | not-accessible | current | |
| cstDVTConfigEntry OBJECT-TYPE An entry containing information about a DVT configuration for the SanTap service. | 1.3.6.1.4.1.9.9.463.1.3.1 | not-accessible | current | |
| cstDVTPortWwn OBJECT-TYPE This object represents the port world-wide name of the created DVT. It will be the same as the port world-wide name of the real target for which data is to be replicated. | 1.3.6.1.4.1.9.9.463.1.3.1.1 | FcNameId | not-accessible | current |
| cstDVTTargetVsan OBJECT-TYPE This object represents the VSAN of the real target for which this DVT is being created. This object MUST be set to a valid value concurrently with setting the corresponding instance of cstDVTRowStatus to 'active'. This object cannot be modified while the value of the corresponding instance of cstDVTRowStatus is 'active'. | 1.3.6.1.4.1.9.9.463.1.3.1.2 | VsanIndex | read-create | current |
| cstDVTPort OBJECT-TYPE This object represents the port on the module where the DVT will be created. This object MUST be set to a valid value concurrently with setting the corresponding instance of cstDVTRowStatus to 'active'. This object cannot be modified while the value of the corresponding instance of cstDVTRowStatus is 'active'. | 1.3.6.1.4.1.9.9.463.1.3.1.3 | InterfaceIndex | read-create | current |
| cstDVTName OBJECT-TYPE The administratively assigned name for this DVT. | 1.3.6.1.4.1.9.9.463.1.3.1.4 | SnmpAdminString (SIZE(0..255)) | read-create | current |
| cstDVTRowStatus OBJECT-TYPE The status of this conceptual row. | 1.3.6.1.4.1.9.9.463.1.3.1.5 | RowStatus | read-create | current |
| cstDVTLunSizeHandling OBJECT-TYPE This object indicates if the DVT should use the real target LUN size for the virtual LUN or the max LUN size supported which is 2TB. A value of false for this object indicates the real target LUN size should be used. This object should be set during the DVT creation time and cannot be modified later. | 1.3.6.1.4.1.9.9.463.1.3.1.6 | TruthValue | read-create | current |
| cstDVTIOTimeout OBJECT-TYPE This object represents the IO timeout value associated with the DVT. This object should be set during the DVT creation time and cannot be modified later. | 1.3.6.1.4.1.9.9.463.1.3.1.7 | Unsigned32 (10..200) | read-create | current |
| ciscoSanTapMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.463.2 | |||
| ciscoSanTapMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.463.2.1 | |||
| ciscoSanTapMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.463.2.2 | |||
| ciscoSanTapNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.463.3 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoSanTapMIBCompliance MODULE-COMPLIANCE Compliance statement for entites which implement the CISCO SANTAP MIB. | 1.3.6.1.4.1.9.9.463.2.1.1 | deprecated |
| ciscoSanTapMIBComplianceRev1 MODULE-COMPLIANCE Compliance statement for entites which implement the CISCO SANTAP MIB. | 1.3.6.1.4.1.9.9.463.2.1.2 | deprecated |
| ciscoSanTapMIBComplianceRev2 MODULE-COMPLIANCE Compliance statement for entites which implement the CISCO SANTAP MIB. | 1.3.6.1.4.1.9.9.463.2.1.3 | current |
| ciscoSanTapServiceConfigGroup OBJECT-GROUP A Collection of objects to configure the CVT for SanTap service. | 1.3.6.1.4.1.9.9.463.2.2.1 | deprecated |
| ciscoSanTapServiceConfigGroupRev1 OBJECT-GROUP A Collection of objects to configure the CVT for SanTap service. | 1.3.6.1.4.1.9.9.463.2.2.2 | current |
| ciscoSanTapDVTConfigGroup OBJECT-GROUP A Collection of objects to configure the DVT for SanTap service. | 1.3.6.1.4.1.9.9.463.2.2.3 | deprecated |
| ciscoSanTapDVTConfigGroup1 OBJECT-GROUP A Collection of objects to configure the DVT for SanTap service. | 1.3.6.1.4.1.9.9.463.2.2.4 | current |