Networks

Nexus Dashboard

Network Configuration

Define Layer 2 VNIs with VLAN mappings and configure Anycast Gateways for inter-VNI routing.

Layer 2 Segmentation

In Nexus Dashboard, "Networks" is where you define Layer-2 VNIs (L2VNIs) and associate them with VLANs to create Layer-2 segments (bridge domains) over your VXLAN fabric. L2VNIs keep traffic segmented, preventing Layer-2 traffic from crossing VNI boundaries.

Inter-VNI Routing

If you need routing between different VNIs, you must associate the networks with a Layer-3 VNI (L3VNI) and a VRF. For routing, you can also configure an Anycast Gateway (SVI) so the same gateway IP exists on all necessary leaf switches.

Lab Configuration

In this lab, you'll define two networks for inter-VXLAN routing, associating them with the L3VNI VRF created earlier. Each network will have its own L2VNI and VLAN ID.

Step 1 - Launch Create Networks Wizard to Create First Network

  1. Click Networks in the top navigation bar
  2. Click Actions
  3. Click Create

Step 2 - Populate Create Network Wizard with First Network

In the Create Network wizard, populate the parameters to build the network configuration for your first network:

  1. Set the Network Name to BlueNet1
  2. Leave Network mode to Layer 3
  3. Leave VRF Name set to BlueVRF

  4. Leave the Network ID set to 30000 (this is the first VNI pulled from the L2VNI pool)
  5. Click Propose VLAN for Nexus Dashboard to pull a VLAN from the VLAN pool that was created when you created the fabric

    In General Parameters, set

  6. IPv4 Gateway/NetMask to 192.168.11.1/24
  7. Vlan Name to BlueNet1
  8. Interface Description to BlueNet1

  9. Click Create

Step 3 - Launch Create Networks Wizard Again to Create Second Network

Repeat the steps above to create a second Network (L2VNI) under Networks:

  1. Click Actions
  2. Click Create

Step 4 - Populate Create Network Wizard with Second Network

In the Create Network wizard, populate the parameters to build the network configuration for your first network:

  1. Set the Network Name to BlueNet2
  2. Leave Network mode to Layer 3
  3. Leave VRF Name set to BlueVRF

  4. Leave the Network ID set to 30001 (this is the first VNI pulled from the L2VNI pool)
  5. Click Propose VLAN for Nexus Dashboard to pull a VLAN from the VLAN pool that was created when you created the fabric

    In General Parameters, set

  6. IPv4 Gateway/NetMask to 192.168.12.1/24
  7. Vlan Name to BlueNet2
  8. Interface Description to BlueNet2

  9. Click Create

Step 5 - Confirm Networks are Created

Confirm the two Networks are created. The current status should display as NA as the Networks are not attached and deployed to a leaf switch yet.