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";
|
routerID = "199.19.152.160";
|
||||||
};
|
};
|
||||||
export.v4 = [ ];
|
export.v4 = [ ];
|
||||||
|
export.v6 = [ "2a09:a446:1337::/48" ];
|
||||||
peering.cofractal = {
|
peering.cofractal = {
|
||||||
local = local // {
|
local = local // {
|
||||||
v6 = "2a09:a446:1337:ffff::10";
|
v6 = "2a09:a446:1337:ffff::10";
|
||||||
};
|
};
|
||||||
|
v4onv6 = true;
|
||||||
remote = {
|
remote = {
|
||||||
asn = 26073;
|
asn = 26073;
|
||||||
export_community = 6000;
|
export_community = 6000;
|
||||||
|
|
|
@ -98,6 +98,7 @@ let
|
||||||
import all;
|
import all;
|
||||||
export ${if ix.remote.is_route_collector then "all" else "filter bgp_export_${ixName}4"};
|
export ${if ix.remote.is_route_collector then "all" else "filter bgp_export_${ixName}4"};
|
||||||
${prefixLimitSnippet ix.remote.prefix_limit.v4}
|
${prefixLimitSnippet ix.remote.prefix_limit.v4}
|
||||||
|
extended next hop;
|
||||||
};
|
};
|
||||||
''}
|
''}
|
||||||
ipv6 {
|
ipv6 {
|
||||||
|
|
Loading…
Reference in a new issue