]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_suppress_fib/r2/bgpd.allowas_in.conf
Merge pull request #13455 from sri-mohan1/srib-ldpd
[mirror_frr.git] / tests / topotests / bgp_suppress_fib / r2 / bgpd.allowas_in.conf
1 access-list access seq 10 permit 192.168.1.1/32
2 !
3 ip route 192.168.1.1/32 10.0.0.10
4 !
5 !debug bgp bestpath
6 !debug bgp nht
7 !debug bgp updates
8 !debug bgp update-groups
9 !debug bgp zebra
10 !debug zebra rib detail
11 !
12 router bgp 2
13 address-family ipv4 uni
14 redistribute static
15 neighbor 10.0.0.10 allowas-in 1
16 neighbor 10.0.0.1 allowas-in 1
17 !
18 !