User guide

3-204
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.18 modifyL2Topology
3.10.18 modifyL2Topology
Synopsis
void modifyL2Topology(
in globaldefs::NamingAttributes_T l2TopologyName,
in globaldefs::NVList_T l2ModifyData,
out multiLayerSubnetwork::L2Topology_T l2Topo)
raises(globaldefs::ProcessingFailureException);
Description
This interface provides a way to modify an L2 topology. It enables the OSS to modify the L2 topology
for the bandwidth allocation parameters. For more information on the bandwidth allocation and CoS
commit parameters, see 3.10.16 createL2Topology, page 3-195. This interface is used when the L2
topology is discovered, but it cannot be used when the L2 topology synchronization state is
L2TopoSyncState.L2NOTREADY.
Parameters
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 object that does not
exist.
EXCPT_UNABLE_TO_COMPLY – Raised when one or more of the managed elements associated with
the specified L2 topology are not accessible.
Compliance
CTM-defined.
3.10.19 getAllAvailableMLEquipmentOrTPNames
Synopsis
void getAllAvailableMLEquipmentOrTPNames(
in globaldefs::NamingAttributesList_T managedElementList,
in multiLayerSubnetwork::L2TopoType_T topoType,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
l2TopologyName globaldefs::NamingAttributes_T In Name of the L2 topology to modify.
l2Modifydata globaldefs::NVList_T In Parameters for modification of the L2 topology;
the bandwidth allocation parameters.
l2Topo multiLayerSubnetwork::L2Topology_T Out Modified L2 topology.