Hi,
I'm trying to configure a Proxmox SDN. We have two sites connected via Layer 2 switching and over that a Layer 3 EVPN
I've configured a controller with two peers which are two VyOS routers. One is in site A and one is in site B
Ideally, I'd like site A traffic to route via the Site A router and site B traffic to route via the site B router.
The problem I'm having is that the EVPN controller doesn't seem to allow weighting so I actually get equal weight routing in both sites. This means some traffic will flow out of Site A and some out of Site B
Is there a supported way via SDN to apply weighting?
I'm trying to configure a Proxmox SDN. We have two sites connected via Layer 2 switching and over that a Layer 3 EVPN
I've configured a controller with two peers which are two VyOS routers. One is in site A and one is in site B
Ideally, I'd like site A traffic to route via the Site A router and site B traffic to route via the site B router.
The problem I'm having is that the EVPN controller doesn't seem to allow weighting so I actually get equal weight routing in both sites. This means some traffic will flow out of Site A and some out of Site B
Code:
node0-pmx-thn# show ip route vrf vrf_EVPN
Codes: K - kernel route, C - connected, L - local, S - static,
R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric, t - Table-Direct,
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
t - trapped, o - offload failure
IPv4 unicast VRF vrf_EVPN:
B>* 0.0.0.0/0 [200/0] via 172.16.210.1, vrfbr_EVPN onlink, weight 1, 14:16:40
* via 172.16.210.2, vrfbr_EVPN onlink, weight 1, 14:16:40
Is there a supported way via SDN to apply weighting?