A.140 remove VlanInterface

Removes a VLAN interface from a network.

Syntax

remove VlanInterface instance from Network instance

Where instance is:

{ id=value | name=value }

Description

This command removes a VLAN interface 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=MyVlanInterface.

Examples

Example A.186 Removing a VLAN interface from a network

OVM> remove VlanInterface name=MyVLANInterface from Network name=MyNetwork

See Also