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
 
 
542
 
Use Case Description 
The following describes how the system requests to create an FTP.: 
•  The EMS creates the requested FTP consistently with its implementation and the NMS 
specifications.  
•  If the EMS cannot create the FTP as specified, an appropriate exception is raised. 
•  The NMS specifies the FTP by choosing a location within the NE. 
•  After the EMS validates the input data, and if it can satisfy the input constraints, the EMS 
proceeds with implementing the FTP and returns the name of the new FTP and all of the 
attributes to the NMS. 
•  If the EMS fails to validate the input, it raises an appropriate exception. 
•  If transmission parameters are specified for the contained CTPs that are created, the EMS 
applies the transmission parameters after the FTP creation. 
•  Alarm reporting on the FTPs and contained CTPs might be enabled by the EMS using the 
alarm reporting transmission parameter. 
•  An object creation notification is sent to notify the NMS about the existence of the new FTP. 
 
If virtual concatenation applies, no notification is sent to the contained CTPs. 
4.5.5.2  deleteFTP 
Synopsis 
public void deleteFTP( 
NameAndStringValue_T[]  ftpName, 
                        TPDataList_THolder  
 
tpsToModify, 
                        StringHolder  
 
 
errorReason) 
throws ProcessingFailureException 
Description 
This interface enables the NMS to request the deletion of an FTP from the EMS. The service 
may be used to delete CPTP FTPs. 
Parameters 
•  NamingAttributes_T ftpName—The FTP LAG name to be deleted. Because an Ethernet LAG 
port can aggregate client Ethernet ports of different ME cards, the corresponding FTP is 
logically positioned on the unique shelf of the ME itself: 
name="EMS";value="CompanyName/EMSname" 
name="ManagedElement";value="ManagedElementName" 
name="FTP";value="/rack=1/shelf=1/port=nn" 
•  TPDataList_T tpsToModify  
–  in—The list of TPs with associated parameters to be applied.  
–  out—The list of TPs with associated applied parameters.