1
0

Add second ildix route server

This commit is contained in:
clerie 2020-12-11 10:45:46 +01:00
parent 2997262349
commit 0767df085c

View File

@ -131,10 +131,9 @@
};
}
protocol bgp peer_ildix {
template bgp ildix {
local as 4242422574;
graceful restart on;
neighbor fd81:edb3:71d8:ffff::13 as 4242422953;
source address fd81:edb3:71d8:ffff:2574::5;
ipv6 {
table bgp6;
@ -152,6 +151,14 @@
};
}
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 {
scan time 10;
}