User guide
3-146
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.17 CreateAndActivateSNC
CTM does not support tolerableImpact (GradesOfImpact_T). Circuits created on the ONS 15327 and
ONS 15454 do not impact existing traffic.
CTM does not support emsFreedomLevel (EMSFreedomLevel_T). CTM has full control of SNC
creation.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when a field of createData is invalid.
EXCPT_ENTITY_NOT_FOUND - Raised when fields of createData reference objects that do not
exist.
EXCPT_UNABLE_TO_COMPLY – Raised if the SNC cannot be created and activated because CTP
conflicts with other SNC or NE does not support this SNC creation. This exception is also
raised when CTM cannot meet protection levels or there is no bandwidth available.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost and this
prevents creation of the SNC.
EXCPT_USERLABEL_IN_USE - Raised when the user label uniqueness constraint is not met.
Compliance
CTM-defined.
3.9.17 CreateAndActivateSNC
Synopsis
void createAndActivateSNCFromUserLabel(
in subnetworkConnection::SNCCreateData_T createData,
in subnetworkConnection::GradesOfImpact_T tolerableImpact,
in EMSFreedomLevel_T emsFreedomLevel,
inout subnetworkConnection::TPDataList_T tpsToModify,
out subnetworkConnection::SubnetworkConnection_T theSNC,
out string errorReason)
raises(globaldefs::ProcessingFailureException);
excludedProtectedME String Must match the name of any ManagedElement which you have
requested to be excluded from the protected path of an OCHNC or
OCHCC circuit. See the parameter includedProtectedME for the
scenario.
overlayRing String Values can be:
• true—Indicates that an Overlay Ring SNC is allowed. You can
create an Overlay Ring SNC only by using CTP Inclusions to
pass the complete route from the SNC to CTM Server.
• false—Indicates that an Overlay Ring SNC is not allowed.
Table 3-4 CTM-Supported Parameters for SNC Creation (continued)
Name Value Description