User guide
3-182
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
• multiLayerSubnetwork::L2InterfaceType_T interfaceType
Specifies the interface type to be configured. CTM supports the following interface types:
–
L2InterfaceType_T. L2IT_FASTETHER
–
L2InterfaceType _T. L2IT_GIGAETHER
–
L2InterfaceType _T. L2IT_PORTCHANNEL
• multiLayerSubnetwork::QOSPolicyData_T qosPolicyData
CTM support for QOSPolicyData_T structure is described in QOSPolicyData_T.
• int portVlan
The user VLAN ID to associate with this ML VLAN. If the connection type is
L2ConnectionType_T.L2CT_DOT1Q, the valid port VLAN range is from 2 to 4096. If the
connection type is L2ConnectionType_T.L2CT_UNTAGGED, the port VLAN is ignored.
• globaldefs::NVSList_T additionalInfo
Supported. You can specify the customerID and service ID.
CTM support for MLVLAN_T structure is as follows:
• globaldefs::NamingAttributes_T name
Supported. This field contains three tuples. The first tuple has the EMS value. The second tuple has
the L2 topology name. The third tuple has the ML VLAN ID that is the same as nativeEMSName.
• string userLabel
Not supported.
• string nativeEMSName
Supported. The ML VLAN ID is reported.
• string owner
Not supported.
• multilayersubnetwork::MLVLANTPDataList_T tpList
Supported. Specifies the list of all front Ethernet ports and associated service type.
If the port type on a port cannot be determined, CTM represents the port type as
L2PortType_T.L2PT_UNKNOWN.
If the connection type for an ML VLAN on a port cannot be determined, CTM represents the
connection type as L2ConnectionType_T.L2CT_UNKNOWN.
• multiLayerSubnetwork::MLVLANState_T vlanState
Supported. Valid values are MLVLANState_T.COMPLETE and MLVLANState_T.INCOMPLETE.
A state change event is generated if the VLAN state changes.
• globaldefs::NVSList_T additionalInfo
Supported. The customer ID and service ID are reported.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_INVALID_INPUT - Raised when one of the following conditions occurs:
- l2TopologyName does not reference an L2 topology object.