From f9ed8fe88b5066c7f6464e001f1fc506a6dd226d Mon Sep 17 00:00:00 2001 From: toby Date: Tue, 23 Oct 2018 18:27:55 +0200 Subject: [PATCH] adding allowas-in 1 to iBGP peergroup. this allows routes coming in from peer-edge over the gre to be learn --- files/frr.conf.wit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/frr.conf.wit b/files/frr.conf.wit index 8de731b..a428550 100644 --- a/files/frr.conf.wit +++ b/files/frr.conf.wit @@ -60,6 +60,7 @@ router bgp NODEASN !!! neighbor iBGP activate !!! neighbor iBGP next-hop-self !!! neighbor iBGP soft-reconfiguration inbound + !!! neighbor iBGP allowas-in 1 !!! FRR_IPV4_EDGE_SUMMARIES_AGGREGATS exit-address-family ! @@ -83,6 +84,7 @@ router bgp NODEASN !!! neighbor iBGP activate !!! neighbor iBGP next-hop-self !!! neighbor iBGP soft-reconfiguration inbound + !!! neighbor iBGP allowas-in 1 !!! FRR_IPV6_EDGE_SUMMARIES_AGGREGATS exit-address-family !