A.17 add Vnic

Adds a VNIC to a network.

Syntax

add Vnic instance to Network instance

Where instance is:

{ id=value | name=value }

Description

This command adds a VNIC to a network.

Options

The following table shows the available options for this command.

Option

Description

{ id=value | name=value }

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

Examples

Example A.24 Adding a VNIC to a network

OVM> add Vnic name=00:21:f6:00:00:00 to Network name=MyNetwork

See Also