]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_accept_own/rr1/bgpd.conf
ldpd: changes for code maintainability
[mirror_frr.git] / tests / topotests / bgp_accept_own / rr1 / bgpd.conf
1 !
2 debug bgp updates
3 !
4 router bgp 65001
5 bgp router-id 10.10.10.101
6 bgp route-reflector allow-outbound-policy
7 no bgp ebgp-requires-policy
8 no bgp default ipv4-unicast
9 neighbor 10.10.10.10 remote-as internal
10 neighbor 10.10.10.10 update-source 10.10.10.101
11 neighbor 10.10.10.10 timers 1 3
12 neighbor 10.10.10.10 timers connect 1
13 address-family ipv4 vpn
14 neighbor 10.10.10.10 activate
15 neighbor 10.10.10.10 route-reflector-client
16 neighbor 10.10.10.10 route-map pe1 out
17 exit-address-family
18 !
19 route-map pe1 permit 10
20 set extcommunity rt 192.168.1.2:2 192.168.2.2:2
21 set community 65001:111 accept-own additive
22 set ip next-hop unchanged
23 route-map pe1 permit 20
24 exit
25 !