Bgp frr

From Teknologisk videncenter
Revision as of 08:03, 9 February 2025 by Heth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Links