A.142 remove Vnic

Removes a VNIC from a network.

Syntax

remove Vnic instance from Network instance

Where instance is:

{ id=value | name=value }

Description

This command removes a VNIC from 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=MyVNIC.

Examples

Example A.190 Removing a VNIC from a network

OVM> remove Vnic name=00:21:f6:00:00:00 from Network name=MyNetwork

See Also