A.54 edit VlanInterface

Edits a VLAN interface.

Syntax

edit VlanInterface instance [mtu=value] [addressType= { none | staticIp | dynamic }] [ipAddress=value] [netMask=value] [name=value] [description=value]

Where instance is:

{ id=id | name=name }

Description

This command edits a VLAN interface.

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

mtu=value

The MTU value.

addressType= { none | staticIp | dynamic }

The network addressing type.

ipAddress=value

The IP address to use for the VLAN interface.

netMask=value

The netmask to use for the VLAN interface.

name=value

A name to identify the VLAN interface.

description=value

Optional description for the VLAN interface.

{ id=id | name=name }

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

Examples

Example A.73 Editing a VLAN interface

OVM> edit VlanInterface name=MyVlanInterface mtu=1500 addressType=dynamic

See Also