]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_confed1/r2/bgpd.conf
ldpd: changes for code maintainability
[mirror_frr.git] / tests / topotests / bgp_confed1 / r2 / bgpd.conf
1 debug bgp neighbor-events
2 debug bgp nht
3 debug bgp updates in
4 debug bgp updates out
5 !
6 router bgp 200
7 no bgp ebgp-requires-policy
8 bgp confederation identifier 300
9 bgp confederation peers 300
10 neighbor 192.0.2.1 remote-as 100
11 neighbor 192.0.2.18 remote-as 300
12 !
13 address-family ipv4 unicast
14 network 203.0.113.16/28
15 neighbor 192.0.2.18 default-originate
16 exit-address-family
17 !
18