frr/tests/topotests/bgp_suppress_fib/r2/bgpd.allowas_in.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

18 lines
351 B
Text

access-list access seq 10 permit 192.168.1.1/32
!
ip route 192.168.1.1/32 10.0.0.10
!
!debug bgp bestpath
!debug bgp nht
!debug bgp updates
!debug bgp update-groups
!debug bgp zebra
!debug zebra rib detail
!
router bgp 2
address-family ipv4 uni
redistribute static
neighbor 10.0.0.10 allowas-in 1
neighbor 10.0.0.1 allowas-in 1
!
!