]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_aigp/r5/bgpd.conf
bgpd: Implement Accumulated IGP Metric Attribute for BGP
[mirror_frr.git] / tests / topotests / bgp_aigp / r5 / bgpd.conf
1 router bgp 65002
2 no bgp ebgp-requires-policy
3 no bgp network import-check
4 neighbor 192.168.35.3 remote-as external
5 neighbor 192.168.35.3 timers 1 3
6 neighbor 192.168.35.3 timers connect 1
7 neighbor 192.168.35.3 aigp
8 neighbor 10.0.0.6 remote-as internal
9 neighbor 10.0.0.6 timers 1 3
10 neighbor 10.0.0.6 timers connect 1
11 neighbor 10.0.0.6 update-source lo
12 address-family ipv4
13 redistribute connected
14 redistribute ospf
15 exit-address-family
16 !