Cisco Cisco Prime Optical 10.3 Developer's Guide

Page of 688
 
Cisco Prime Optical 10.3 GateWay/CORBA Programmer Reference Guide 
 
 
322
 
Compliance 
Prime Optical-defined. 
3.11  E-Series VLAN Interfaces 
VLAN is required for single-card mode or multicard mode Ethernet SNC creation on E-series 
cards for ONS 15327 and ONS 15454 NEs. Prime Optical provides methods to create and delete 
VLAN. In Prime Optical, VLAN is created within a subnetwork and is available to all objects of 
a subnetwork in EMS. Each VLAN is described by a unique name, an ID, and the name of the 
multilayer subnetwork. A network partition can contain more than one multilayer subnetwork. 
VLAN names and IDs are unique within the network partition. 
3.11.1  createVLAN 
Synopsis 
Description 
Creates a new VLAN with an ID and name associated with the multilayer subnetwork. 
The scope of the VLAN is network partition wide. A network partition is a collection of the 
multilayer subnetwork. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
subnetname
 
globaldefs::NamingAttributes_T
 
In
 
Multilayer subnetwork name to 
which to associate this VLAN.
 
vlanId
 
VlanId
 
In
 
ID of the VLAN to create.
 
name
 
String
 
In
 
Name of the VLAN to create.
 
vlan
 
Vlan_T
 
Out
 
VLAN object created by Prime 
Optical.
 
Throws