Hi everyone,
I'm currently configuring an EVPN SDN setup on my Proxmox VE 9.2.3 cluster, and I've run into an issue with the Web GUI not displaying the routing tables.
The Issue:
When I select a specific node in the GUI (e.g., Node 'pve1' -> SDN -> [My EVPN Zone] -> IP-VRF (or MAC-VRF)), the panels are completely empty. It doesn't show any CIDRs, Nexthops, or MAC addresses of the connected VMs/LXCs.
What works:
The underlying routing is working perfectly. The data plane is fine, and if I check the local FRR instance directly via CLI, the tables are populated as expected:
vtysh -c "show ip route vrf vrf_evpnzone" properly lists all my connected subnets via the VNets, as well as the dynamic /32 host routes for my VMs learned via BGP.
vtysh -c "show evpn mac vni all json" correctly returns the MAC addresses and VNI mappings.
BGP peering between all nodes is operational (ESTABLISHED).
IPAM is set to pve in SDN Options.
Any advice?
I'm currently configuring an EVPN SDN setup on my Proxmox VE 9.2.3 cluster, and I've run into an issue with the Web GUI not displaying the routing tables.
The Issue:
When I select a specific node in the GUI (e.g., Node 'pve1' -> SDN -> [My EVPN Zone] -> IP-VRF (or MAC-VRF)), the panels are completely empty. It doesn't show any CIDRs, Nexthops, or MAC addresses of the connected VMs/LXCs.
What works:
The underlying routing is working perfectly. The data plane is fine, and if I check the local FRR instance directly via CLI, the tables are populated as expected:
vtysh -c "show ip route vrf vrf_evpnzone" properly lists all my connected subnets via the VNets, as well as the dynamic /32 host routes for my VMs learned via BGP.
vtysh -c "show evpn mac vni all json" correctly returns the MAC addresses and VNI mappings.
BGP peering between all nodes is operational (ESTABLISHED).
IPAM is set to pve in SDN Options.
Any advice?