]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/bgp_aigp/r2/bgpd.conf
tests: Adjust AIGP metric numbers for iBGP setup
[mirror_frr.git] / tests / topotests / bgp_aigp / r2 / bgpd.conf
CommitLineData
97a52c82
DA
1router 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
1da2aac4
DA
7 neighbor 10.0.0.1 route-reflector-client
8 neighbor 192.168.24.4 remote-as internal
97a52c82
DA
9 neighbor 192.168.24.4 timers 1 3
10 neighbor 192.168.24.4 timers connect 1
11 neighbor 192.168.24.4 aigp
12 address-family ipv4
13 redistribute connected
14 exit-address-family
15!