A.57 edit Vnic

Edits a VNIC.

Syntax

edit Vnic instance [network=value] [name=value] [description=value]

Where instance is:

{ id=id | name=name }

Description

This command edits a VNIC on a network.

Options

The following table shows the available options for this command.

Option

Description

network=value

The name or ID of the network on which the VNIC is to reside. Editing this parameter will assign the VNIC to the specified network.

name=value

A MAC address for the VNIC.

description=value

Optional description for the VNIC.

{ id=id | name=name }

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

Examples

Example A.76 Editing a VNIC

OVM> edit Vnic id=0004fb00000700007fa68ffd2011539f name=00:21:f6:00:00:18 network=MyVMNetwork

See Also