User guide

3-181
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.1 createMLVLAN
CTM support for MLVLANCreateData_T structure is as follows:
int mlVlanId
Supported. The ML VLAN ID used to create the ML VLAN. If it is –1, CTM assigns the ID for the
ML VLAN created. CTM supports ML VLAN IDs from 1 to 4095.
string userLabel
Not supported.
boolean forceUniqueness
Supported. CTM always enforces the uniqueness of the ML VLAN ID.
string owner
Not supported.
multilayersubnetwork::MLVLANTPDataList_T tpList
Supported. A list of front Ethernet ports associated with the ML VLAN.
Each MLVLANTPData_T structure has the following members:
globaldefs::NamingAttributes_T tpName
Specifies the front Ethernet port name.
multiLayerSubnetwork::L2PortType_T portType
Specifies the port type to configure. CTM supports the following port types:
L2PortType_T.L2PT_UNI
L2PortType_T.L2PT_NNI
multiLayerSubnetwork::L2ConnectionType_T connectionType
Specifies the connection type to configure for the specified port type. If the port type is
L2PortType_T.UNI, the following connection types are supported:
L2ConnectionType_T.L2CT_QINQ
L2ConnectionType_T.L2CT_DOT1Q
L2ConnectionType_T.L2CT_UNTAGGED
If the port type is L2PortType_T.L2PT_NNI, the following connection type is supported:
L2ConnectionType_T.L2CT_DOT1Q
If the connection type is not L2ConnectionType_T.L2CT_QINQ, you can specify the following
RSTP values.
multiLayerSubnetwork::L2RSTPState_T rstpState
The NMS can enable or disable the RSTP state for a non-QinQ drop. CTM supports two port states:
L2RSTPState_T.L2RSTP_ENABLE
L2RSTPState_T.L2RSTP_DISABLE
For a QinQ drop, this value (if specified) is ignored.
multiLayerSubnetwork::L2PortState_T portState
NMS can enable a service or disable a port. CTM support two port states:
L2PortState_T.L2PS_ENABLE
L2PortState_T.L2PS_DISABLE