Hi all!
Didn't find route-reflector-client option in context of peer settings in bgp.
Found in FRR documentation that the option can be written in the config file.
https://docs.frrouting.org/en/latest/bgp.html#route-reflector
I set the setting for the peer in the config /usr/local/etc/frr/bgpd.conf, save the file. Then restart Quagga and draw the output in the console:
root@OPNsense:/ # /usr/local/bin/vtysh -c "show running-config"
Building configuration...
Current configuration:
!
frr version 7.4
frr defaults traditional
hostname OPNsense.localdomain
log syslog notifications
!
router bgp 65550
bgp router-id 192.168.1.1
no bgp ebgp-requires-policy
neighbor 10.11.1.1 remote-as 65550
neighbor 10.11.1.1 update-source gre0
!
address-family ipv4 unicast
neighbor 10.11.1.1 route-reflector-client
exit-address-family
!
line vty
!
end
As you can see, the option is accepted and displayed in the running config, but after the opnsense reboot, the setting disappears. How can I save it?
Can you open a feature request in GitHub so I dont forget it? It looks quite easy to implement
Sure, I''ll do it ;), but tell me please how I can implement temporary workaround?
I created the feature request.
But I'm still waiting for a possible temporary workaround. Thanks.
Thanks for fast decision :)
https://github.com/opnsense/plugins/issues/2594