User guide
3-207
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.11.3 getAllVLANs
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INVALID_INPUT - Raised when a VLAN ID or subnet name is invalid.
EXCPT_ENTITY_NOT_FOUND - Raised when a subnet name does not exist in the EMS.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
CTM-defined.
3.11.3 getAllVLANs
Synopsis
void getAllVLANs(
in globaldefs::NamingAttributes_T subnetname,
out VlanList_T vlanList)
raises(globaldefs::ProcessingFailureException);
Description
This interface returns a list of all VLANs for the multilayer subnetwork. All the VLANs for the network
partition that contain the multilayer subnetwork are reported.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_INVALID_INPUT - Raised when a subnet name is invalid.
EXCPT_ENTITY_NOT_FOUND - Raised when a subnet name does not exist in the EMS.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
CTM-defined.
Name Type Input/Output Description
subnetname globaldefs::NamingAttributes_T In Multilayer subnetwork name to which this VLAN is
associated.
vlanId VlanId In ID of the VLAN to delete.
Name Type Input/Output Description
subnetname globaldefs::NamingAttributes_T In Multilayer subnetwork name for which to obtain all the
VLANs.
vlanList VlanList_T Out List of available VLANs for this EMS.