configure pve frr to use bgp with router and kube workers
This commit is contained in:
22
proxmox/group_vars/bgp/main.yaml
Normal file
22
proxmox/group_vars/bgp/main.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
bgp:
|
||||
as: "64512"
|
||||
interface: vmbr1
|
||||
peers:
|
||||
- 172.21.255.254
|
||||
- 172.21.3.51
|
||||
- 172.21.3.52
|
||||
- 172.21.3.53
|
||||
- 172.21.3.81
|
||||
- 172.21.3.82
|
||||
- 172.21.3.83
|
||||
- 172.21.3.84
|
||||
peers_ipv6:
|
||||
- 2001:bb8:4008:21:ffff:ffff:ffff:fffe
|
||||
- 2001:bb8:4008:21::3:51
|
||||
- 2001:bb8:4008:21::3:52
|
||||
- 2001:bb8:4008:21::3:53
|
||||
- 2001:bb8:4008:21::3:81
|
||||
- 2001:bb8:4008:21::3:82
|
||||
- 2001:bb8:4008:21::3:83
|
||||
- 2001:bb8:4008:21::3:84
|
Reference in New Issue
Block a user