[pve-devel] [PATCH pve-docs 3/3] vxlan-evpn : add documentation to external routing

Dietmar Maurer dietmar at proxmox.com
Mon Aug 13 11:17:21 CEST 2018


> +frr.conf
> +
> +----
> +vrf vrf1
> + vni 4000
> +!
> +router bgp 1234
> + bgp router-id 192.168.0.1
> + no bgp default ipv4-unicast
> + coalesce-time 1000
> + neighbor 192.168.0.2 remote-as 1234
> + neighbor 192.168.0.3 remote-as 1234
> + !
> + address-family l2vpn evpn
> +  neighbor 192.168.0.2 activate
> +  neighbor 192.168.0.3 activate
> +  advertise-all-vni
> + exit-address-family
> +!
> +router bgp 1234 vrf vrf1
> +!
> + bgp router-id 172.16.0.1
> + !
> + address-family ipv4 unicast
> +  redistribute connected
> +  redistribute kernel !announce your default gw to all nodes

Above announce all kernel routes (not only the default)?




More information about the pve-devel mailing list