mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 21:33:55 +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
|
router bgp 65001
|
||||||
bgp router-id 10.10.10.1
|
bgp router-id 10.10.10.1
|
||||||
no bgp ebgp-requires-policy
|
no bgp ebgp-requires-policy
|
||||||
no bgp enforce-first-as
|
neighbor pg peer-group
|
||||||
neighbor 2001:db8:1::1 remote-as external
|
neighbor pg remote-as external
|
||||||
neighbor 2001:db8:1::1 timers 3 10
|
neighbor pg timers 1 3
|
||||||
neighbor 2001:db8:1::1 timers connect 1
|
neighbor pg timers connect 1
|
||||||
|
no neighbor pg enforce-first-as
|
||||||
|
neighbor 2001:db8:1::1 peer-group pg
|
||||||
address-family ipv6 unicast
|
address-family ipv6 unicast
|
||||||
redistribute connected
|
redistribute connected
|
||||||
neighbor 2001:db8:1::1 activate
|
neighbor 2001:db8:1::1 activate
|
||||||
|
Loading…
Reference in New Issue
Block a user