Page MenuHomeVyOS Platform

Multiple BGP Confederation Peers Not Allowed
Closed, ResolvedPublic

Description

It appears that multiple BGP confederation peers are not allowed on 1.4, and on upgrade from 1.3 all but one gets removed. You can see here it just replaces the peers setting:

trae@cr01b-vyos# show protocols bgp parameters confederation
 identifier 4242420696
 peers 4242420668
[edit]
trae@cr01b-vyos# set protocols bgp parameters confederation peers 4242420667
[edit]
trae@cr01b-vyos# show protocols bgp parameters confederation 
 identifier 4242420696
>peers 4242420667

This works fine in FRR if set manually, so I think it might just be a config syntax issue?

Details

Difficulty level
Unknown (require assessment)
Version
1.4-rolling-202105192127
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Config syntax change (migratable)

Event Timeline

trae32566 created this task.
trae32566 created this object in space S1 VyOS Public.

I can confirm that beheivor , settings on FRR :

'''
router bgp 1664
no bgp ebgp-requires-policy
bgp confederation identifier 4242420676
bgp confederation peers 4242420677 4242420668

'''