Bgp frr
From Teknologisk videncenter
Example
Enable bgp daemon in /etc/frr/daemons
bgpd=yes
Example configuration - notice ebgp policies and import-check are disabled
router bgp 4000
no bgp ebgp-requires-policy
no bgp network import-check
neighbor 3.3.4.1 remote-as 3320
neighbor 3.3.4.1 update-source eth0
exit