Руководство Разработчика для Cisco Cisco Prime Optical 9.6

Скачать
Страница из 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
243
 
        in globaldefs::NamingAttributes_T ptpName, 
        in globaldefs::NamingAttributes_T srcCTPName, 
        in transmissionParameters::LayerRate_T layerRate, 
        in globaldefs::ConnectionDirection_T direction, 
        in unsigned long how_many, 
        out globaldefs::NamingAttributesList_T ctpList, 
        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 an SNC to 
create on a given PTP. The NMS must specify the source CTP name (or source FTP name, in the 
case of VC3 port grouping circuits that have the source on E3, DS3I, or DS3IN cards), layer rate, 
and the direction of the SNC to create. This interface does not reserve resources for SNC 
creation; rather, this method returns a CTP 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 the 
SNCCreateData_T parameter of 
. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
ptpName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the PTP.
 
srcCTPName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the CTP selected as the 
source CTP name of the SNC to 
create.
 
layerRate
 
transmissionParameters::LayerRate_T
 
In
 
Layer rate at which the SNC is 
created. This value must match the 
layer rate of srcCTP specified in the 
srcCTPName field. All CTP names 
available at this layer rate are 
returned.
 
direction
 
globaldefs::ConnectionDirection_T
 
In
 
Prime Optical supports CD_UNI 
(unidirectional) or CD_BI 
(bidirectional).
 
how_many
 
unsigned long
 
In
 
Maximum number of CTP names to 
report in the first batch.
 
tpList
 
globaldefs::NamingAttributesList_T
 
Out
 
First batch of CTP names.
 
tpIt
 
globaldefs::NamingAttributesIterator_I
 
Out
 
Iterator to retrieve remaining CTP 
names.
 
For a list of supported layer rates, see 
.