CISCO-TPC-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
10
.1.3.6.1.4.1.9.9.460.1.1.1 · 1 row entry · 1 columns
A 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 entry in this table on 
detecting a module that can support TPC 
functionality. Similarly, it will remove the entry
when the TPC functionality cannot be supported on
this module any longer. 
          
The entry in the ctpcVsanTable can only be created 
on a module present in this table.
ctpcModuleEntry entry .1.3.6.1.4.1.9.9.460.1.1.1.1
A conceptual row in the ctpcModuleTable. Each row
represents a TPC capable module.
Indexes
ctpcModuleId
Column Syntax OID
ctpcModuleId
This 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.
ENTITY-MIBPhysicalIndex
Textual Convention: ENTITY-MIBPhysicalIndex Integer32
Type Constraints:
range: 1..2147483647
.1.3.6.1.4.1.9.9.460.1.1.1.1.1
.1.3.6.1.4.1.9.9.460.1.1.2 · 1 row entry · 1 columns
A 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 specifying the module, identified by ctpcModuleId,
on which to configure TPC and the VSAN number.
          
An entry can be created in this table only if an
entry exists in ctpcModuleTable for this module.
If a management application attempts to create
a row in this table corresponding to a module that 
does not exist in ctpcModuleTable table then the 
agent would respond with an error-status set to
 'inconsistentValue'.
                           
Once an entry is created, even if this module no 
longer exists in the ctpcModuleTable, still 
this entry is not deleted. The entry can only be 
deleted by setting ctpcVsanRowStatus to 'delete'.
ctpcVsanEntry entry .1.3.6.1.4.1.9.9.460.1.1.2.1
An entry in the TPC VSAN table for each configured
VSAN on this module.
Indexes
ctpcModuleId CISCO-VSAN-MIBvsanIndex
Column Syntax OID
ctpcVsanRowStatus
This 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.

Deleting an entry from this table, unconfi…
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.4.1.9.9.460.1.1.2.1.1
.1.3.6.1.4.1.9.9.460.1.1.3 · 1 row entry · 8 columns
A 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 number of TPC targets is implementation specific.
Each TPC target has a unique node world-wide-name, 
identified by ctpcTargetNodeName and a unique port
world-wide-name, identified by ctpcTargetPortName. 
Each TPC target exposes a single LUN (LUN 0) that is
XCOPY capable and is only concerned with moving data
in its own VSAN.
          
Once an entry is created in ctpcVsanTable, one or 
more entries are created in this table by agent.
Similarly the entries in this table are deleted
when the entry with the same ctpcModuleId and 
vsanIndex is deleted from the ctpcVsanTable.
ctpcTargetEntry entry .1.3.6.1.4.1.9.9.460.1.1.3.1
An entry in the TPC target table for each TPC target
in this VSAN on this module.
Indexes
ctpcModuleId CISCO-VSAN-MIBvsanIndex ctpcTargetIndex
Column Syntax OID
ctpcTargetIndex
The unique id number associated with the TPC target.
This id number is unique within the vsan in which
the TPC target is configured.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.460.1.1.3.1.1
ctpcTargetNodeName
The TPC target's node world-wide-name.
CISCO-ST-TCFcNameIdOrZero
Textual Convention: CISCO-ST-TCFcNameIdOrZero OctetString
Type Constraints:
range: 0
range: 8
range: 16
.1.3.6.1.4.1.9.9.460.1.1.3.1.2
ctpcTargetPortName
The TPC target's port world-wide-name.
CISCO-ST-TCFcNameIdOrZero
Textual Convention: CISCO-ST-TCFcNameIdOrZero OctetString
Type Constraints:
range: 0
range: 8
range: 16
.1.3.6.1.4.1.9.9.460.1.1.3.1.3
ctpcTargetState
The current state of the TPC target
TpcTargetState
Textual Convention: TpcTargetState Enumeration
Type Values:
1active
2initializing
3error
.1.3.6.1.4.1.9.9.460.1.1.3.1.4
ctpcTargetNumXcopies
The total number of XCOPY commands processed by the
TPC target since the module on which this target has
been configured has been online
commandsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.460.1.1.3.1.5
ctpcTargetMinXcopy
The 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
been online.
KilobytesSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.460.1.1.3.1.6
ctpcTargetMaxXcopy
The 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
been online.
KilobytesSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.460.1.1.3.1.7
ctpcTargetAvgKbPerSec
The average kilobytes per second throughput of the
TPC target in processing the XCOPY commands.
Kilobytes/secondSNMPv2-SMIGauge32
Textual Convention: SNMPv2-SMIGauge32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.460.1.1.3.1.8