Cisco Cisco Prime Optical 9.8 Developer's Guide

Page of 762
Cisco Prime Optical 9.8 GateWay/CORBA Programmer Reference Guide 
OL-29218-01
 
 
611
 
The following table describes the relevant parameters returned in the additionalInfo field. 
Name
 
Value
 
Description
 
fwLinkNum
 
Integer
 
Link number associated to the forward path of the LSP.
 
fwLocalLabel
 
Integer
 
Local label value associated to the forward path of the LSP.
 
fwOutLabel
 
Integer
 
Out label value associated to the forward path of the LSP.
 
rvtLinkNum
 
Integer
 
Link number associated to the reverse path of the LSP.
 
rvtLocalLabel
 
Integer
 
Local label value associated to the reverse path of the LSP.
 
rvtOutLabel
 
Integer
 
Out label value associated to the reverse path of the LSP.
 
4.10.4.2  getRouteAndTopologicalLinks 
Synopsis 
Description 
This interface returns the route, in terms of cross-connections, for the LSP SNC. The LSP SNC 
name is specified as a parameter. This interface also returns the list of topological links for that 
SNC that are used in the route. Because TP tunnel names are not guaranteed to be unique in 
the network, you must provide the LSP name in the following format: 
<Native TP-Tunnel name>:TKEY=<TP-Tunnel key>:LSP=<LSP number> 
For example, tunnel192_193:TKEY=3.3.3.0:55:5.5.5.0:66:LSP=0. 
Parameters 
•  NamingAttributes sncName—SNC name. 
•  Route_T route—The route of the SNC. 
•  TopologicalLinkList_T topologicalLinkList—The list of the topological links. 
Throws