Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sense_f

#1
Помогли в англ. ветке, создал фича реквест https://github.com/opnsense/plugins/pull/2618, все сделали, тему можно закрывать.
#3
I created the feature request.
But I'm still waiting for a possible temporary workaround. Thanks.
#4
Sure, I''ll do it ;), but tell me please how I can implement temporary workaround?
#5
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?
#6
Да уж...ру комьюнити больше мертвое, чем живое, 108 просмотров и никаких мыслей :( :o
#7
Приветствую всех!
Не нашел опцию route-reflector-client в контексте настроек peer в bgp.
Нашел в мане FRR, что опцию можно прописать в конфиге
https://docs.frrouting.org/en/latest/bgp.html#route-reflector
Прописываю настройку на пира в конфиге /usr/local/etc/frr/bgpd.conf, сохраняю файл. Перезапускаю Quagga и делаю вывод в консоле:

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


Как видно опция принята и отображается в раннинг конфиге, но вот после перезагрузки opnsense настройка слетает. Как её можно сохранить?