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
 
 
558
 
Name
 
Value
 
Description
 
available between the MEs at the TP tunnel endpoints. To successfully provision 
the TP tunnel, the same SID must be available on both MEs. SID values on a given 
ME are shared between TP tunnels, pseudowires, and EVCs passing through it. 
The SID value automatically chosen by the EMS is returned as additional 
parameter in the SNC structure for the TP tunnel.
 
If you provide the ServiceID for the given TP tunnel, the EMS only checks if it is 
available on both the source and destination MEs. If the ServiceID is not 
available, an exception is generated.
 
sncName
 
String
 
User-defined SNC name. If no sncName is defined, the EMS automatically assigns 
the following:
 
tpTunnel:<source Node ID>:<source Tunnel ID>:<dest Node ID>:<dest Tunnel ID>
 
The node IDs are automatically retrieved by the EMS from the TP tunnel endpoint 
MEs, and the tunnel numbers are provided through the endpoint CTP names; for 
example, tpTunnel:3.3.3.0:55:5.5.5.0:66.
 
Limitations 
Object create notifications are not generated. 
4.6.1.2  deactivateAndDeleteSNC 
Synopsis 
public void deactivateAndDeleteSNC( 
NameAndStringValue_T[]  sncName, 
                                     GradesOfImpact_T  
 
tolerableImpact, 
                                     EMSFreedomLevel_T  
emsFreedomLevel, 
                                     TPDataList_THolder  
 
tpsToModify, 
                                     SubnetworkConnection_THolder theSNC, 
                                     StringHolder errorReason) 
      throws ProcessingFailureException 
Description 
This interface allows you to deactivate and then delete the SNC, which represents a given 
MPLS-TP tunnel in one operation. This operation implies the automatic deletion of the 
associated LSP SNCs. 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 deletion request to Prime Optical. The NMS must wait for an OBJECT_DELETION 
event for this SNC. 
Because TP tunnel names are not guaranteed to be unique in the network, you must provide 
the TP tunnel name in the following format: 
<Native TP-Tunnel name>:TKEY=<TP-Tunnel key>