Add second ildix route server to dn42-il-gw6
This commit is contained in:
parent
0767df085c
commit
832ad41743
@ -131,25 +131,32 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol bgp peer_ildix {
|
template bgp ildix {
|
||||||
local as 4242422574;
|
local as 4242422574;
|
||||||
graceful restart on;
|
graceful restart on;
|
||||||
neighbor fd81:edb3:71d8:ffff::13 as 4242422953;
|
source address fd81:edb3:71d8:ffff:2574::6;
|
||||||
source address fd81:edb3:71d8:ffff:2574::6;
|
ipv6 {
|
||||||
ipv6 {
|
table bgp6;
|
||||||
table bgp6;
|
igp table ospf6;
|
||||||
igp table ospf6;
|
next hop self;
|
||||||
next hop self;
|
import keep filtered;
|
||||||
import keep filtered;
|
import filter {
|
||||||
import filter {
|
if net ~ [fd00::/8{8,64}] then accept;
|
||||||
if net ~ [fd00::/8{8,64}] then accept;
|
reject;
|
||||||
reject;
|
};
|
||||||
};
|
export filter {
|
||||||
export filter {
|
if net ~ [fd00::/8{8,64}] then accept;
|
||||||
if net ~ [fd00::/8{8,64}] then accept;
|
reject;
|
||||||
reject;
|
};
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
|
||||||
|
protocol bgp peer_ildix_clerie from ildix {
|
||||||
|
neighbor fd81:edb3:71d8:ffff::13 as 4242422953;
|
||||||
|
}
|
||||||
|
|
||||||
|
protocol bgp peer_ildix_nex from ildix {
|
||||||
|
neighbor fd81:edb3:71d8:ffff::14 as 4242422953;
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
|
Loading…
Reference in New Issue
Block a user