cofractal-ams01: support v4-on-v6 + ENH
This commit is contained in:
parent
9213875d8b
commit
f1118a9a04
2 changed files with 3 additions and 0 deletions
|
@ -146,10 +146,12 @@
|
|||
routerID = "199.19.152.160";
|
||||
};
|
||||
export.v4 = [ ];
|
||||
export.v6 = [ "2a09:a446:1337::/48" ];
|
||||
peering.cofractal = {
|
||||
local = local // {
|
||||
v6 = "2a09:a446:1337:ffff::10";
|
||||
};
|
||||
v4onv6 = true;
|
||||
remote = {
|
||||
asn = 26073;
|
||||
export_community = 6000;
|
||||
|
|
|
@ -98,6 +98,7 @@ let
|
|||
import all;
|
||||
export ${if ix.remote.is_route_collector then "all" else "filter bgp_export_${ixName}4"};
|
||||
${prefixLimitSnippet ix.remote.prefix_limit.v4}
|
||||
extended next hop;
|
||||
};
|
||||
''}
|
||||
ipv6 {
|
||||
|
|
Loading…
Reference in a new issue