Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 637
 
MTOSI Interface Details 
 
 
 
 
 
 
Cisco EPN Manager 2.0 MTOSI API Guide for OSS Integration  
 
 
97 
4.14.3.2.2 
Multi-UNI Configuration in Order data 
For E-LAN Services provisioning, adding multiple UNIs as part of the Endpoint configuration is supported. The 
configuration for each UNI should be added as each AEnd Endpoint under the AEndEndpointList container 
element.  
 
Note: EP-Tree, EVP-Tree only supports single UNI configuration in order data 
 
The following request xml snippet shows how the multiple UNI configurations can be specified for EVP-LAN 
service provisioning. 
 
 
<ciscoCeServiceOrderData> 
   <!-- service configuration --> 
    <serviceName>EvpLanSevice1</serviceName> 
    <coreTechnology>VPLS</coreTechnology> 
    ... 
    ... 
    <!--==== Multi Uni/Endpoints Configuration ==== --> 
    <aEndEpDataList> 
        <endpointData> 
            <uniModifyOperation>add</uniModifyOperation> 
            <portRef/> 
            <uniName>uni1</uniName> 
            ... 
            ... 
        </endpointData> 
        <endpointData> 
            <uniModifyOperation>add</uniModifyOperation> 
            <portRef/> 
            <uniName>uni2</uniName> 
            ... 
            ... 
        </endpointData> 
        <endpointData> 
            <portRef/> 
            <uniName>uni3</uniName> 
            ... 
            ... 
        </endpointData> 
 
    </aEndEpDataList> 
</ciscoCeServiceOrderData> 
 
 
4.14.3.3 
Carrier Ethernet Endpoint Service Order Data 
 
The following table lists the Order Data elements and the supported values for Carrier Endpoint Services 
(UNI, ENNI). Note that the table below describes all the elements in service order data combined for service 
and endpoint configuration for all the CE Endpoint Services (UNI, ENNI).  
 
Before using this API to provision CE Services, there are some prerequisites that must be met in Cisco EPN 
Manager as well as the devices used for provisioning. Please refer to the User and Administration guide for 
Cisco EPN Manager for details on the prerequisites.