mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-07 21:47:05 +00:00
tests: Test if RFC 8212 is not involved for BGP confederations
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
fa2cc09d45
commit
dd6a679e3a
@ -4,7 +4,6 @@
|
|||||||
!debug bgp updates out
|
!debug bgp updates out
|
||||||
!
|
!
|
||||||
router bgp 200
|
router bgp 200
|
||||||
no bgp ebgp-requires-policy
|
|
||||||
bgp confederation identifier 300
|
bgp confederation identifier 300
|
||||||
bgp confederation peers 300
|
bgp confederation peers 300
|
||||||
neighbor 192.0.2.1 remote-as 100
|
neighbor 192.0.2.1 remote-as 100
|
||||||
@ -12,7 +11,9 @@ router bgp 200
|
|||||||
!
|
!
|
||||||
address-family ipv4 unicast
|
address-family ipv4 unicast
|
||||||
network 203.0.113.16/28
|
network 203.0.113.16/28
|
||||||
|
neighbor 192.0.2.1 route-map any in
|
||||||
|
neighbor 192.0.2.1 route-map any out
|
||||||
neighbor 192.0.2.18 default-originate
|
neighbor 192.0.2.18 default-originate
|
||||||
exit-address-family
|
exit-address-family
|
||||||
!
|
!
|
||||||
|
route-map any permit 10
|
||||||
|
Loading…
Reference in New Issue
Block a user