]> git.proxmox.com Git - pve-network.git/blame - test/zones/evpn/exitnode_local_routing/expected_controller_config
controllers: evpn : add min/max value to asn
[pve-network.git] / test / zones / evpn / exitnode_local_routing / expected_controller_config
CommitLineData
3d135423
AD
1log syslog informational
2ip forwarding
3ipv6 forwarding
4frr defaults datacenter
5service integrated-vtysh-config
6hostname localhost
7!
8ip route 10.0.0.0/24 10.255.255.2 xvrf_myzone
9!
10vrf vrf_myzone
11 vni 1000
12exit-vrf
13!
14router bgp 65000
15 bgp router-id 192.168.0.1
16 no bgp default ipv4-unicast
17 coalesce-time 1000
18 neighbor VTEP peer-group
19 neighbor VTEP remote-as 65000
20 neighbor VTEP bfd
21 neighbor 192.168.0.2 peer-group VTEP
22 neighbor 192.168.0.3 peer-group VTEP
23 !
24 address-family l2vpn evpn
25 neighbor VTEP activate
26 advertise-all-vni
27 exit-address-family
28!
29router bgp 65000 vrf vrf_myzone
30 !
31 address-family l2vpn evpn
32 default-originate ipv4
33 default-originate ipv6
34 exit-address-family
35!
36line vty
37!