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:
parent
eb8a990fc8
commit
f9ed8fe88b
|
@ -60,6 +60,7 @@ router bgp NODEASN
|
||||||
!!! neighbor iBGP activate
|
!!! neighbor iBGP activate
|
||||||
!!! neighbor iBGP next-hop-self
|
!!! neighbor iBGP next-hop-self
|
||||||
!!! neighbor iBGP soft-reconfiguration inbound
|
!!! neighbor iBGP soft-reconfiguration inbound
|
||||||
|
!!! neighbor iBGP allowas-in 1
|
||||||
!!! FRR_IPV4_EDGE_SUMMARIES_AGGREGATS
|
!!! FRR_IPV4_EDGE_SUMMARIES_AGGREGATS
|
||||||
exit-address-family
|
exit-address-family
|
||||||
!
|
!
|
||||||
|
@ -83,6 +84,7 @@ router bgp NODEASN
|
||||||
!!! neighbor iBGP activate
|
!!! neighbor iBGP activate
|
||||||
!!! neighbor iBGP next-hop-self
|
!!! neighbor iBGP next-hop-self
|
||||||
!!! neighbor iBGP soft-reconfiguration inbound
|
!!! neighbor iBGP soft-reconfiguration inbound
|
||||||
|
!!! neighbor iBGP allowas-in 1
|
||||||
!!! FRR_IPV6_EDGE_SUMMARIES_AGGREGATS
|
!!! FRR_IPV6_EDGE_SUMMARIES_AGGREGATS
|
||||||
exit-address-family
|
exit-address-family
|
||||||
!
|
!
|
||||||
|
|
Loading…
Reference in New Issue