Creating a VCN for a Roving Edge Infrastructure Device

Describes how to create a VCN on your Roving Edge Infrastructure device.

Only a single VCN is supported on each Roving Edge Infrastructure device.

These procedures create a VCN without any subnets or gateways for access. Manually create the subnets and other resources before using the VCN. Currently, Roving Edge Infrastructure supports only one VCN with only one CIDR Block.

Note

The IPv6 option is not supported when creating a VCN. Including any reference to IPv6 in your creation of a VCN (is-ipv6-enabled=true|false) results in a failure.

    1. Open the navigation menu and select Networking > Virtual Cloud Networks. The Virtual Cloud Networks page appears. The single virtual cloud network (VCN) is listed in tabular form.

    2. Click Create VCN. The Create a Virtual Cloud Network dialog box appears.

    3. Enter the following:
      • Name: A descriptive name for the VCN. It doesn't have to be unique, and it cannot be changed later in the Console (but you can change it with the API). Avoid entering confidential information.

      • CIDR Block: The one valid IPv4 CIDR block for the VCN. For example: 172.16.0.0/16. You cannot change this value later.

      • DNS Resolution: Check Use DNS Hostnames in this VCN if you want to enable this functionality. Checking this option is required for assignment of DNS hostnames to hosts in the VCN. Enabling this option is required if you plan to use the VCN's default DNS feature (called the Internet and VCN Resolver).

        If enabled, you can specify a DNS label for the VCN, otherwise, the Device Console generates one for you. The dialog box automatically displays the corresponding DNS Domain Name for the VCN (<VCN DNS label>.oraclevcn.com).

    4. Click Create VCN.

    Next, create one or more subnets in the cloud network. See Subnets for Roving Edge Infrastructure Devices.

  • Use the oci network vcn create command and required parameters to create a VCN on your Roving Edge Infrastructure devices.:

    oci network vcn create --compartment-id compartment_ocid --cidr-block cidr_block [OPTIONS]

    To determine your Roving Edge Infrastructure device compartment OCID, see Compartments.

    The cidr_block parameter lists the one valid IPv4 CIDR block for the VCN

    For example: --cidr-block 10.0.0.0/16

    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 set up information regarding CLIs on your Roving Edge Infrastructure device, see Using the Command Line Interface.

  • Run the CreateVcn operation to create a VCN on your Roving Edge Infrastructure devices..