]> git.proxmox.com Git - pve-network.git/blob - test/zones/evpn/exitnode_local_routing/expected_controller_config
frr: config : add exit on router && routemaps.
[pve-network.git] / test / zones / evpn / exitnode_local_routing / expected_controller_config
1 frr version 8.2.2
2 frr defaults datacenter
3 hostname localhost
4 log syslog informational
5 service integrated-vtysh-config
6 !
7 ip route 10.0.0.0/24 10.255.255.2 xvrf_myzone
8 !
9 vrf vrf_myzone
10 vni 1000
11 exit-vrf
12 !
13 router bgp 65000
14 bgp router-id 192.168.0.1
15 no bgp default ipv4-unicast
16 coalesce-time 1000
17 neighbor VTEP peer-group
18 neighbor VTEP remote-as 65000
19 neighbor VTEP bfd
20 neighbor 192.168.0.2 peer-group VTEP
21 neighbor 192.168.0.3 peer-group VTEP
22 !
23 address-family l2vpn evpn
24 neighbor VTEP route-map MAP_VTEP_IN in
25 neighbor VTEP route-map MAP_VTEP_OUT out
26 neighbor VTEP activate
27 advertise-all-vni
28 exit-address-family
29 exit
30 !
31 router bgp 65000 vrf vrf_myzone
32 bgp router-id 192.168.0.1
33 !
34 address-family l2vpn evpn
35 default-originate ipv4
36 default-originate ipv6
37 exit-address-family
38 exit
39 !
40 route-map MAP_VTEP_IN deny 1
41 match evpn route-type prefix
42 exit
43 !
44 route-map MAP_VTEP_IN permit 2
45 exit
46 !
47 route-map MAP_VTEP_OUT permit 1
48 exit
49 !
50 line vty
51 !