misc: infra: edge bgp session
This commit is contained in:
parent
071d82529d
commit
2928d7e809
3 changed files with 15 additions and 2 deletions
|
@ -44,4 +44,17 @@ bird__bgp:
|
|||
- pref_src: "{{ bird__pref_src_addr }}"
|
||||
- accept
|
||||
export: reject
|
||||
edge2:
|
||||
local:
|
||||
address: "{{ bird__bgp_addr.back }}"
|
||||
as: "{{ bird__as.aurore }}"
|
||||
neighbor:
|
||||
address:
|
||||
- 2a09:6840:203::1:2
|
||||
- 10.203.1.2
|
||||
as: "{{ bird__as.aurore }}"
|
||||
import:
|
||||
- pref_src: "{{ bird__pref_src_addr }}"
|
||||
- accept
|
||||
export: reject
|
||||
...
|
||||
|
|
|
@ -16,8 +16,8 @@ ifupdown2__interfaces:
|
|||
back0:
|
||||
addresses:
|
||||
- 2a09:6840:203::1:3/64
|
||||
- 45.66.111.210/32
|
||||
- 10.203.1.3/16
|
||||
- 45.66.111.210/32 # secondary
|
||||
ups0:
|
||||
ipv6_addrgen: false
|
||||
monit0:
|
||||
|
|
|
@ -16,8 +16,8 @@ ifupdown2__interfaces:
|
|||
back0:
|
||||
addresses:
|
||||
- 2a09:6840:203::1:4/64
|
||||
- 45.66.111.211/32
|
||||
- 10.203.1.4/16
|
||||
- 45.66.111.211/32 # secondary
|
||||
ups0:
|
||||
ipv6_addrgen: false
|
||||
monit0:
|
||||
|
|
Loading…
Reference in a new issue