Move home network to internal AS
This commit is contained in:
parent
d98f416233
commit
6beca22cfe
|
@ -15,8 +15,8 @@ bgp_peers:
|
|||
neighbor_ip: "2a01:4262:1ab:20::1"
|
||||
|
||||
- name: "hessnet_home"
|
||||
template: "ibgp_hessnet"
|
||||
peer_asn: "209616"
|
||||
template: "peer_hessnet"
|
||||
peer_asn: "64512"
|
||||
neighbor_ip: "2001:678:15c:c00::"
|
||||
filters:
|
||||
import: "{ accept; }"
|
||||
|
@ -31,8 +31,6 @@ announce_from_here: true
|
|||
configure_static_multihop_routes: false
|
||||
|
||||
extra_static_routes:
|
||||
- route: "2001:678:15c:b00::/128"
|
||||
destination: "wg-fra1"
|
||||
- route: "2001:678:15c:c00::/128"
|
||||
destination: "v6tunnel-home"
|
||||
|
||||
|
|
Loading…
Reference in a new issue