MIB Viewer

CISCO-TPC-MIB

26 objects
The MIB module for Third Party Copy(TPC): Third Party Copy derives its name from the fact that there are three entities involved in the process of copying data either for backup operations or restore operations. The three entities: - entity originating the copy commands - data source for the copy - data destination for the copy. The entity originating the copy commands to perform the data transfer can use the SCSI Extended Copy (XCOPY). The TPC feature exposes a disk target with Logical Unit Number(LUN) 0 that is capable of processing the SCSI Extended Copy Command (XCOPY) to transfer data from a specified source to a specified destination. On receiving the XCOPY command, the TPC target performs the actual data transfer from the data source to the data destination on behalf of the entity issuing the XCOPY command. The MIB provides an interface to configure the TPC targets. The user specifies the module and the VSAN on which the TPC feature needs to be configured. Once the feature has been configured target ports are created on the specified module and VSAN that are XCOPY capable. Any application that can source a XCOPY command can use these targets to perform data movement. Acronyms The following acronyms are used in this document: XCOPY: SCSI Extended Copy Command. TPC: Third Party Copy. LUN: Logical Unit Number. VSAN: Virtual Storage Area Network.
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.460IdentityciscoTpcMIBThe MIB module for Third Party Copy(TPC): Third Party Copy derives its name from the fact that there are three entities involved in the process of copying data…
1.3.6.1.4.1.9.9.460.0NodeciscoTpcNotification
1.3.6.1.4.1.9.9.460.1NodeciscoTpcObjects
1.3.6.1.4.1.9.9.460.1.1NodeciscoTpcConfig
1.3.6.1.4.1.9.9.460.1.1.1TablectpcModuleTablenot-accessiblecurrentA table listing the modules on which TPC functionality can be configured by the user. Each such module is identified by ctpcModuleId. The agent creates an entr…
1.3.6.1.4.1.9.9.460.1.1.1.1RowctpcModuleEntrynot-accessiblecurrentA conceptual row in the ctpcModuleTable. Each row represents a TPC capable module.
1.3.6.1.4.1.9.9.460.1.1.1.1.1ColumnctpcModuleIdread-onlycurrentThis object specifies the physical index of the module on which TPC can be configured by the user. This is same as the entPhysicalIndex of the module.
1.3.6.1.4.1.9.9.460.1.1.2TablectpcVsanTablenot-accessiblecurrentA table listing all the VSANs for which TPC functionality has been configured by the user. The user configures TPC functionality on a per VSAN basis by specify…
1.3.6.1.4.1.9.9.460.1.1.2.1RowctpcVsanEntrynot-accessiblecurrentAn entry in the TPC VSAN table for each configured VSAN on this module.
1.3.6.1.4.1.9.9.460.1.1.2.1.1ColumnctpcVsanRowStatusread-createcurrentThis object controls and reflects the status of rows in this table. When the agent successfully creates the entry, this object is set to 'active' by the agent.…
1.3.6.1.4.1.9.9.460.1.1.3TablectpcTargetTablenot-accessiblecurrentA list of all the TPC targets that are configured on this module and on this VSAN. There can be more than one TPC target in the same VSAN on a module. The numb…
1.3.6.1.4.1.9.9.460.1.1.3.1RowctpcTargetEntrynot-accessiblecurrentAn entry in the TPC target table for each TPC target in this VSAN on this module.
1.3.6.1.4.1.9.9.460.1.1.3.1.1ColumnctpcTargetIndexnot-accessiblecurrentThe unique id number associated with the TPC target. This id number is unique within the vsan in which the TPC target is configured.
1.3.6.1.4.1.9.9.460.1.1.3.1.2ColumnctpcTargetNodeNameread-onlycurrentThe TPC target's node world-wide-name.
1.3.6.1.4.1.9.9.460.1.1.3.1.3ColumnctpcTargetPortNameread-onlycurrentThe TPC target's port world-wide-name.
1.3.6.1.4.1.9.9.460.1.1.3.1.4ColumnctpcTargetStateread-onlycurrentThe current state of the TPC target
1.3.6.1.4.1.9.9.460.1.1.3.1.5ColumnctpcTargetNumXcopiesread-onlycurrentThe total number of XCOPY commands processed by the TPC target since the module on which this target has been configured has been online
1.3.6.1.4.1.9.9.460.1.1.3.1.6ColumnctpcTargetMinXcopyread-onlycurrentThe smallest amount of data in Kilobytes transferred by the TPC target in a single xcopy command since the module on which this target has been configured has …
1.3.6.1.4.1.9.9.460.1.1.3.1.7ColumnctpcTargetMaxXcopyread-onlycurrentThe largest amount of data in Kilobytes transferred by the TPC target in a single xcopy command since the module on which this target has been configured has b…
1.3.6.1.4.1.9.9.460.1.1.3.1.8ColumnctpcTargetAvgKbPerSecread-onlycurrentThe average kilobytes per second throughput of the TPC target in processing the XCOPY commands.
1.3.6.1.4.1.9.9.460.2NodeciscoTpcMIBConformance
1.3.6.1.4.1.9.9.460.2.1NodectpcMIBCompliances
1.3.6.1.4.1.9.9.460.2.1.1CompliancectpcMIBCompliancecurrentThe compliance statement for entities which implement the CISCO-TPC-MIB mib.
1.3.6.1.4.1.9.9.460.2.2NodectpcMIBGroups
1.3.6.1.4.1.9.9.460.2.2.1GroupctpcVsanTargetGroupcurrentA collection of objects for displaying and configuring the TPC target.
Type Definitions
NameSyntaxStatusDescription
TpcTargetStateINTEGER { active(1), initializing(2), error(3) }currentRepresents the state of the TPC target. 'active' - indicates that the TPC target is ready to process XCOPY requests. 'initializing' - indicates that the TPC target is not ready. 'error' - indicates that the TPC target w…