User guide
3-206
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.1 createVLAN
3.11.1 createVLAN
Synopsis
void createVLAN in globaldefs::NamingAttributes_T subnetname,
in VlanId vlanId,
in string name,
out Vlan_T vlan)
raises(globaldefs::ProcessingFailureException);
Description
Creates a new VLAN with an ID and name associated with the multilayer subnetwork.
The scope of the VLAN is network partition wide. A network partition is a collection of the multilayer
subnetwork.
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.2 deleteVLAN
Synopsis
void deleteVLAN(
in globaldefs::NamingAttributes_T subnetname,
in VlanId vlanId)
raises(globaldefs::ProcessingFailureException);
Description
This interface deletes an existing VLAN with a VLAN ID associated with the multilayer subnetwork.
Name Type Input/Output Description
subnetname globaldefs::NamingAttributes_T In Multilayer subnetwork name to which to associate
this VLAN.
vlanId VlanId In ID of the VLAN to create.
name String In Name of the VLAN to create.
vlan Vlan_T Out VLAN object created by CTM.