Cisco Cisco Prime Network 4.1 Developer's Guide

Page of 199
MTOSI OSS Integration
 
 
Cisco Prime Network OSS  Integration  Guide for  MTOSI and 3GPP 
OL-31029-01
 
 
77
 
16 
minRequiredEVCMode 
String 
 
17 
supportingHostRef 
NamingAttributeType 
Host server RDN 
8.8  L3 MPLS VPN  
MPLS VPN functionality is supported as part of two mtosi interfaces.  
Resource Inventory Retrieval Interface 
Connection Retrieval Interface 
 
Following is the flow to get MPLS inventory. 
1-  Execute getInventory operation(for exact inputs please check the below 
table) implemented as part of ResourceInventoryRetrieval Interface to get all 
the configured L3 MPLS-VPN names 
2-  Execute getSubNetworkConnection operation implemented as part of 
Connection Retrieval Interface to get the specific VPN details (for exact 
inputs please check the below table) 
3-  Execute getRoute operation implemented as part of Connection Retrieval 
interface to get the available route table entries for the specific VPN. 
 
The WSDL document describing the details of the Interface can be accessed from the 
 section. 
8.8.1  Retrieving list of configured L3 MPLS-VPN names 
Input to getInventory API: 
 
Sl.No 
Request parameter 
Type 
Description 
MD 
 
String 
Management Domain name 
ObjectType  
String 
The value expected is “SNC” 
Granularity  
String 
The value expected is “NAME” 
 
Output: 
The output will contain list of all configured VPN IDs. The  parameter is explained below. 
 
Sl.No 
Response parameter 
Type 
Description 
sncNm 
String 
This contains the VPN Id Information. 
For example: 
{"dmIdentifier":"net://net:1","vpnId":"1"} 
where  “net://net:1” is the DM Identifier 
and “1” is the VPN Id 
MPLS/VPN attribute retrieval is supported by these APIs: 
 
getSubNetworkConnection 
 
getRoute 
The WSDL document describing the details of the Interface can be accessed from the 
 section.