User guide
3-140
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.16 createAndActivateSNCFromUserLabel
CTM does not support locking.
For details about the SubnetworkConnection_T structure, see 3.8.2 getAllSNCs, page 3-83.
CTM support for the SNCCreateData_T structure is as follows:
• string userLabel
Supported. The value in this field is assigned to the name of the newly created SNC.
• boolean forceUniqueness
CTM guarantees the uniqueness of SNCs if they are all created by CTM. CTM cannot guarantee the
uniqueness if any other tool has been used instead.
• string owner
Not supported.
• globaldefs::ConnectionDirection_T direction
CTM supports CD_UNI (unidirectional), CD_BI (bidirectional), CD_UNI_EW (unidirectional
east-to-west), CD_UNI_WE (unidirectional west-to-east), CD_BI_EW (bidirectional east-to-west),
and CD_BI_WE (bidirectional west-to-east).
• StaticProtectionLevel_T staticProtectionLevel
CTM supports UNPROTECTED, FULLY_PROTECTED, and HIGHLY_PROTECTED. CTM does
not support any other value.
• ProtectionEffort_T protectionEffort
CTM supports all values defined by the TMF.
If the NMS requests an unprotected SNC on a BLSR ring, CTM creates the SNC. The same is true
for an unprotected SNC with 1+1 protection.
If the NMS specifies EFFORT_SAME_OR_WORSE or EFFORT_WHATEVER, CTM expects the
value of staticProtectionLevel to be UNPROTECTED. These values indicate that CTM must create
the PCA.
• Reroute_T rerouteAllowed
Not supported.
• NetworkRouted_T networkRouted
Not supported.
• SNCType_T sncType;
Not supported.
• transmissionParameters::LayerRate_T layerRate
CTM supports the following layer rates:
tpsToModify subnetworkConnection::TPDat
aList_T
In/out CTM ignores this parameter.
theSNC subnetworkConnection::Subne
tworkConnection_T
Out Resulting SNC, with the sncState and name set.
The name is set to the user label supplied in the
createData structure.
errorReason String Out Specifies the creation and/or activation error(s), if
any.
Name Type Input/Output Description