Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
147
 
Compliance 
TMF-defined. 
3.3.22  getAllL2Topologies 
Synopsis 
void getAllL2Topologies(in multiLayerSubnetwork::L2TopoType_T l2TopoType, 
        in unsigned long how_many, 
        out multiLayerSubnetwork::L2TopologyList_T l2TopoList, 
        out multiLayerSubnetwork::L2TopologyIterator_I l2TopoIt) 
     raises(globaldefs::ProcessingFailureException); 
Description 
This interface lists all L2 topologies of a particular topology type in the EMS. The L2 topology 
has a scope in the EMS. Prime Optical supports only Resilient Packet Ring (RPR) and point-to-
point L2 topology types. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
l2TopoType
 
MultiLayerSubnetwork::L2TopoType_T
 
In
 
Type of L2 topologies to return.
 
how_many
 
unsigned long
 
In
 
Maximum number of L2 
topologies to return in the first 
batch.
 
l2TopoList
 
multiLayerSubnetwork::L2TopologyList_T
 
Out
 
List of available L2 topologies in 
this multilayer subnetwork.
 
l2TopoIt
 
multiLayerSubnetwork::L2TopologyIterator_I
 
Out
 
Iterator used to retrieve the 
remaining L2 topologies.
 
 
Prime Optical support for L2Topology_T structure is as follows: 
•  globaldefs::NamingAttributes_T name 
–  Supported. The field contains two tuples. The first tuple contains a value for EMS. The 
second tuple contains the L2 topology name. 
•  string userLabel 
–  Not supported. 
•  string nativeEMSName 
–  Supported. The L2 topology name is reported. 
•  string owner 
–  Not supported.