Cisco Cisco Prime Optical 10.6 Developer's Guide

Page of 665
Cisco Prime Optical 10.6 GateWay/CORBA Programmer Reference Guide 
 
 
292
 
 
Compliance
 
Prime Optical-defined. 
3.10.5  modifyMLVLANRSTPState 
Synopsis 
Description 
This interface enables or disables specific ML VLAN traffic on the specified list of drop ports. An 
attribute change event is reported when an ML VLAN parameter 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 the modification of an ML VLAN RSTP state fails, Prime Optical generates a 
processing failure exception. You must issue another query for 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. 
tpRstpStateList  multiLayerSubnetwork:: 
MLVLANTPrstpStateList_T 
In 
List of front ports on which 
the RSTP state must be 
modified 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 MLVLANRSTPState_T structure is as follows: 
•  globaldefs::NamingAttributes_T tpName 
–  The front Ethernet port name used by this ML VLAN. 
•  L2RSTPState_T rstpState 
–  The rstpState is applicable only to the specified non-QinQ drops of the ML VLAN. The 
supported states are: 
  L2RSTPState_T.L2RSTP_ENABLE 
  L2RSTPState_T.L2RSTP_DISABLE 
 
Throws