A.53 edit VlanGroup

Edits a VLAN group.

Syntax

edit VlanGroup instance [name=value] [description=value]

Where instance is:

{ id=id | name=name }

Description

Edits a VLAN group. To edit the structure and content of a VLAN group, use the add Port, remove Port, create VlanSegment and delete VlanSegment commands.

Although none of the options are mandatory, you must supply at least one option.

Options

The following table shows the available options for this command.

Option

Description

name=value

A name for the VLAN group.

description=value

Optional description for the VLAN group.

{ id=id | name=name }

The instance of the object using either the id or name option, for example name=MyVLANGroup.

Examples

Example A.72 Editing a VLAN group

OVM> edit VlanGroup name=MyVLANGroup description="My VLAN Group"

See Also