VyOS 1.1.8 (helium) support ECMP or not

Hello Team:
The VyOS 1.1.8 (helium) support ECMP or not? If support, would you please tell how to config it?
Thanks a lot

vyos@R1# run show version 
Version:      VyOS 1.1.8
Description:  VyOS 1.1.8 (helium)
Copyright:    2017 VyOS maintainers and contributors
Built by:     maintainers@vyos.net
Built on:     Sat Nov 11 13:44:36 UTC 2017
Build ID:     1711111344-b483efc
System type:  x86 64-bit
Boot via:     image
Hypervisor:   VMware
HW model:     VMware Virtual Platform
HW S/N:       VMware-56 4d 67 db 11 0d 23 89-82 1a e6 7e 9e d8 82 33
HW UUID:      564D67DB-110D-2389-821A-E67E9ED88233
Uptime:       13:55:09 up  6:26,  2 users,  load average: 0.01, 0.02, 0.05

[edit]
vyos@R1#
vyos@R1# run show ip bgp 
BGP table version is 0, local router ID is 192.168.5.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale, R Removed
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*> 192.168.5.0      0.0.0.0                  1         32768 i
*  192.168.8.0      192.168.10.2                           0 500 65008 i
*>                  192.168.12.2                           0 800 65008 i

Total number of prefixes 2

Hi @eBPFCilium,

VyOS 1.1.8 is EOL - however if you find this CLI node: set protocols bgp <ASN> maximum-paths it will support ECMP. Unfortunately I no longer have such an old version running to verify this.

You should upgrade to at least to VyOS 1.2.8 or even better, use the equuleus 1.3 release (currently 1.3.1)


Christian

Thanks c-po.
vyos@R1# set protocols bgp 65005 maximum-paths ebgp 2
but it seems not working.

vyos@R1# run show ip bgp 
BGP table version is 0, local router ID is 192.168.5.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale, R Removed
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*> 192.168.5.0      0.0.0.0                  1         32768 i
*  192.168.8.0      192.168.10.2                           0 500 65008 i
*>                  192.168.12.2                           0 800 65008 i

From this isseu:

We can see that: we need config the


But if even with the 1.2.1:

we can not get the:multipath-relax
set protocols bgp ASN parameters bestpath as-path multipath-relax

Without AS path multipath relax ECMP will only work on “same” paths.

You can try this in FRR itself:

vyos@vyos:~$ vtysh
vyos# configure
vyos(config)# router bgp 100
vyos(config-router)# bgp bestpath as-path multipath-relax

NOTE: this will be a workaround only and be lost on the next reboot. Please upgrade your VyOS version.

Okay. thanks. but unfortunately it’s not support
image