Cisco Cisco Prime Optical 9.8 Guide Du Développeur

Page de 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
511
 
Relevant Data Structures 
The name of each FD must be in the following format: 
name="EMS";value="CompanyName/EMSname" 
name="FlowDomain";value=" FlowDomainName" 
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.