Multiple BGP tunnels?

Hello,

I have a working IPSEC BGP tunnel between my vyos and a specific Amazon VPC. Since end of october, Amazon VPC supports sharing the IP address for each customer gateway:

Tonight, I tried setting up a second connection from my vyos to a second VPC, but when entering the first bgp setting, with another ASN, I got this error:

vyos@vyos# set protocols bgp 65001 neighbor 169.254.20.25 remote-as '9059'

  Cannot set node "65001": number of values exceeds limit(1 allowed)
  Set failed

Is vyos really limited to a single BGP setup? Or am I misinterpreting this error?

Ringo

Hi Ringo,

I am having a similar issue. did you ever resolve? I am working with iBGP. If you could share your workaround I would appreciate it.

Have you tried setting local-as (set protocols bgp 65001 neigh 169.254.20.25 local-as)?
Yes, you are limited to a single AS number for set protocols bgp 65001.