Skip to content

Commit

Permalink
Default for BGP in frr (FRRouting) is 'bgp ebgp-requires-policy'; so …
Browse files Browse the repository at this point in the history
…for a minimal BGP configuration we set: 'no bgp ebgp-requires-policy' (works also in quagga)
  • Loading branch information
mmikuc committed May 3, 2021
1 parent 08a7ec6 commit 8a6e9be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BGP/BGP_custom-config.imn
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ node n0 {
ip address 192.168.200.1/24
!
router bgp 65003
no bgp ebgp-requires-policy
bgp router-id 192.168.200.1
network 192.168.200.0/24
neighbor 172.16.101.2 remote-as 65004
Expand Down Expand Up @@ -118,6 +119,7 @@ node n1 {
ip address 172.16.103.1/24
!
router bgp 65002
no bgp ebgp-requires-policy
bgp router-id 10.1.2.8
network 172.16.100.0/24
network 172.16.102.0/24
Expand Down Expand Up @@ -175,6 +177,7 @@ node n2 {
ip address 192.168.100.1/24
!
router bgp 65001
no bgp ebgp-requires-policy
bgp router-id 10.1.2.4
network 192.168.100.0/24
network 10.1.2.0/24
Expand Down Expand Up @@ -228,6 +231,7 @@ node n3 {
ip address 172.16.101.2/24
!
router bgp 65004
no bgp ebgp-requires-policy
bgp router-id 172.16.103.2
network 172.16.101.0/24
neighbor 172.16.103.1 remote-as 65002
Expand Down

0 comments on commit 8a6e9be

Please sign in to comment.