]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_aigp/r3/bgpd.conf
tests: Adjust AIGP metric numbers for iBGP setup
[mirror_frr.git] / tests / topotests / bgp_aigp / r3 / bgpd.conf
1 router bgp 65001
2 no bgp ebgp-requires-policy
3 no bgp network import-check
4 neighbor 10.0.0.1 remote-as internal
5 neighbor 10.0.0.1 timers 1 3
6 neighbor 10.0.0.1 timers connect 1
7 neighbor 10.0.0.1 route-reflector-client
8 neighbor 192.168.35.5 remote-as internal
9 neighbor 192.168.35.5 timers 1 3
10 neighbor 192.168.35.5 timers connect 1
11 neighbor 192.168.35.5 aigp
12 address-family ipv4
13 redistribute connected
14 exit-address-family
15 !