Creating and Attaching a Secondary VNIC to a Roving Edge Infrastructure Device
Describes how to create and attach a secondary VNIC to your Roving Edge Infrastructure devices.
-
-
(optional) Select a State from the list to limit the instances displayed to that state.
-
Click the instance that you want to create and attach a secondary VNIC. The instance's Details page appears.
-
Under Resources, click Attached VNICs. The primary VNIC and any secondary VNICs attached to the instance are displayed.
-
Click Create VNIC. The Create VNIC dialog box appears.
-
Enter the following information:
-
Name: Enter a name for the secondary VNIC.
-
Virtual cloud network: Select the VCN that contains the subnet of interest from the list.
-
Subnet: Select the subnet of interest from the list. The secondary VNIC must be in the same availability domain as the instance's primary VNIC, so the subnet list includes any regional subnets or AD-specific subnets in the primary VNIC availability domain.
-
Private IP Address: Enter an available private IP address of your choice from the subnet CIDR (otherwise the private IP address is automatically assigned).
-
Assign a public IP address: Specify whether to assign a public IP address to the VNIC primary private IP. Available only if the subnet is public. Select this option to specify an existing reserved public IP address by name, or to create a new reserved IP address by assigning a name and selecting a source IP pool for the address. If you don't select an IP pool, the default Oracle IP pool is used.
-
Hostname: Enter a hostname to be used for DNS within the cloud network. Available only if the VCN and subnet both have DNS labels.
-
-
Click Submit.
The secondary VNIC is created and then displayed on the Attached VNICs page for the instance. It can take several seconds before the secondary VNIC appears on the page.
- Make note of the secondary VNIC OCID. You might need it when you configure the instance OS.
-
Configure the OS to use the VNIC.
-
Use the oci compute instance attach-vnic command and required parameters to create and attach a secondary VNIC to your Roving Edge Infrastructure devices:
oci compute instance attach-vnic --instance-id instance_ocid [OPTIONS]
To determine your Roving Edge Infrastructure device compartment OCID, see Compartments.
Refer to your Roving Edge Infrastructure device's CLI help for a list of parameters available for this command. See Accessing Command Line Interface Help.
For CLI setup information on your Roving Edge Infrastructure device, see Using the Command Line Interface.
Run the AttachVnic operation to create and attach a secondary VNIC to your Roving Edge Infrastructure devices.