]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_node_target_extcommunities/r1/frr.conf
tests: Check if Node Target Extended Communities work
[mirror_frr.git] / tests / topotests / bgp_node_target_extcommunities / r1 / frr.conf
1 !
2 int r1-eth0
3 ip address 192.168.1.1/24
4 !
5 router bgp 65001
6 bgp router-id 192.168.1.1
7 no bgp ebgp-requires-policy
8 no bgp network import-check
9 neighbor 192.168.1.2 remote-as external
10 neighbor 192.168.1.3 remote-as external
11 neighbor 192.168.1.4 remote-as external
12 address-family ipv4 unicast
13 network 10.10.10.10/32
14 neighbor 192.168.1.2 route-map rmap out
15 neighbor 192.168.1.3 route-map rmap out
16 neighbor 192.168.1.4 route-map rmap out
17 exit-address-family
18 !
19 route-map rmap permit 10
20 set extcommunity nt 192.168.1.3:0 192.168.1.4:0
21 exit