Cisco Cisco Prime Optical 9.6 Guia Do Programador

Página de 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
520
 
In Prime Optical, each ME name is unique irrespective of which network partition or network 
access domain it belongs to. In this data structure, networkAccessDomain separates an ME 
from another that has the same name but belongs to a different network access domain.  
Use Case Description 
The following describes how the system requests to create an FD: 
1.  The NMS sends the request to the EMS to create an FD. 
2.  The EMS validates the request:  
a.  If the syntax is incorrect, an Invalid Input exception is raised. 
b.  If an FD object with the name specified already exists, an Object In Use exception is 
raised. 
c.  If user label uniqueness is required, the EMS checks the user label for uniqueness. If an 
FD object with the same user label already exists, a User Label In Use exception is raised. 
d.  If one of the specified resources (MFDs or CPTPs) does not exist, an Entity Not Found 
exception is raised. 
e.  If any of the MFDs to be associated is already associated to another FD, an Object In Use 
exception is raised. 
f.  If any of the MFDs to be associated could not be associated to the FD, no MFD is 
associated and an Unable To Comply exception is raised. 
g.  If a CPTP is not already assigned to one of the provided MFDs, an Unable To Comply 
exception is raised. 
3.  If the request is valid, the EMS: 
a.  Creates the FD as requested. 
b.  Associates the requested CPTPs to the new FD (the PortTPRoleState attribute of the 
CPTPs is set to fdEdge). All names of the CPTPs that could not be associated are 
returned in the reply. 
c.  Replies with a success indication. 
d.  Sends an FD object creation notification to the notification service. 
 
TPData (tpsToModify) structure contains TP data that can be set by the NMS; for example, 
the transmission parameters that must be applied to the TP. Only a subset of the 
parameters is specified in the list and only these parameters should be applied in the NE. If 
the list is empty, nothing will be done. To remove a parameter from the list, use a hyphen (-
) in the value part of the structure. 
 
Limitations
 
•  The tpsToModify parameter is not supported. 
•  The assignedCPTPs parameter is not supported. All CPTPs that are currently assigned to the 
MFDs specified in the createData attribute are automatically moved to fdEdge role state 
after the MFD is assigned to the FD. To explicitly assign CPTPs to an FD, use the 
assignCPTPsToMFD interface.