21 lines
350 B
Text
21 lines
350 B
Text
protocol bgp k8s_0_v4 from rr_clients {
|
|
description "iBGP: k8s-0.edgy.vms.0l.de";
|
|
|
|
local 172.23.156.14;
|
|
neighbor 172.23.156.183;
|
|
|
|
ipv4 {
|
|
export none;
|
|
};
|
|
}
|
|
|
|
protocol bgp k8s_0_v6 from rr_clients {
|
|
description "iBGP: k8s-0.edgy.vms.0l.de";
|
|
|
|
local 2a09:11c0:200::14;
|
|
neighbor 2a09:11c0:200:101:5054:ff:fe3e:5017;
|
|
|
|
ipv6 {
|
|
export none;
|
|
};
|
|
}
|