- Index
- About This Guide
- Introduction to the PRIME Fulfillment API
- Getting Started
- Common APIs
- Using Templates
- Monitoring APIs
- MPLS Provisioning
- VPLS Provisioning
- FlexUNI/EVC Provisioning
- Traffic Engineering Management Provisioning
- IP RAN Provisioning
- MPLS-TP Provisioning
- GUI to API Mapping
- Implementing a Notification Server
- Scripts
- Prime Fulfillment XDE SDK
RAN Backhaul Provisioning
RAN Backhaul APIs in Cisco Prime Fulfillment includes provisioning support for creating Circuit-Emulation-TDM (TDM-CEM) and ATM Pseudowire services. These can be added on top of an existing Prime Fulfillment EVC infrastructure.
The CEM TDM feature supports provisioning of SAToP PW3 and CESoPSN PWE3 services whereas the ATM feature supports provisioning of ATM IMA VCC PWE3 and ATM IMA PVP PWE3 services.
This chapter describes TDM-CEM and ATM Pseudowire service concepts and the steps required to provision services using Prime Fulfillment APIs. A provisioning example includes all steps from creating the inventory to auditing the service deployment.
For a detailed description of supported TDM-CEM and ATM Pseudowire features, policy attribute definitions, GUI implementation, and other information, see the Cisco Prime Fulfillment User Guide 6.2.
This chapter contains the following sections:
•TDM-CEM End-to-End Provisioning Process
•ATM Pseudowire Service Definitions
•ATM Pseudowire Service Requests
•ATM Pseudowire End-to-End Provisioning Process
Policy Types
The following policy types are supported for RAN Backhaul in Prime Fulfillment:
•Circuit-Emulation-TDM - Circuit Emulation (TDM) services for RAN backhaul can be defined using this policy type.
•ATM - ATM services for RAN backhaul can be defined using this policy type.
For the list of RAN Backhaul Provisioning Attributes, refer Table 11-1:
TDM-CEM Service Definitions
A TDM-CEM service definition specifies the core type, policy subtype, and the attributes common to all EVC attachment circuits. This section lists the supported service definitions, service orders, and policies and includes corresponding examples.
CEM Class Inventory Operations
Prime Fulfillment supports the creation of following CEM Class features:
•Creating
•Modifying
•Deleting
•Viewing
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateCEMClass.xml
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0" xmlns:ns1="urn:CIM">
<soapenv:Header>
<ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z"
sessiontoken="p36bttjwy1" />
</soapenv:Header>
<soapenv:Body>
<ns1:createInstance>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">CemClass</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Name</name>
<value xsi:type="xsd:string">sampleNbi_cemclass</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Description</name>
<value xsi:type="xsd:string">Sampledescription</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DejitterBuffer</name>
<value xsi:type="xsd:string">250</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PayloadSize</name>
<value xsi:type="xsd:string">400</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">IdlePattern</name>
<value xsi:type="xsd:string">10</value>
</item>
</properties>
</objectPath>
</ns1:createInstance>
</soapenv:Body>
</soapenv:Envelope>
Supported Service Definitions and Service Orders
Prime Fulfillment supports the following TDM-CEM features:
•Creating:
–TDM-CEM Service Definition/Policy
–TDM-CEM Service Order/Request
•Modifying:
–TDM-CEM Service Definition/Policy
–TDM-CEM Service Order/Request
•Deleting:
–TDM-CEM Service Definition/Policy
–TDM-CEM Service Order/Request
•Viewing:
–TDM-CEM Service Definition/Policy
–TDM-CEM Service Order/Request
Policy Examples
The following constitute XML policy examples for TDM-CEM:
•Create TDM-CEM (CESoPN) Policy
•Create TDM-CEM (SAToP) Policy
Create TDM-CEM (CESoPN) Policy
In this example, a TDM-CEM (CESoPN) policy is created.
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateTDM_CEM_CESoPN_Policy.xml
The relevant attributes that need to be set for this policy are highlighted in bold in the example. They are RanServiceType, which in the example is set to CESoPN_TIMESLOT, ContainerType, which in the example is set to E1, and UseCemClass, which in the example is set to true.
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0"
xmlns:ns1="urn:CIM">
<soapenv:Header>
<ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z"
sessiontoken="p36bttjwy1"/>
</soapenv:Header>
<soapenv:Body>
<ns1:createInstance>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceDefinition</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Name</name>
<value xsi:type="xsd:string">TDM_CES</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceDefinitionDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">SubType</name>
<value xsi:type="xsd:string">Evc</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AccessType</name>
<value xsi:type="xsd:string">TDM_CEM</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">RanServiceType</name>
<value xsi:type="xsd:string">CESoPN_TIMESLOT</value>
</item >
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCId</name>
<value xsi:type="xsd:string">true</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">EnablePWRedundancy</name>
<value xsi:type="xsd:string">false</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TransportType</name>
<value xsi:type="xsd:string">PSEUDOWIRE</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ContainerType</name>
<value xsi:type="xsd:string">E1</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseCemClass</name>
<value xsi:type="xsd:string">true</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
</properties>
</objectPath>
</objectPath>
</ns1:createInstance>
</soapenv:Body>
</soapenv:Envelope>
Create TDM-CEM (SAToP) Policy
In this example, a TDM-CEM (SAToP) policy is created.
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateTDM_CEM_SAToP_Policy.xml
The relevant attributes that need to be set for this policy are highlighted in bold in the example. They are RanServiceType, which in the example is set to SAToP_UNFRAMED, ContainerType, which in the example is set to E1, and UseCemClass, which in the example is set to true.
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0"
xmlns:ns1="urn:CIM">
<soapenv:Header>
<ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z"
sessiontoken="p36bttjwy1"/>
</soapenv:Header>
<soapenv:Body>
<ns1:createInstance>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceDefinition</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Name</name>
<value xsi:type="xsd:string">ipran_nbi</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceDefinitionDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">SubType</name>
<value xsi:type="xsd:string">Evc</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AccessType</name>
<value xsi:type="xsd:string">TDM_CEM</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">RanServiceType</name>
<value xsi:type="xsd:string">SAToP_UNFRAMED</value>
</item >
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCId</name>
<value xsi:type="xsd:string">true</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">EnablePWRedundancy</name>
<value xsi:type="xsd:string">true</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TransportType</name>
<value xsi:type="xsd:string">PSEUDOWIRE</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ContainerType</name>
<value xsi:type="xsd:string">E1</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseCemClass</name>
<value xsi:type="xsd:string">true</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CemClassId</name>
<value xsi:type="xsd:string">6</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
</properties>
</objectPath>
</objectPath>
</ns1:createInstance>
</soapenv:Body>
</soapenv:Envelope>
Related APIs
•ModifyTDM_CEM_CESoPN_Policy.xml
•DeleteTDM_CEM_Policy.xml
TDM-CEM Service Requests
Before creating a service request, a service policy has to be defined. For information on TDM-CEM policies, see EVC Service Definitions.
A TDM-CEM service request defines the service definition along with the the respective attributes for a EVC-TDM link.
See the Cisco Prime Fulfillment User Guide 6.2 for the illustration of RAN Backhaul Services.
Service Request Examples
The following XML examples illustrate how you work with service requests for TDM-CEM APIs. They also demonstrate the kinds of properties (attributes) that need to be specified for each request.
This section includes the following examples:
•Create TDM-CEM (CESoPN) Service Request Without Pseudowire Redundancy
•Create TDM-CEM (CESoPN) Service Request With Pseudowire Redundancy
Create TDM-CEM (CESoPN) Service Request Without Pseudowire Redundancy
In this example, a TDM-CEM (CESoPN) service request is created without Pseudowire redundancy.
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateTDM_CEM_CESoPN_SR_PW.xml
The relevant attributes that need to be set for this policy are highlighted in bold in the example. They are CemClassName, which in the example is set to CEM_1, ContainerType, which in the example is set to E1, UseCemClass, which in the example is set to true, Terminal, which in the example is set to A, CemGroupId, which in the example is set to 12, TimeSlot, which in the example is set to 15, ClockSourceType, which in the example is set to INTERNAL, TimeSlot, which in the example is set to 12-16, ClockSourceType, which in the example is set to INTERNAL, AugMappingType, which in the example is set to au-4, Tug3Number, which in the example is set to 1, ChannelModeType, which in the example is set to c-12, Tug2Number, which in the example is set to 2, and E1Number, which in the example is set to 1.
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0" xmlns:ns1="urn:CIM">
<soapenv:Header>
<!-- WaitTimeout has a default set in system properties.-->
<ns0:message id="87855" timestamp="2011-11-13T14:55:38.885Z"
Wait="true" WaitTimeout="90" sessiontoken="p36bttjwy1" />
</soapenv:Header>
<soapenv:Body>
<ns1:performBatchOperation>
<actions xsi:type="ns1:CIMActionList"
soapenc:arrayType="ns1:CIMAction[]">
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceOrder</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceName</name>
<value xsi:type="xsd:string">ServiceOrder257</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CarrierId</name>
<value xsi:type="xsd:string">322</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DesiredDueDate</name>
<value xsi:type="xsd:dateTime">2008-12-13T14:55:38.885Z</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">NumberOfRequests</name>
<value xsi:type="xsd:string">1</value>
</item>
</properties>
</objectPath>
</action>
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequest</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">RequestName</name>
<value xsi:type="xsd:string">Ipran</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequestDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceDefinition</name>
<value xsi:type="xsd:string">TDM_CES</value>
<qualifier xsi:type="xsd:string">
<name xsi:type="xsd:string">ServiceDefinitionType</name>
<value xsi:type="xsd:string">EvcIpran</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ContainerType</name>
<value xsi:type="xsd:string">E1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseCemClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CemClassName</name>
<value xsi:type="xsd:string">CEM_1</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems2941q</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">CONTROLLER E10/3</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">A</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcTDMLinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CemGroupId</name>
<value xsi:type="xsd:string">12</value>
</item>
<!-- use Time slot for CESoPN -->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TimeSlot</name>
<value xsi:type="xsd:string">15</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ClockSourceType</name>
<value xsi:type="xsd:string">INTERNAL</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_1</value>
</item>
</properties>
</objectPath>
</objectPath>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7606c</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">CONTROLLER SONET3/2/0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcTDMLinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CemGroupId</name>
<value xsi:type="xsd:string">10</value>
</item>
<!-- use Time slot for CESoPN -->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TimeSlot</name>
<value xsi:type="xsd:string">12-16</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ClockSourceType</name>
<value xsi:type="xsd:string">INTERNAL</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AugMappingType</name>
<value xsi:type="xsd:string">au-4</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Tug3Number</name>
<value xsi:type="xsd:string">1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ChannelModeType</name>
<value xsi:type="xsd:string">c-12</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Tug2Number</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">E1Number</name>
<value xsi:type="xsd:string">1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_3</value>
</item>
</properties>
</objectPath>
</objectPath>
</objectPath>
</objectPath>
</action>
</actions>
</ns1:performBatchOperation>
</soapenv:Body>
</soapenv:Envelope>
Create TDM-CEM (CESoPN) Service Request With Pseudowire Redundancy
In this example, a TDM-CEM (CESoPN) service request is created with Pseudowire redundancy. To enable Pseudowire redundancy, set UseBackPwClass and BackPwClassName while creating the service request.
UseBackPwClass and BackPwClassName are highlighted with bold in this below example.
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateTDM_CEM_CESoPN_SR_PWRedundancy.xml
The relevant attributes that need to be set for this policy are highlighted in bold in the example. They are Terminal, which in the example is set to A, UseBackPwClass, which in the example is set to true, BackPwClassName, which in the example is set to PW_2.
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0" xmlns:ns1="urn:CIM">
<soapenv:Header>
<!-- WaitTimeout has a default set in system properties.-->
<ns0:message id="87855" timestamp="2011-11-13T14:55:38.885Z"
Wait="true" WaitTimeout="90" sessiontoken="p36bttjwy1" />
</soapenv:Header>
<soapenv:Body>
<ns1:performBatchOperation>
<actions xsi:type="ns1:CIMActionList"
soapenc:arrayType="ns1:CIMAction[]">
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceOrder</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceName</name>
<value xsi:type="xsd:string">ServiceOrder257</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CarrierId</name>
<value xsi:type="xsd:string">322</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DesiredDueDate</name>
<value xsi:type="xsd:dateTime">2008-12-13T14:55:38.885Z</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">NumberOfRequests</name>
<value xsi:type="xsd:string">1</value>
</item>
</properties>
</objectPath>
</action>
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequest</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">RequestName</name>
<value xsi:type="xsd:string">Ipran</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequestDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceDefinition</name>
<value xsi:type="xsd:string">TDM_CES</value>
<qualifier xsi:type="xsd:string">
<name xsi:type="xsd:string">ServiceDefinitionType</name>
<value xsi:type="xsd:string">EvcIpran</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseBackupVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ContainerType</name>
<value xsi:type="xsd:string">E1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseCemClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CemClassName</name>
<value xsi:type="xsd:string">CEM_1</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems2941q</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">CONTROLLER E10/2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">A</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcTDMLinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CemGroupId</name>
<value xsi:type="xsd:string">4</value>
</item>
<!-- use Time slot for CESoPN -->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TimeSlot</name>
<value xsi:type="xsd:string">6</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ClockSourceType</name>
<value xsi:type="xsd:string">INTERNAL</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseBackPwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">BackPwClassName</name>
<value xsi:type="xsd:string">PW_2</value>
</item>
</properties>
</objectPath>
</objectPath>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7609f</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">CONTROLLER SONET1/2/0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcTDMLinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CemGroupId</name>
<value xsi:type="xsd:string">10</value>
</item>
<!-- use Time slot for CESoPN -->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TimeSlot</name>
<value xsi:type="xsd:string">25</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ClockSourceType</name>
<value xsi:type="xsd:string">INTERNAL</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AugMappingType</name>
<value xsi:type="xsd:string">au-4</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Tug3Number</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ChannelModeType</name>
<value xsi:type="xsd:string">c-12</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Tug2Number</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">E1Number</name>
<value xsi:type="xsd:string">1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_5</value>
</item>
</properties>
</objectPath>
</objectPath>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7606c</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">CONTROLLER SONET3/2/0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z-BackUp</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcTDMLinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CemGroupId</name>
<value xsi:type="xsd:string">9</value>
</item>
<!-- use Time slot for CESoPN -->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TimeSlot</name>
<value xsi:type="xsd:string">13</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ClockSourceType</name>
<value xsi:type="xsd:string">INTERNAL</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AugMappingType</name>
<value xsi:type="xsd:string">au-4</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Tug3Number</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ChannelModeType</name>
<value xsi:type="xsd:string">c-12</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Tug2Number</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">E1Number</name>
<value xsi:type="xsd:string">1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_6</value>
</item>
</properties>
</objectPath>
</objectPath>
</objectPath>
</objectPath>
</action>
</actions>
</ns1:performBatchOperation>
</soapenv:Body>
</soapenv:Envelope>
TDM-CEM End-to-End Provisioning Process
This section describes the process for using the API to provision TDM-CEM and includes the required operation, object definition (className), and parameter definitions.
Process Summary
This TDM-CEM provisioning example uses the following processes:
1. Create device groups (optional).
2. Create devices.
3. Collect device configurations.
4. Create provider.
5. Create regions.
6. Declare devices as PEs.
7. Create customer.
8. Create VC ID pool.
9. Create TDM-CEM service definition (policy).
10. Create TDM-CEM service request.
Detailed Process
This section describes the process for provisioning TDM-CEM using XML examples.
The complete list of XML examples for ATM Pseudowire is available here:
Cisco Prime Fulfillment API Programmer Reference 6.2
Note For clarity, this provisioning process shows each step as a separate XML request. Many of these steps can be combined using performBatchOperations.
Step 1 Create device groups (optional).
|
|
|
---|---|---|
createInstance |
DeviceGroup |
Name |
XML Examples:
•CreateDeviceGroup.xml
Tip If you plan to create device groups, create the empty device groups before you create the devices. As you create each device, add the associated device group name as a key property in the create device XML request.
In the following example, the device group (CustDev) is added as a key property when creating the device CiscoRouter:
<ns1:createInstance>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">CiscoRouter</className>
<properties xsi:type="ns1:CIMPropertyList" soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DeviceGroup</name>
<value xsi:type="xsd:string">CustDev</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CfgUpDnldMech</name>
<value xsi:type="xsd:string">DEFAULT</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TransportMechanism</name>
<value xsi:type="xsd:string">DEFAULT</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Password</name>
<value xsi:type="xsd:string">vpnsc</value>
</item>
Step 2 Create devices.
Every network element that Prime Fulfillment manages must be defined as a device in the system. An element is any device from which Prime Fulfillment can collect configuration information.
|
|
|
---|---|---|
createInstance |
•CiscoRouter •CatOS |
One or more of the following: •ManagementIPAddress •HostName •DomainName |
XML Examples:
•CreateCiscoRouter.xml
•CreateCat.xml
Step 3 Collect device configurations.
A device configuration collection is a task. This task uploads the current configuration from the device to the Prime Fulfillment database. The collection task is executed through a service request, and the service request is scheduled through a service order.
Note The service request name must be unique for each NBI API.
XML Examples:
•CreateTaskServiceOrderCollection.xml
Step 4 Create a provider.
The provider is the administrative domain of an ISP, with one BGP autonomous system (AS) number. The network owned by the provider is called the backbone network. If an ISP has two AS numbers, you must define it as two provider administrative domains.
|
|
|
---|---|---|
createInstance |
Provider |
•Name •AsNumber |
XML Examples:
CreateProvider.xml
Step 5 Create regions.
Each provider can contain multiple regions.
|
|
|
---|---|---|
createInstance |
Region |
•Name •Provider |
XML Examples:
CreateRegion.xml
Step 6 Declare devices as PEs.
The XML request that assigns a PE role to a device is also used to:
•Assign PE devices to Regions/Provider
•Specify interface information
|
|
|
---|---|---|
createInstance |
PE |
•Provider •Region •Role= –N-PE •Device •Interface |
XML Examples:
CreatePE.xml
Step 7 Create a customer.
A customer is a requestor of VPN services. Each customer can contain multiple customer sites. Each site belongs to only one customer and can contain multiple CPEs.
|
|
|
---|---|---|
createInstance |
Organization |
•Name |
XML Examples:
•CreateOrganization.xml
Step 8 Create VC ID pool.
For a VPLS VPN, all PE-POP routers use the same VC ID to establish the virtual circuit (VC) across the provider core. The VC ID is also the VPN ID and is assigned from the VC ID pool. Prime Fulfillment ensures that VC IDs are unique among VPLS VPNs.
Note A VC ID pool is global (not associated with a provider or organization).
|
|
|
---|---|---|
createInstance |
VcIdPool |
•Start •Size |
XML Examples:
•CreateVcIdPool.xml
Step 9 Create TDM-CEM service definition (policy).
A TDM-CEM service definition specifies the service subtype, device properties, and the attributes common to all attachment circuits.
XML Examples:
•CreateTDM_CEM_SAToP_Policy.xml
•CreateTDM_CEM_CESoPN_Policy.xml
Step 10 Create TDM-CEM service request.
A TDM-CEM service request defines the service definition and assigns interfaces and attributes.
Tip Record the LocatorId value from the XML response for the service request. The Locator ID is required for subsequent service request tasks.
XML Example:
•CreateTDM_CEM_CESoPN_SR_PW.xml
•CreateTDM_CEM_CESoPN_SR_PWRedundancy.xml (use this example if there is PW Redundancy to be created)
•CreateTDM_CEM_SAToP_SR_PW.xml
•CreateTDM_CEM_SAToP_SR_PWRedundancy.xml(use this example if there is PW Redundancy to be created)
Auditing Service Requests
A configuration audit occurs automatically each time you deploy a service request. During this configuration audit, Prime Fulfillment verifies that all Cisco IOS commands are present and that they have the correct syntax. An audit also verifies that there were no errors during deployment by examining the commands configured by the service request on the target devices. If the device configuration does not match what is defined in the service request, the audit flags a warning and sets the service request to a Failed Audit or Lost state.
If you do not want the configuration audit to occur, change the value for the Audit parameter. The Audit parameter supports these values:
•Audit—This is the default. A successfully deployed service request is automatically audited unless this flag is changed.
•NoAudit—Do not perform a configuration audit when the service request is deployed.
•ForceAudit—Perform a configuration audit even if the service request deployment is not successful.
You can use the Audit parameter with a Create, Modify, or Decommission service request or a Deployment task. See the "Service Decommission" section for more information. To perform a configuration audit as a separate task, see the "Configuration Audit" section.
ATM Pseudowire Service Definitions
An ATM Pseudowire service definition specifies the core type, policy subtype, and the attributes common to all EVC attachment circuits. This section lists the supported service definitions, service orders, and policies and includes corresponding examples.
Supported Service Definitions and Service Orders
Prime Fulfillment supports the following ATM Pseudowire features:
•Creating:
–ATM Service Definition/Policy
–ATM Service Order/Request
•Modifying:
–ATM Service Definition/Policy
–ATM Service Order/Request
•Deleting:
–ATM Service Definition/Policy
–ATM Service Order/Request
•Viewing:
–ATM Service Definition/Policy
–ATM Service Order/Request
Policy Examples
The following constitute XML policy examples for ATM Pseudowire:
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateATM_IMA_Policy.xml
Create ATM Pseudowire Policy
In this example, an ATM Pseudowire policy is created.
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0"
xmlns:ns1="urn:CIM">
<soapenv:Header>
<ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z"
sessiontoken="p36bttjwy1"/>
</soapenv:Header>
<soapenv:Body>
<ns1:createInstance>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceDefinition</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Name</name>
<value xsi:type="xsd:string">ATM_VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceDefinitionDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">SubType</name>
<value xsi:type="xsd:string">Evc</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AccessType</name>
<value xsi:type="xsd:string">ATM</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TransportType</name>
<value xsi:type="xsd:string">PSEUDOWIRE</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VP</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCId</name>
<value xsi:type="xsd:string">true</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">EnablePWRedundancy</name>
<value xsi:type="xsd:string">false</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">false</value>
<qualifier xsi:type="ns1:CIMQualifier">
<name xsi:type="xsd:string">editable</name>
<value xsi:type="xsd:string">true</value>
</qualifier>
</item>
</properties>
</objectPath>
</objectPath>
</ns1:createInstance>
</soapenv:Body>
</soapenv:Envelope>
Related APIs
•ModifyATM_IMA_Policy.xml
•DeleteATM_IMA_Policy.xml
ATM Pseudowire Service Requests
Before creating a service request, a service policy has to be defined. For information on ATM Pseudowire policies, see EVC Service Definitions.
An ATM Pseudowire service request defines the service definition along with the the respective attributes for a EVC-TDM link.
See the Cisco Prime Fulfillment User Guide 6.2 for the illustration of RAN Backhaul Services.
.Service Request Examples
The following XML examples illustrate how you work with service requests for ATM Pseudowire APIs. They also demonstrate the kinds of properties (attributes) that need to be specified for each request.
This section includes the following examples:
•Create ATM (VCC) Service Request Without Pseudowire Redundancy
•Create ATM (VCC) Service Request With Pseudowire Redundancy
•Create ATM (PVP) Service Request Without enabling Pseudowire Redundancy:
•Create ATM (PVP) Service Request with Pseudowire Redundancy enabled:
Create ATM (VCC) Service Request Without Pseudowire Redundancy
In this example, a ATM Pseudowire (VCC) service request is created without Pseudowire redundancy.
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateATM_IMA_VCC_SR_PW.xml
The relevant attributes that need to be set for this policy are highlighted in bold in the example. They are MCPTTimer1, which in the example is set to 1652, MCPTTimer2, which in the example is set to 6245, MCPTTimer3, which in the example is set to 8246, Terminal, which in the example is set to A, MCPTTimerToUse, which in the example is set to 2, and Terminal, which in the example is set to Z.
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0" xmlns:ns1="urn:CIM">
<soapenv:Header>
<!-- WaitTimeout has a default set in system properties.-->
<ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z"
Wait="true" WaitTimeout="90" sessiontoken="p36bttjwy1" />
</soapenv:Header>
<soapenv:Body>
<ns1:performBatchOperation>
<actions xsi:type="ns1:CIMActionList"
soapenc:arrayType="ns1:CIMAction[]">
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceOrder</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceName</name>
<value xsi:type="xsd:string">ATM_VC</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CarrierId</name>
<value xsi:type="xsd:string">322</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DesiredDueDate</name>
<value xsi:type="xsd:dateTime">2008-12-13T14:55:38.885Z</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">NumberOfRequests</name>
<value xsi:type="xsd:string">1</value>
</item>
</properties>
</objectPath>
</action>
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequest</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">RequestName</name>
<value xsi:type="xsd:string">ATM_VC</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequestDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceDefinition</name>
<value xsi:type="xsd:string">ATM_VC</value>
<qualifier xsi:type="xsd:string">
<name xsi:type="xsd:string">ServiceDefinitionType</name>
<value xsi:type="xsd:string">EvcIpran</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Description</name>
<value xsi:type="xsd:string">ATM VC SR</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer1</name>
<value xsi:type="xsd:string">1652</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer2</name>
<value xsi:type="xsd:string">6245</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer3</name>
<value xsi:type="xsd:string">8246</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems2941q</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM0/IMA5</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">A</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmInterfaceEncapType</name>
<value xsi:type="xsd:string">AAL0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VC</value>
</item>
<!-- VC Attribute-->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmSubInterfaceNumber</name>
<value xsi:type="xsd:string">465724</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">161</value>
</item>
<!-- VC Attribute-->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVCINumber</name>
<value xsi:type="xsd:string">46556</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">5</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_1</value>
</item>
</properties>
</objectPath>
</objectPath>
<!-- L2Access Links -->
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7606c</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM3/0/11</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmInterfaceEncapType</name>
<value xsi:type="xsd:string">AAL0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VC</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmSubInterfaceNumber</name>
<value xsi:type="xsd:string">25650</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">255</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVCINumber</name>
<value xsi:type="xsd:string">18465</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">20</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_2</value>
</item>
</properties>
</objectPath>
</objectPath>
</objectPath>
</objectPath>
</action>
</actions>
</ns1:performBatchOperation>
</soapenv:Body>
</soapenv:Envelope>
Create ATM (VCC) Service Request With Pseudowire Redundancy
In this example, a ATM Pseudowire (VCC) service request is created with Pseudowire redundancy. To enable Pseudowire redundancy, set UseBackPwClass and BackPwClassName while creating the service request.
UseBackPwClass and BackPwClassName are highlighted with bold in this below example.
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateATM_IMA_VCC_SR_PWRedundancy.xml
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0"
xmlns:ns1="urn:CIM">
<soapenv:Header>
<!-- WaitTimeout has a default set in system properties.-->
<ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z"
Wait="true" WaitTimeout="90" sessiontoken="p36bttjwy1"/>
</soapenv:Header>
<soapenv:Body>
<ns1:performBatchOperation>
<actions xsi:type="ns1:CIMActionList"
soapenc:arrayType="ns1:CIMAction[]">
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceOrder</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceName</name>
<value xsi:type="xsd:string">ATM_VC</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CarrierId</name>
<value xsi:type="xsd:string">322</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DesiredDueDate</name>
<value xsi:type="xsd:dateTime">2008-12-13T14:55:38.885Z</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">NumberOfRequests</name>
<value xsi:type="xsd:string">1</value>
</item>
</properties>
</objectPath>
</action>
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequest</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">RequestName</name>
<value xsi:type="xsd:string">ATM_VC</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequestDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceDefinition</name>
<value xsi:type="xsd:string">ATM_VC</value>
<qualifier xsi:type="xsd:string">
<name xsi:type="xsd:string">ServiceDefinitionType</name>
<value xsi:type="xsd:string">EvcIpran</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseBackupVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Description</name>
<value xsi:type="xsd:string">ATM VC SR</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer1</name>
<value xsi:type="xsd:string">1652</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer2</name>
<value xsi:type="xsd:string">6245</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer3</name>
<value xsi:type="xsd:string">8246</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems2941g</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM0/IMA6</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">A</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmInterfaceEncapType</name>
<value xsi:type="xsd:string">AAL0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VC</value>
</item>
<!-- VC Attribute-->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmSubInterfaceNumber</name>
<value xsi:type="xsd:string">465724</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">161</value>
</item>
<!-- VC Attribute-->
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVCINumber</name>
<value xsi:type="xsd:string">46556</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">5</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW3</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseBackPwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">BackPwClassName</name>
<value xsi:type="xsd:string">PW_2</value>
</item>
</properties>
</objectPath>
</objectPath>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7606c</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM3/0/11</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmInterfaceEncapType</name>
<value xsi:type="xsd:string">AAL0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VC</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmSubInterfaceNumber</name>
<value xsi:type="xsd:string">25650</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">255</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVCINumber</name>
<value xsi:type="xsd:string">18465</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">20</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">false</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW4</value>
</item>
</properties>
</objectPath>
</objectPath>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7609f</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM3/1/2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z-BackUp</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmInterfaceEncapType</name>
<value xsi:type="xsd:string">AAL0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VC</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmSubInterfaceNumber</name>
<value xsi:type="xsd:string">25650</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">255</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVCINumber</name>
<value xsi:type="xsd:string">18465</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">20</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW2</value>
</item>
</properties>
</objectPath>
</objectPath>
</objectPath>
</objectPath>
</action>
</actions>
</ns1:performBatchOperation>
</soapenv:Body>
</soapenv:Envelope>
Create ATM (PVP) Service Request Without enabling Pseudowire Redundancy:
In this example, a ATM Pseudowire (PVP) service request is created without Pseudowire redundancy.
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateATM_IMA_PVP_SR_PW.xml
The relevant attributes that need to be set for this policy are highlighted in bold in the example. They are MCPTTimer1, which in the example is set to 1505, MCPTTimer2, which in the example is set to 3205, MCPTTimer3, which in the example is set to 5505, Terminal, which in the example is set to A, MCPTTimerToUse, which in the example is set to 3, and Terminal, which in the example is set to Z.
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0" xmlns:ns1="urn:CIM">
<soapenv:Header>
<!-- WaitTimeout has a default set in system properties.-->
<ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z"
Wait="true" WaitTimeout="90" sessiontoken="p36bttjwy1" />
</soapenv:Header>
<soapenv:Body>
<ns1:performBatchOperation>
<actions xsi:type="ns1:CIMActionList"
soapenc:arrayType="ns1:CIMAction[]">
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceOrder</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceName</name>
<value xsi:type="xsd:string">ATM_VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CarrierId</name>
<value xsi:type="xsd:string">322</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DesiredDueDate</name>
<value xsi:type="xsd:dateTime">2008-12-13T14:55:38.885Z</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">NumberOfRequests</name>
<value xsi:type="xsd:string">1</value>
</item>
</properties>
</objectPath>
</action>
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequest</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">RequestName</name>
<value xsi:type="xsd:string">ATM_VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequestDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceDefinition</name>
<value xsi:type="xsd:string">ATM_VP</value>
<qualifier xsi:type="xsd:string">
<name xsi:type="xsd:string">ServiceDefinitionType</name>
<value xsi:type="xsd:string">EvcIpran</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer1</name>
<value xsi:type="xsd:string">1505</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer2</name>
<value xsi:type="xsd:string">3205</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer3</name>
<value xsi:type="xsd:string">5505</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems2941q</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM0/IMA14</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">A</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">12</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">6</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">3</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_1</value>
</item>
</properties>
</objectPath>
</objectPath>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7606c</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM6/0/0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">111</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">5</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">3</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_2</value>
</item>
</properties>
</objectPath>
</objectPath>
</objectPath>
</objectPath>
</action>
</actions>
</ns1:performBatchOperation>
</soapenv:Body>
</soapenv:Envelope>
Create ATM (PVP) Service Request with Pseudowire Redundancy enabled:
In this example, a ATM Pseudowire (PVP) service request is created with Pseudowire redundancy. To enable Pseudowire redundancy, set UseBackPwClass and BackPwClassName while creating the service request.
UseBackPwClass and BackPwClassName are highlighted with bold in this below example.
XML file in Cisco Prime Fulfillment API Programmer Reference 6.2: CreateATM_IMA_PVP_SR_PWRedundancy.xml
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.cisco.com/cim-cx/2.0" xmlns:ns1="urn:CIM">
<soapenv:Header>
<!-- WaitTimeout has a default set in system properties.-->
<ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z"
Wait="true" WaitTimeout="90" sessiontoken="p36bttjwy1" />
</soapenv:Header>
<soapenv:Body>
<ns1:performBatchOperation>
<actions xsi:type="ns1:CIMActionList"
soapenc:arrayType="ns1:CIMAction[]">
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceOrder</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceName</name>
<value xsi:type="xsd:string">ATM_VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CarrierId</name>
<value xsi:type="xsd:string">322</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DesiredDueDate</name>
<value xsi:type="xsd:dateTime">2008-12-13T14:55:38.885Z</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">NumberOfRequests</name>
<value xsi:type="xsd:string">1</value>
</item>
</properties>
</objectPath>
</action>
<action>
<actionName xsi:type="xsd:string">createInstance</actionName>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequest</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">RequestName</name>
<value xsi:type="xsd:string">ATM_VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Type</name>
<value xsi:type="xsd:string">EvcIpran</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">ServiceRequestDetails</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">ServiceDefinition</name>
<value xsi:type="xsd:string">ATM_VP</value>
<qualifier xsi:type="xsd:string">
<name xsi:type="xsd:string">ServiceDefinitionType</name>
<value xsi:type="xsd:string">EvcIpran</value>
</qualifier>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AutopickVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseBackupVCID</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer1</name>
<value xsi:type="xsd:string">505</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer2</name>
<value xsi:type="xsd:string">1005</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimer3</name>
<value xsi:type="xsd:string">1505</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems2941g</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM0/IMA16</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">A</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">12</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">6</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UseBackPwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">BackPwClassName</name>
<value xsi:type="xsd:string">PW_2</value>
</item>
</properties>
</objectPath>
</objectPath>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7609f</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM3/1/1</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmInterfaceEncapType</name>
<value xsi:type="xsd:string">AAL5</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">111</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">5</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_5</value>
</item>
</properties>
</objectPath>
</objectPath>
<!-- Third Link for Pseudowire Redundancy -->
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcLink</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Npe</name>
<value xsi:type="xsd:string">ems7606c</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UniInftId</name>
<value xsi:type="xsd:string">ATM6/0/0</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Terminal</name>
<value xsi:type="xsd:string">Z-BackUp</value>
</item>
</properties>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">EvcATMIMALinkAttrs</className>
<properties xsi:type="ns1:CIMPropertyList"
soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmTransportMode</name>
<value xsi:type="xsd:string">VP</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmInterfaceEncapType</name>
<value xsi:type="xsd:string">AAL5</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">AtmSubInterfaceNumber</name>
<value xsi:type="xsd:string">40</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PVPVPINumber</name>
<value xsi:type="xsd:string">116</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MaxCells</name>
<value xsi:type="xsd:string">22</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">MCPTTimerToUse</name>
<value xsi:type="xsd:string">2</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">UsePwClass</name>
<value xsi:type="xsd:string">true</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">PwClassName</name>
<value xsi:type="xsd:string">PW_6</value>
</item>
</properties>
</objectPath>
</objectPath>
</objectPath>
</objectPath>
</action>
</actions>
</ns1:performBatchOperation>
</soapenv:Body>
</soapenv:Envelope>
ATM Pseudowire End-to-End Provisioning Process
This section describes the process for using the API to provision ATM Pseudowire and includes the required operation, object definition (className), and parameter definitions.
Process Summary
This ATM Pseudowire provisioning example uses the following processes:
1. Create device groups (optional).
2. Create devices.
3. Collect device configurations.
4. Create provider.
5. Create regions.
6. Declare devices as PEs.
7. Create customer.
8. Create VC ID pool.
9. Create ATM Pseudowire service definition (policy).
10. Create ATM Pseudowire service request.
Detailed Process
This section describes the process for provisioning ATM Pseudowire using XML examples.
The complete list of XML examples for ATM Pseudowire is available here:
Cisco Prime Fulfillment API Programmer Reference 6.2
Note For clarity, this provisioning process shows each step as a separate XML request. Many of these steps can be combined using performBatchOperations.
Step 1 Create device groups (optional).
|
|
|
---|---|---|
createInstance |
DeviceGroup |
Name |
XML Examples:
•CreateDeviceGroup.xml
Tip If you plan to create device groups, create the empty device groups before you create the devices. As you create each device, add the associated device group name as a key property in the create device XML request.
In the following example, the device group (CustDev) is added as a key property when creating the device CiscoRouter:
<ns1:createInstance>
<objectPath xsi:type="ns1:CIMObjectPath">
<className xsi:type="xsd:string">CiscoRouter</className>
<properties xsi:type="ns1:CIMPropertyList" soapenc:arrayType="ns1:CIMProperty[]">
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">DeviceGroup</name>
<value xsi:type="xsd:string">CustDev</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">CfgUpDnldMech</name>
<value xsi:type="xsd:string">DEFAULT</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">TransportMechanism</name>
<value xsi:type="xsd:string">DEFAULT</value>
</item>
<item xsi:type="ns1:CIMProperty">
<name xsi:type="xsd:string">Password</name>
<value xsi:type="xsd:string">vpnsc</value>
</item>
Step 2 Create devices.
Every network element that Prime Fulfillment manages must be defined as a device in the system. An element is any device from which Prime Fulfillment can collect configuration information.
|
|
|
---|---|---|
createInstance |
•CiscoRouter •CatOS |
One or more of the following: •ManagementIPAddress •HostName •DomainName |
XML Examples:
•CreateCiscoRouter.xml
•CreateCat.xml
Step 3 Collect device configurations.
A device configuration collection is a task. This task uploads the current configuration from the device to the Prime Fulfillment database. The collection task is executed through a service request, and the service request is scheduled through a service order.
Note The service request name must be unique for each NBI API.
XML Examples:
•CreateTaskServiceOrderCollection.xml
Step 4 Create a provider.
The provider is the administrative domain of an ISP, with one BGP autonomous system (AS) number. The network owned by the provider is called the backbone network. If an ISP has two AS numbers, you must define it as two provider administrative domains.
|
|
|
---|---|---|
createInstance |
Provider |
•Name •AsNumber |
XML Examples:
CreateProvider.xml
Step 5 Create regions.
Each provider can contain multiple regions.
|
|
|
---|---|---|
createInstance |
Region |
•Name •Provider |
XML Examples:
CreateRegion.xml
Step 6 Declare devices as PEs.
The XML request that assigns a PE role to a device is also used to:
•Assign PE devices to Regions/Provider
•Specify interface information
|
|
|
---|---|---|
createInstance |
PE |
•Provider •Region •Role= –N-PE •Device •Interface |
XML Examples:
CreatePE.xml
Step 7 Create a customer.
A customer is a requestor of VPN services. Each customer can contain multiple customer sites. Each site belongs to only one customer and can contain multiple CPEs.
|
|
|
---|---|---|
createInstance |
Organization |
•Name |
XML Examples:
•CreateOrganization.xml
Step 8 Create VC ID pool.
For a VPLS VPN, all PE-POP routers use the same VC ID to establish the virtual circuit (VC) across the provider core. The VC ID is also the VPN ID and is assigned from the VC ID pool. Prime Fulfillment ensures that VC IDs are unique among VPLS VPNs.
Note A VC ID pool is global (not associated with a provider or organization).
|
|
|
---|---|---|
createInstance |
VcIdPool |
•Start •Size |
XML Examples:
•CreateVcIdPool.xml
Step 9 Create ATM Pseudowire service definition (policy).
A ATM Pseudowire service definition specifies the service subtype, device properties, and the attributes common to all attachment circuits.
XML Examples:
•CreateATM_IMA_Policy.xml
Step 10 Create ATM Pseudowire service request.
A ATM Pseudowire service request defines the service definition and assigns interfaces and attributes.
Tip Record the LocatorId value from the XML response for the service request. The Locator ID is required for subsequent service request tasks.
XML Example:
•CreateATM_IMA_PVP_SR_PW.xml
•CreateATM_IMA_PVP_SR_PWRedundancy.xml (only if PW redundancy needs to be created for ATM IMA PVP Service)
•CreateATM_IMA_VCC_SR_PW.xml
•CreateATM_IMA_VCC_SR_PWRedundancy.xml (only if PW redundancy needs to be created for ATM IMA VCC Service)
Auditing Service Requests
A configuration audit occurs automatically each time you deploy a service request. During this configuration audit, Prime Fulfillment verifies that all Cisco IOS commands are present and that they have the correct syntax. An audit also verifies that there were no errors during deployment by examining the commands configured by the service request on the target devices. If the device configuration does not match what is defined in the service request, the audit flags a warning and sets the service request to a Failed Audit or Lost state.
If you do not want the configuration audit to occur, change the value for the Audit parameter. The Audit parameter supports these values:
•Audit—This is the default. A successfully deployed service request is automatically audited unless this flag is changed.
•NoAudit—Do not perform a configuration audit when the service request is deployed.
•ForceAudit—Perform a configuration audit even if the service request deployment is not successful.
You can use the Audit parameter with a Create, Modify, or Decommission service request or a Deployment task. See the "Service Decommission" section for more information. To perform a configuration audit as a separate task, see the "Configuration Audit" section.