Cisco Cisco Prime Optical 10.3 Developer's Guide

Page of 688
 
Cisco Prime Optical 10.3 GateWay/CORBA Programmer Reference Guide 
 
 
245
 
3.9.6  getAllSubnetworkConnectionsWithTP 
Synopsis 
Description 
This interface enables an NMS to request a list of the SNCs using the specified TP at the 
specified connection rates. A TP might be a PTP that requires a full list of SNCs using any of its 
contained CTPs. A TP might be a CTP or FTP that only requires the SNCs using that CTP or 
FTP. Both end CTPs and intermediate CTPs at the same layer are considered. In all cases, only 
SNCs that also match the specified connection rate filter are returned. 
•  For the ONS 15310 MA SONET, this method does not report STS-1 SNC on DS1 ports of 
DS1_xx cards.  
•  For the ONS 15310 MA SDH, this method does not report VC4 SNC on E1 ports of 
E1_63_E3_3 cards. 
•  For the ONS 15454 SONET, this method does not report STS-1 SNC on DS1 equipment. 
•  For the ONS 15454 SDH, this method does not report VC-4 SNC on E1 or E1_42 equipment. 
•  For CPT 200, CPT 200 SDH, CPT 600, and CPT 600 SDH, see 
 for supported SNCs. 
•  This interface does not report SNCs with duplicate names. 
For ONS 15600 SONET and ONS 15600 SDH NEs, if bridge-and-roll is applied, one CTP may 
be associated with two SNCs during a transient phase. If Prime Optical invokes this method 
during this phase, it reports both SNCs. 
Parameters 
Name
 
Type
 
Input/ 
Outpu
t
 
Description
 
tpName
 
globaldefs::NamingAttributes_T
 
In
 
Termination point for which to 
report SNCs.
 
connectionLayerRateLi
st
 
transmissionParameters::LayerR
ateList_T
 
In
 
List of rates of the SNCs to 
report. If an empty list is 
specified, all SNCs of all rates 
are reported.
 
how_many
 
unsigned long
 
In
 
Maximum number of SNCs to 
report in the first batch.
 
sncList
 
subnetworkConnection::Subnet
workConnectionList_T
 
Out
 
First batch of SNCs.
 
sncIt
 
subnetworkConnection::SNCIter
ator_I
 
Out
 
Iterator to retrieve the 
remaining SNCs.
 
 
For details about the SubnetworkConnection_T structure, see 
.