User guide

3-183
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.2 modifyMLVLANAddFrontPorts
- MLVLAN name does not follow the naming convention.
- QOSPolicy is specified incorrectly.
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 created due to the restriction
that an L2 topology can have a maximum of 4095 ML VLAN IDs.
Compliance
CTM-defined.
3.10.2 modifyMLVLANAddFrontPorts
Synopsis
void modifyMLVLANAddFrontPorts(in globaldefs::NamingAttributes_T mlVlanName,
in multiLayerSubnetwork::MLVLANTPDataList_T tpList,
out multiLayerSubnetwork::MLVLAN_T mlVlan, String protocol)
raises(globaldefs::ProcessingFailureException);
Description
This interface adds additional front ports to the existing MVLAN. An attribute change event is reported
when the front ports are successfully added. CTM does not specify which attribute of the ML VLAN has
changed. The NMS must obtain updated MLVLAN_T structure information. If the addition of any of the
front ports to the ML VLAN fails, CTM generates a processing failure exception. The NMS user must
requery the ML VLAN information to obtain the new set of parameters associated with the ML VLAN.
Parameters
For details about the MLVLAN_T, MLVLANTPData_T structure, see 3.10.1 createMLVLAN,
page 3-180.
Name Type Input/Output Description
mlVlanName globaldefs::NamingAttributes_T In Name with which to modify the ML
VLAN.
tpList multiLayerSubnetwork::MLVLANTPData
List_T
In List of front ports to include for the
specified ML VLAN.
mlVlan MultiLayerSubnetwork::MLVLAN_T Out ML VLAN object returned after
modification.
protocol String In Bridge group protocol of the ML VLAN.