VRFs

Nexus Dashboard

VRF Configuration

Create Layer 3 VNIs and tenant VRFs for inter-VXLAN routing with automated BGP EVPN configuration.

Symmetric IRB Routing

In a VXLAN EVPN setup, a Layer-3 VNI (L3VNI) is needed for inter-VXLAN routing using symmetric IRB. The L3VNI is tied to a tenant VRF, which keeps each tenant's routing separate.

Automated Configuration

Nexus Dashboard simplifies this process by automating and verifying the complex VRF, BGP EVPN, and VXLAN configurations, making it easier to manage large environments.

VRF and Network Creation

In this section, you'll create and stage the first tenant VRF and its L3VNI. Next, you'll learn to create networks with L2 VNIs and VLANs and link them to the tenant VRF.

Step 1 - Launch Create VRF Wizard

From the Interfaces view, navigate to VRFs.

  1. Click Segmentation and security in the top navigation bar
  2. Click VRFs
  3. Click Actions
  4. Click Create

Step 2 - Populate Create VRF Wizard

In the Create VRF wizard, populate the configuration parameters. You most likely can see how these fields align to the common command line configuration for a VRF on NX-OS.

  1. Set the VRF Name to BlueVRF
  2. Leave the default VNI ID as 50000 (this was pulled from the pool of VNIs when you created the initial fabric)
  3. Click Propose VLAN for Nexus Dashboard to pull a VLAN from the VLAN pool that was created when you created the fabric
  4. Set the VRF Vlan Name to BlueVRF
  5. Set the VRF Intf Description to BlueVRF
  6. Set the VRF Description to BlueVRF
  7. Click Create

Step 3 - Confirm VRF is Created

Confirm the VRF is created. The current status should display as NA as the VRF is not attached and deployed to a leaf switch yet. Also confirm that the VRF ID is 50000. Again, the VRF ID is also considered the L3VNI or VNI ID.

  1. Click on BlueVRF

Step 4 - View Current VRF Attachments

  1. click VRF Attachments and notice the VRF you created shows up as applicable to be attached and deployed to any of your leaf switches. You will check back here after the next couple sections where the VRF is automatically deployed to only the leaf switches where it is required based on the Networks deployed.