1
0
Fork 0
frr/tests/topotests/bgp_suppress_fib/r2/bgpd.allowas_in.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
351 B
Text
Raw Normal View History

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
!
!