mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00

add a test dedicated to confederation. it also take into account the support of AS memberwith same id that the confederation id. Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
19 lines
383 B
Plaintext
19 lines
383 B
Plaintext
debug bgp neighbor-events
|
|
debug bgp nht
|
|
debug bgp updates in
|
|
debug bgp updates out
|
|
!
|
|
router bgp 200
|
|
no bgp ebgp-requires-policy
|
|
bgp confederation identifier 300
|
|
bgp confederation peers 300
|
|
neighbor 192.0.2.1 remote-as 100
|
|
neighbor 192.0.2.18 remote-as 300
|
|
!
|
|
address-family ipv4 unicast
|
|
network 203.0.113.16/28
|
|
neighbor 192.0.2.18 default-originate
|
|
exit-address-family
|
|
!
|
|
|