mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 04:36:45 +00:00
tests: Check if enforce-first-as is working with peer-groups
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
b6dcf61877
commit
9047ce6d9c
@ -2,10 +2,12 @@
|
||||
router bgp 65001
|
||||
bgp router-id 10.10.10.1
|
||||
no bgp ebgp-requires-policy
|
||||
no bgp enforce-first-as
|
||||
neighbor 2001:db8:1::1 remote-as external
|
||||
neighbor 2001:db8:1::1 timers 3 10
|
||||
neighbor 2001:db8:1::1 timers connect 1
|
||||
neighbor pg peer-group
|
||||
neighbor pg remote-as external
|
||||
neighbor pg timers 1 3
|
||||
neighbor pg timers connect 1
|
||||
no neighbor pg enforce-first-as
|
||||
neighbor 2001:db8:1::1 peer-group pg
|
||||
address-family ipv6 unicast
|
||||
redistribute connected
|
||||
neighbor 2001:db8:1::1 activate
|
||||
|
Loading…
Reference in New Issue
Block a user