You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear friends, i trying to integrate server with FRR to my EVPN-VXLAN network based on Juniper QFX Hardware
Server OS: Debian Bookworm with Proxmox 8.3 ( latest )
Juniper using rfc8365 for generate route target: https://datatracker.ietf.org/doc/html/rfc8365
test vni numbers: 22022, 22025
my FRR config(version 8.5.2-pve):
autort works correctly and other hosts pings my server with FRR, but Proxmox contains other issues, after some time i want create other report.
for fix FRR issue (Proxmox version) i try to upgrade to other FRR version: 8.5.7, 9.0, 9.1, 10.1
This versions generates partially correct route target, for example:
target:63949:268457478 - for VNI 22022 = 63949 WRONG AS NUMBER, 268457478 - correct target(based on rfc8365)
Result of test versions:
any version from FRR repository, this fixes my issue with Proxmox version, but broke autort functionality: for each vni number i need manually set route target.
any version from FRR repository not contains: autort as option
Working config for FRR versions from original repository(EVPN family):
Description
Dear friends, i trying to integrate server with FRR to my EVPN-VXLAN network based on Juniper QFX Hardware
Server OS: Debian Bookworm with Proxmox 8.3 ( latest )
Juniper using rfc8365 for generate route target:
https://datatracker.ietf.org/doc/html/rfc8365
test vni numbers: 22022, 22025
my FRR config(version 8.5.2-pve):
autort works correctly and other hosts pings my server with FRR, but Proxmox contains other issues, after some time i want create other report.
for fix FRR issue (Proxmox version) i try to upgrade to other FRR version: 8.5.7, 9.0, 9.1, 10.1
This versions generates partially correct route target, for example:
target:63949:268457478 - for VNI 22022 = 63949 WRONG AS NUMBER, 268457478 - correct target(based on rfc8365)
Result of test versions:
Working config for FRR versions from original repository(EVPN family):
My Topology:
My questions:
Link to patch: https://git.proxmox.com/?p=frr.git;a=commit;h=ee6c216aee076d61619d5992446d3d17d3035883
Version
How to reproduce
Use example of config
Expected behavior
autort generates route target with correct as number configured for OVERLAY group
Actual behavior
as number for OVERLAY group not useed by FRR and inserts wrong BGP AS number
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: