A.75 edit Port

Edits an Ethernet port on an Oracle VM Server.

Syntax

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

Where instance is:

{ id=value | name=value }

Description

This command edits the attributes of an Ethernet port on an Oracle VM Server .

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 port.

description=value

Optional description for the port. 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 id=0004fb0000200000c2a5f26641825be5.

Examples

Example A.97 Editing an Ethernet port

OVM> edit Port id=0004fb0000200000b0f9d86788b94a0e mtu=1500

See Also