adding allowas-in 1 to iBGP peergroup. this allows routes coming in from peer-edge over the gre to be learn

This commit is contained in:
toby 2018-10-23 18:27:55 +02:00
parent eb8a990fc8
commit f9ed8fe88b
1 changed files with 2 additions and 0 deletions

View File

@ -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
!