Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
213
 
Compliance 
TMF-defined. 
3.8.2  getAllSNCs 
Synopsis 
void getAllSNCs( 
        in globaldefs::NamingAttributes_T managedElementName, 
        in transmissionParameters::LayerRateList_T connectionRateList, 
         in unsigned long how_many, 
         out subnetworkConnection::SubnetworkConnectionList_T sncList, 
         out subnetworkConnection::SNCIterator_I sncIt) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface enables an NMS to request all SNCs that originate on, terminate on, or transit 
through a given ME.  
•  For the ONS 15310 CL, this method does not report STS-1 SNC on CTX using DS1 ports. 
•  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 15327, this method does not report STS-1 SNC on XTC using DS1 ports. 
•  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 the supported SNCs. 
This interface does not report VCAT SNCs. 
Parameters  
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the ME whose 
SNCs are required.
 
connectionLayerRateList
 
transmissionParameters::LayerRat 
eList_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::Subnetwo 
Out
 
First batch of SNCs.