A.89 edit VlanInterface

Edits a VLAN interface.

Syntax

edit VlanInterface instance [ mtu=value ] [ name=value ] [ description=value ]

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of 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. May be an integer between 1500 and 64000.

name=value

A name to identify the VLAN interface.

description=value

Optional description for the VLAN interface. value is a maximum of 4,000 characters.

{ id=value | name=value }

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

Examples

Example A.114 Editing a VLAN interface

OVM> edit VlanInterface name=MyVlanInterface mtu=1500

See Also