User guide
3-156
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.9.26 createVCAT
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the maximum number of iterators reaches 128.
Compliance
CTM-defined.
3.9.26 createVCAT
Synopsis
void MultiLayerSubnetworkMgr_I::createVCAT(
in subnetworkConnection::VCATSNCCreateData_T createData,
out subnetworkConnection::VCAT_T vcat,
out string errorReason)
raises(globaldefs::ProcessingFailureException);
Description
This interface attempts to create a VCAT SNC.
CTM generates an object creation event for the VCAT SNC that was created and for the individual
Layer 1 SNCs.
Parameters
CTM support for VCATSNCCreateData_T structure is as follows:
• string userLabel
Supported. Value assigned to this field is the name of the new VCAT.
• boolean forceUniqueness
CTM guarantees the uniqueness of all VCATs created by CTM. CTM does not guarantee uniqueness
if any other tool is used for VCAT SNC creation.
• string owner
Not supported.
• globaldefs::ConnectionDirection_T direction
CTM supports only CD_BI (bidirectional).
• boolean isSymmetrical
Supported. In the current release, only symmetric VCAT SNCs are supported. If set to true, all
members are bidirectional L1 SNCs, and the VCAT layer rate is the same for both directions. If set
to false, all members are unidirectional L1 SNCs, and the supported VCAT layer rate on either
direction can be different.
• subnetworkConnection::LCASMode_T mode
Supported. CTM supports the following values:
Name Type Input/Output Description
createData subnetworkConnection::VCATSNCCreat
eData_T
In Structure describing the VCAT SNC to create.
vcat subnetworkConnection::VCAT_T Out VCAT SNC created.
errorReason String Out Reason for the failure.