Optical transport service configuration

Workflow

The following workflow describes how to create an optical transport service.

 

Create an optical transport service.


Create the A end optical service site.


Create the termination point port.


Create the Z end optical service site.


Create the termination point port.

Up to two sites can be selected for the creation of an optical transport service. The NFM-P names the sites as follows: A end and a Z end site.

For separate requests, see Service configuration in General service configuration . Replace the service object with optical.TransportService, replace the site object with optical.ServiceSite, and replace the access interface object with optical.TerminationPoint. Use the proper distinguishedName for the object you are creating.

Examples

The following example outlines what is required for an XML request to create an optical transport service, site, and termination point port in one request.

Optical transport service creation parameters

Figure 19-20: Optical transport service creation request example
<generic.GenericObject.configureChildInstance xmlns="xmlapi_1.0">
   <deployer>immediate</deployer>
   <synchronousDeploy>true</synchronousDeploy>
   <distinguishedName>svc-mgr</distinguishedName>
   <childConfigInfo>
      <optical.TransportService>
         <actionMask>
            <bit>create</bit>
         </actionMask>
         <serviceId/>
         <subscriberPointer/>
         <rate/>           
         <children-Set>
            <optical.ServiceSite>
               <actionMask>
                  <bit>create</bit>
               </actionMask>
               <siteId/>
               <sitePosition/>
               <children-Set>
                  <optical.TerminationPoint>
                     <actionMask>
                        <bit>create</bit>
                     </actionMask>                                                    
                     <portPointer/>
                  </optical.TerminationPoint>
               </children-Set>
            </optical.ServiceSite>
         </children-Set>
      </optical.TransportService>
   </childConfigInfo>
</generic.GenericObject.configureChildInstance>

© 2024 Nokia. Nokia Confidential Information

Use subject to agreed restrictions on disclosure and use.