[Phase 3] Add VRF and L3 VXLAN support #14

Open
opened 2025-12-20 15:44:32 +00:00 by Damien · 0 comments
Owner

Description

Add VRF and L3 VXLAN (Type-5) configuration mapping.

Tasks

  • Map VRF instance creation
  • Map VRF to VNI mapping on Vxlan1
  • Map BGP VRF configuration (RD, RT import/export)
  • Map SVI interfaces in VRF
  • Map ip virtual-router address for anycast gateway

Key Configuration

vrf instance gold
ip routing vrf gold

interface Vxlan1
  vxlan vrf gold vni 100001

router bgp 65001
  vrf gold
    rd 10.0.250.11:1
    route-target both evpn 1:100001
    redistribute connected

interface Vlan34
  vrf gold
  ip address 10.34.34.2/24
  ip virtual-router address 10.34.34.1
## Description Add VRF and L3 VXLAN (Type-5) configuration mapping. ## Tasks - [ ] Map VRF instance creation - [ ] Map VRF to VNI mapping on Vxlan1 - [ ] Map BGP VRF configuration (RD, RT import/export) - [ ] Map SVI interfaces in VRF - [ ] Map ip virtual-router address for anycast gateway ## Key Configuration ``` vrf instance gold ip routing vrf gold interface Vxlan1 vxlan vrf gold vni 100001 router bgp 65001 vrf gold rd 10.0.250.11:1 route-target both evpn 1:100001 redistribute connected interface Vlan34 vrf gold ip address 10.34.34.2/24 ip virtual-router address 10.34.34.1 ```
Damien added the phase-3-full-fabric label 2025-12-20 15:45:07 +00:00
Sign in to join this conversation.