User guide
3-107
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8.23 getAllDestCTPsForVCATMemberSNCProvisioning
For a list of supported layer rates, see 2.2.1 Layer Rate, page 2-23.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_ENTITY_NOT_FOUND - Raised if the PTP does not exist.
EXCPT_INVALID_INPUT - Raised when layerRate or direction are invalid.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
CTM-defined.
3.8.23 getAllDestCTPsForVCATMemberSNCProvisioning
Synopsis
void getAllDestCTPsForVCATMemberSNCProvisioning(
in globaldefs::NamingAttributes_T ptpName,
in globaldefs::NamingAttributes_T srcTPName,
in transmissionParameters::LayerRate_T layerRate,
in globaldefs::ConnectionDirection_T direction,
in unsigned long how_many,
out globaldefs:: NamingAttributesList_T tpList,
out globaldefs:: NamingAttributesIterator_I tpIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns a list of CTP names that can be used as the destination of a VCAT member SNC
to create on a given PTP. The NMS must specify the source CTP name (or source FTP name for VC3
port grouping circuits whose source is on E3, DS3I, or DS3IN cards), layer rate, and direction of the
SNC to create. This interface does not reserve resources for SNC creation; rather, this method returns a
CTP name list based on current resource availability. The actual SNC creation might still fail.
Values returned by this list can be used as the zEnd in each SNCCreateData_T listed from the
sncCreateDataList field of the type VCAT SNCCreateData_T, which is required as a parameter of the
createVCATl method described in 3.9.26 createVCAT, page 3-156.
This interface must be used according to 2.2.7.2.4 SNC Provisioning for ONS 15454 CE-MR-10 Cards,
page 2-41.
Restrict the use of this API to VCAT circuits involving CE-MR-10 cards in Manual mode.
Parameters
See the Parameters section of 3.8.22 getAllDestCTPsForSNCProvisioning, page 3-106.
tpList globaldefs::NamingAttributesList_T Out First batch of CTP names.
tpIt globaldefs::NamingAttributesIterator_I Out Iterator to retrieve remaining CTP names.
Name Type Input/Output Description