Skip to main content

Getting Started with Networking

Use this workflow to create tenant VPCs and subnets for compute and converged topologies.

note

Create at least one VPC and one subnet for both compute and converged topologies.

Prerequisites

  • Log in as a Tenant Admin.
  • Plan non-overlapping CIDR ranges for each subnet.

Step 1: Create Compute VPC

  1. Go to the Network sidebar.
  2. Click Create VPC.

Network Tab

  1. Enter the required VPC details and set Topology Type to Compute.
  2. Click Create.

Create Compute VPC

Compute VPC Created

Step 2: Create Compute Subnet

  1. In the compute VPC, click Add Subnet.
  2. Enter subnet details and CIDR, then click Add.

Example compute subnet CIDR: 192.170.0.0/16

Add Compute Subnet

Compute Subnet Added

Step 3: Create Converged VPC

  1. Click Create VPC again.
  2. Enter the required VPC details and set Topology Type to Converged.
  3. Click Create.

Create Converged VPC

Converged VPC Created

Step 4: Create Converged Subnet

  1. In the converged VPC, click Add Subnet.
  2. Add subnet details with a CIDR that does not overlap the compute subnet CIDR.

Example converged subnet CIDR: 192.169.0.0/16

Add Converged Subnet

Converged Subnet Added

Step 5: Verify Network Configuration

  1. Return to the Network sidebar.
  2. Confirm both VPCs are listed with the expected subnet count.

Verify Converged VPC

Next Steps