Creates a VLAN group.
create VlanGroup
name=
[value
description=
]value
Creates a VLAN group. To add a VLAN segment to the group, use the create VlanSegment command.
The following table shows the available options for this command.
Option | Description |
---|---|
| A name for the VLAN group. |
| Optional description for the VLAN group. |
Any create command only creates a single instance of an object, and therefore only accepts a single object instance as an attribute. Providing more than one object of the same attribute type as a parameter always results in the last attribute value taking precedence.
Example A.38 Creating a VLAN group
OVM> create VlanGroup name=MyVLANGroup description="My VLAN Group"