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
 
 
563
 
name="CTP";value="lspNum=0" 
globaldefs::NamingAttributesList_T zEnd; 
Same as the aEnd field. LSP numbers at the endpoints always match one another. 
globaldefs::NVSList_T additionalCreationInfo; 
You can specify the following additional parameters: 
Name
 
Value
 
Description
 
isProtLsp
 
Boolean
 •  True, if the LSP created is protected. 
•  False, if the LSP created is working. 
sncName
 
String
 
The defined SNC name, which must match the TP tunnel SNC name that this
 
LSP will be associated to. The name must be in the following format:
 
<TP-Tunnel native name>:<source Node ID>:<source Tunnel ID>:<dest Node ID>:<dest 
Tunnel ID>
 
For example, tunnel192_193:TKEY=3.3.3.0:55:5.5.5.0:66.
 
Limitations 
Object create notifications are not generated. 
4.6.2.2  deactivateAndDeleteSNC 
Synopsis 
public void deactivateAndDeleteSNC( 
NameAndStringValue_T[]  sncName, 
                                     GradesOfImpact_T  
 
tolerableImpact, 
                                     EMSFreedomLevel_T  
emsFreedomLevel, 
                                     TPDataList_THolder  
 
tpsToModify, 
 NameAndStringValue_T[]  
additionalInfo, 
                                     SubnetworkConnection_THolder theSNC, 
                                     StringHolder errorReason) 
      throws ProcessingFailureException 
Description 
This interface enables you to deactivate and then delete the LSP SNC in one operation. Prime 
Optical removes resources allocated to this SNC from each node. This is an asynchronous 
operation. Successful completion of this operation guarantees only the delivery of the deletion 
request to Prime Optical. The NMS must wait for an OBJECT_DELETION event for this SNC.   
As TP tunnel names are not guaranteed to be unique in the network, you must provide the LSP 
name in the following format: 
<Native TP-Tunnel name>:TKEY=<TP-Tunnel key>:LSP=<LSP number>