A.104 vnicCreate

Creates one or more VNICs.

Syntax

vnicCreate segment4=value segment5=value segment6=value numberToGenerate=value

Description

This command generates one more VNICs based on an initial MAC address. To create a single VNIC and assign it to a network, use the create Vnic command.

Options

The following table shows the available options for this command.

Option

Description

segment4=value

The 4th octet of the initial MAC address.

segment5=value

The 5th octet of the initial MAC address.

segment6=value

The 6th octet of the initial MAC address.

numberToGenerate=value

The number of VNICs to create.

Examples

Example A.147 Generating multiple VNICs

OVM> vnicCreate segment4=00 segment5=00 segment6=50 numberToGenerate=20

See Also