When setting the BGP source-interface for a neighbor, the commit fails to start the BGP service. Below is the full error. I have a feeling this is no longer supported in v1.4 because the docs do not even list this as an option.
vyos@vyos# set neighbor eth2.2000 interface source-interface eth2.2000
[edit protocols bgp]
vyos@vyos# commit
[ protocols bgp ]
VyOS had an issue completing a command.
We are sorry that you encountered a problem while using VyOS.
There are a few things you can do to help us (and yourself):
- Contact us using the online help desk if you have a subscription:
https://support.vyos.io/
- Make sure you are running the latest version of VyOS available at:
https://vyos.net/get/
- Consult the community forum to see how to handle this issue:
https://forum.vyos.io
- Join us on Slack where our users exchange help and advice:
https://vyos.slack.com
When reporting problems, please include as much information as possible:
- do not obfuscate any data (feel free to contact us privately if your
business policy requires it)
- and include all the information presented below
Report time: 2022-03-07 22:16:39
Image version: VyOS 1.4-rolling-202202040318
Release train: sagitta
Built by: autobuild@vyos.net
Built on: Fri 04 Feb 2022 03:18 UTC
Build UUID: 3099ad05-9578-4068-9b1a-caaa8a859f09
Build commit ID: 1d455e14a17f96
Architecture: x86_64
Boot via: installed image
System type: KVM guest
Hardware vendor: QEMU
Hardware model: Standard PC (Q35 + ICH9, 2009)
Hardware S/N:
Hardware UUID: 3bfc4abf-a9ed-405c-b240-a351296c6add
Traceback (most recent call last):
File "/usr/libexec/vyos/conf_mode/protocols_bgp.py", line 326, in <module>
apply(c)
File "/usr/libexec/vyos/conf_mode/protocols_bgp.py", line 317, in apply
frr_cfg.commit_configuration(bgp_daemon)
File "/usr/lib/python3/dist-packages/vyos/frr.py", line 480, in commit_configuration
raise ConfigurationNotValid(f'Config commit retry counter ({count_max}) exceeded')
vyos.frr.ConfigurationNotValid: Config commit retry counter (5) exceeded
[[protocols bgp]] failed
Commit failed
[edit protocols bgp]