Cisco Cisco Prime Optical 9.8 Guia Do Programador

Página de 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
267
 
Description 
The NMS provides the SNC name, and Prime Optical returns ordered lists: one list for all 
CTPs/FTPs and another for all topological links. Prime Optical reports topological links and 
CTPs/FTPs of the working path for a 1+1, 2-fiber BLSR, or 4-fiber BLSR protected SNC. Prime 
Optical reports topological links and CTPs/FTPs of both the working and protect paths for a 
path-protection SNC. An SNC with the source or destination on Ethernet equipment is also 
supported. 
•  For the ONS 15310, this method does not report STS-1 SNC on CTX using DS1 ports. 
•  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 Chapter 4, “Using 
GateWay/CORBA Connectionless Interfaces” for supported CTPs and links. 
This interface does not report VCAT SNCs. 
The lists are unordered for circuits for which: 
•  The circuit state is not active. 
•  The circuit has DRI protection. 
A processing failure exception is returned with an EXCPT_UNABLE_TO_COMPLY exception in all 
of the preceding conditions. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
sncName
 
globaldefs::NamingAttributes_T
 
In
 
Name of the subnetwork 
connection.
 
ctpList
 
terminationPoint::TerminationPointList_T
 
Out
 
Ordered list of CTP/FTPs for this 
SNC.
 
topoList
 
topologicalLink::TopologicalLinkList_T
 
Out
 
Ordered topological links through 
which this SNC traverses.
 
For details about the TerminationPoint_T structure, see
. 
For details about the TopologicalLink_T structure, see
. 
Throws