User guide
3-191
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.11 getAllMLVLANNames
For details about the MLVLAN_T structure, see 3.10 L2 Topology and ML VLAN for ML-Series
Ethernet Cards, page 3-180.
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.
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number of
iterators that it can support.
Compliance
CTM-defined.
3.10.11 getAllMLVLANNames
Synopsis
void getAllMLVLANNames(
in globaldefs::NamingAttributes_T l2TopologyName,
in unsigned long how_many,
out globaldefs::NamingAttributesList_T nameList,
out globaldefs::NamingAttributesIterator_I nameIt)
raises(globaldefs::ProcessingFailureException);
Description
This interface lists all the ML VLAN names for the L2 topology.
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 L2 topology object that
does not exist.
Name Type Input/Output Description
l2TopologyName globaldefs::NamingAttributes_T In L2 topology name for which to obtain all the
ML VLANs.
how_many unsigned long In Maximum number of ML VLANs to return
in the first batch.
nameList globaldefs::NamingAttributesList_T Out List of available ML VLAN names in this L2
topology.
nameIt globaldefs::NamingAttributesIterator_I Out Iterator used to retrieve the remaining ML
VLAN names.