Cisco Cisco Prime Optical 9.8 Developer's Guide

Page of 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
503
 
Relevant Data Structures 
 
The name of each MFD must be in the following format: 
name="EMS";value="CompanyName/EMSname" 
name="ManagedElement";value="ManagedElementName" 
name="MatrixFlowDomain"; value= "MatrixFlowDomainName" 
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 MFD: 
1.  The NMS sends the request to the EMS to create an MFD with the provided parameters. 
2.  The EMS validates the request:  
a.  If the syntax is incorrect, an Invalid Input exception is raised. 
b.  If user label uniqueness is required, the EMS checks the user label for uniqueness. If an MFD 
object with the same user label exists, a User Label In Use exception is raised. 
c.  If one of the specified TPs is unknown to the EMS, an Entity Not Found exception is raised. 
d.  If at least one of the MFD parameters could not be set, an Unable To Comply exception is raised. 
e.  If any of the specified TPs is already in use by another MFD, an Object In Use exception is raised. 
3.  If the request is valid, the EMS:  
a.  Creates the MFD. 
b.  Assigns the requested CPTPs to the MFD.