User guide

3-189
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.8 getMLVLAN
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.
EXCPT_UNABLE_TO_COMPLY - Raised when the ML VLAN cannot be modified.
Compliance
CTM-defined.
3.10.8 getMLVLAN
Synopsis
void getMLVLAN(
in globaldefs::NamingAttributes_T mlVlanName,
out multiLayerSubnetwork::MLVLAN_T mlVlan)
raises(globaldefs::ProcessingFailureException);
Description
This interface reports the complete ML VLAN information for a specified ML VLAN name.
Parameters
For details about the MLVLAN_T structure, see 3.10.1 createMLVLAN, page 3-180.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when the ML VLAN name is invalid.
EXCPT_ENTITY_NOT_FOUND - Raised when the ML VLAN name does not exist on the L2 topology.
Compliance
CTM-defined.
3.10.9 deleteMLVLAN
Synopsis
void deleteMLVLAN(
in globaldefs::NamingAttributes_T mlVlanName)
raises(globaldefs::ProcessingFailureException);
Name Type Input/Output Description
mlVlanName globaldefs::NamingAttributes_T In Name with which to obtain the ML VLAN.
mlVlan MultiLayerSubnetwork::MLVLAN_T Out MLVLAN_T structure.