Search results

  1. K

    Proxmox EVPN, route leak does not work.

    Hello, I’m trying to get connectivity between a Proxmox node and a VM located on the same node but in a tenant VRF (vrf_z10001) proxmox (10.0.4.4 vrf Main) -> VM (10.0.20.10 vrf vrf_z10001) I leaked host routes between VRFs. ip route add 10.0.20.10/32 dev v100001 ip route add 10.0.4.4/32 dev...
  2. K

    Proxmox9: EVPN Type-5 routes not imported to FIB

    Hello, On Proxmox v8, EVPN Type-5 routes were working fine, but I was not using the Proxmox node as an exit node. After upgrading to Proxmox v9, the nodes no longer import EVPN Type-5 default routes into the VRFs. Whether the Type-5 route is advertised by a BGP peer or the Proxmox node itself...
  3. K

    Bug: Proxmox 9 HA node rules not updated after VM remove

    Hi, When removing a VM via the GUI or API, the VM is not removed from HA Node Affinity Rules. Later, when I try to modify HA Node Affinity Rules via the API by retrieving the current resource list and adding a new resource, I get an error: cannot use unmanaged resource(s) vm:138, vm:169. This...
  4. K

    SDN frr.conf.local override question

    Hello, I am trying to override default rule route-map MAP_VTEP_OUT permit 1 by merging my frr.conf.local frr.conf.local: ip prefix-list C100001_ONLY_IPV4 seq 5 permit 10.0.20.0/24 le 32 ip prefix-list C100001_ONLY_IPV4 seq 10 deny 0.0.0.0/0 le 32 ipv6 prefix-list C100001_ONLY_IPV6 seq 5 permit...
  5. K

    Proxmox EVPN iBGP to Arista SW

    Hello everyone, I am trying to connect my 3 node Proxmox cluster to Arista 7060CX switch via iBGP so Arista could act as "Exit node" for Proxmox SDN Zones. I am new to Arista. I have managed to establish iBGP session with Arista, map evpn routes to corresponding VRF's and VLANS to mimic network...
  6. K

    Default route advertisement to SDN EVPN

    Hello, i was able to peer Fortigate VM (acts as VTEP) with Proxmox SND EVPN. Everything is working fine, but i can't see Fortigate as "Exit node" on proxmox cluster. I suspect i need to announce default route from Fortigate? I guest i need to add? route-map MAP_VTEP_IPV4_IN permit 10 match...
  7. K

    Arista swicth configuration for Proxmox SDN EVPN.

    I have three Proxmox nodes with SDN working fine. I just purchased a used Arista 7060CX and have no experience with it so far. Is anyone willing to share their Arista configuration? As I understand it, the Proxmox EVPN controller is unable to control Arista switches, so I will need to create...
  8. K

    Error set up permission to SDN zone via API using token

    Hi, token has PVEAdmin permission for "/" path with propogate, but always getting error: 403 Permission check failed (/sdn/zones/z100007, Permissions.Modify) Other API endpoint calls working fine. Any ideas what could be wrong? curl 'https://x.x.x.x:8006/api2/json/access/acl/' --insecure -v\...
  9. K

    SDN with EVPN Controller

    Hello, I have been exploring SDN. Right now, I have an cluster with three nodes, VXLAN is working fine between nodes. My problem is routing from router (static route, router does not support SDN) to PVE node. I can ping PVE node from router but can't ping VM or VNet's subnet gateway. Firewall...