Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 574
         
  
 
  
MTOSI Interface Details 
                                    
 
 
 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
93 
Carrier 
Ethernet 
Service Order 
Data 
Data 
Type 
Applicable to 
Service Type 
Description 
uniModifyOpe
ration 
String 
EP-LAN, EVP-
LAN, EP-TREE, 
EVP-TREE 
Operation type on a modify request for a ELAN 
and ETREE service to add or remove or update 
UNI.  
Valid values: add, remove, update 
In case of ELAN services, this element should 
present inside each endpoint data to 
add/remove or update that specific endpoint. 
For ETREE services, this element should be 
present along with uniRefList below in order 
data. 
uniRefList 
UniRefLi
stType 
EP-TREE, EVP-
TREE 
Container element to hold the UNI references 
used in add/remove UNIs in modify request of 
ETREE services. Should contain uniRef elements 
list. For example: 
<uniList> 
<uniRef> 
<rdn><type>MD</type><value>CISCO
_EPNM</value></rdn> 
<rdn><type>UNI</type><value>my_e
ndpoint_uni</value></rdn> 
</uniRef> 
<uniList> 
 
4.13.2.2.1 
QinQ Configuration in Order data 
QinQ Configuration of the endpoints in the order data is supported only for EVPL and Access EVPL, EVP-LAN 
services. 
4.13.2.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>