User guide
3-194
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.15 getAssociatedL2TopologyForMLVLAN
Parameters
For details about the L2Topology_T structure, see 3.3.13 getAllL2Topologies, page 3-35.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when sncName does not reference a subnetwork connection
object.
EXCPT_ENTITY_NOT_FOUND - Raised when sncName references an SNC object that does not exist.
Compliance
CTM-defined.
3.10.15 getAssociatedL2TopologyForMLVLAN
Synopsis
void getAssociatedL2TopologyForMLVLAN(
in globaldefs::NamingAttributes_T mlVlanName,
out multiLayerSubnetwork::L2Topology_T l2Topo)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns the L2 topology structure associated with a given ML VLAN name. CTM returns
an empty L2Topology_T structure if the ML VLAN name specified is currently not associated with any
L2 topology in the EMS.
Parameters
For details about the L2Topology_T structure, see 3.3.13 getAllL2Topologies, page 3-35.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when mlVlanName does not reference an ML VLAN object.
Name Type Input/Output Description
sncName globaldefs::NamingAttributes_T In Name of the SNC to retrieve the associated L2
topology.
l2Topo multiLayerSubnetwork::L2Topology_T Out Retrieved L2 topology.
Name Type Input/Output Description
mlVlanName globaldefs::NamingAttributes_T In Name of the ML VLAN to retrieve containing the
L2 topology.
l2Topo multiLayerSubnetwork::L2Topology_T Out Retrieved L2 topology.