User guide

3-193
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.10.13 getL2Topology
Compliance
CTM-defined.
3.10.13 getL2Topology
Synopsis
void getL2Topology(
in globaldefs::NamingAttributes_T l2TopologyName,
out multiLayerSubnetwork::L2Topology_T l2Topo)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns the L2 topology structure for a given L2 topology name.
Parameters
For details about the L2Topology_T structure, see 3.3.12 getEMS, page 3-33.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when l2TopologyName does not reference an L2 topology object.
EXCPT_ENTITY_NOT_FOUND - Raised when l2TopologyName references an L2 topology object that
does not exist.
Compliance
CTM-defined.
3.10.14 getAssociatedL2TopologyForSNC
Synopsis
void getAssociatedL2TopologyForSNC(
in globaldefs::NamingAttributes_T sncName,
out multiLayerSubnetwork::L2Topology_T l2Topo)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns the L2 topology structure associated with a given SNC name. CTM reports the L2
topology using the specified Layer 1 SNC. CTM returns an empty L2Topology_T structure if the SNC
name specified is currently not associated with any L2 topology in the EMS.
Name Type Input/Output Description
l2TopologyName globaldefs::NamingAttributes_T In Name of the L2 topology to retrieve.
l2Topo multiLayerSubnetwork::L2Topology_T Out Retrieved L2 topology.