27 lines
631 B
Text
27 lines
631 B
Text
protocol bgp level66_rs1_v4 from ebgp_peer_v4 {
|
|
description "level66.network RS1 (v4)";
|
|
|
|
local 141.98.136.131;
|
|
neighbor 141.98.136.129 as 209844;
|
|
}
|
|
|
|
protocol bgp level66_rs1_v6 from ebgp_peer_v6 {
|
|
description "level66.network RS1 (v6)";
|
|
|
|
local 2a09:11c0:f0:bbf0::3;
|
|
neighbor 2a09:11c0:f0:bbf0::1 as 209844;
|
|
}
|
|
|
|
protocol bgp level66_rs2_v4 from ebgp_peer_v4 {
|
|
description "level66.network RS2 (v4)";
|
|
|
|
local 141.98.136.131;
|
|
neighbor 141.98.136.130 as 209844;
|
|
}
|
|
|
|
protocol bgp level66_rs2_v6 from ebgp_peer_v6 {
|
|
description "level66.network RS2 (v6)";
|
|
|
|
local 2a09:11c0:f0:bbf0::3;
|
|
neighbor 2a09:11c0:f0:bbf0::2 as 209844;
|
|
}
|