Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
291
 
3.10.4  modifyMLVLANPortState 
Synopsis 
Description 
This interface enables or disables specified ML VLAN traffic on the specified list of front ports. An 
attribute change event is reported when one of the ML VLAN parameters is modified. Prime Optical does 
not specify which attribute of the ML VLAN has changed. The NMS must obtain updated MLVLAN_T 
structure information. If modification of any of the ML VLAN port states fails, Prime Optical 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 
Name 
Type 
Input/ 
Output  Description 
mlVlanName 
globaldefs::NamingAttributes_T 
In 
Name with which to 
create the ML 
VLAN. 
tpPortStateList  multiLayerSubnetwork::MLVLANTPPortStateList_T  In 
List of front ports on 
which to modify the 
port state for the 
specified ML VLAN. 
mlVlan 
MultiLayerSubnetwork::MLVLAN_T 
Out 
ML VLAN object 
returned after 
modification. 
For details about the MLVLAN_T structure, see 
. 
Prime Optical support for MLVLANTPPortState_T structure is as follows: 
•  globaldefs::NamingAttributes_T tpName 
–  The front Ethernet port name used by this ML VLAN. 
•  L2PortState_T portState 
–  The portState is applicable only to the specified ML VLAN. The supported states are: 
  L2PortState_T.L2PS_ENABLE 
  L2PortState_T.L2PS_DISABLE 
Throws