Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
494
 
<sncName, SID> 
The component LSP circuits are uniquely identified by: 
<sncName, SID, uniqueID> 
sncName and SID are the same as the TP tunnel key. 
When creating an LSP circuit, if you provide the circuit name, SID, and Unique ID through additional 
parameters, the association with the corresponding TP tunnel is automatically established. 
4.6.4  BFD Template, Node ID, and Label Range Provisioning Interface 
When creating MPLS-TP tunnels, you can leave some parameters with the default value or you can 
specify it. If you specify it, you should retrieve and specify the valid range of values at the node level. 
For the BFD template and the static label range, you should change the values that are currently specified 
for the involved ME. To achieve this, because all these parameters are seen as additional parameters at the 
ME level, you must call the standard setAdditionalInfo API. 
This section describes the following interface: 
• 
4.6.4.1 
setAdditionalInfo 
Synopsis 
Description 
This interface allows you to set additional information associated to an ME. Provide the name as the input 
parameter. 
The following table is an example of the BFD template report.  
BFD Name 
Single Hop 
Unit 
minTxInterval  minRxInterval  Multiplier 
Bfd1 
True 
Millisec 
300 
400 
Bfd2 
True 
Millisec 
500 
600 
Bfd3 
True 
Microsec 
700000 
800000 
GateWay/CORBA NBI Result 
You can make multiple changes in the same table, because the overall table values are provided in 
provisioning. To change any field in the table, the entire table must be regenerated again. The EMS 
analyzes the table content and provisions the necessary changes in the NE. 
You can do the following operations: 
•  Delete a row—Do not report the row with the given BFD name in the table. 
•  Add a row—Report a new row with a new BFD name in the table 
•  Modify a row—For a row corresponding to a given BFD, change any column value. The 
BFD name represents the primary key. 
•  Delete the whole table—Set bfdtable.Count=0 and all column parameters to an empty string 
("").