15 lines
269 B
Text
15 lines
269 B
Text
protocol bgp meerfarbig {
|
|
description "meerfarbig";
|
|
|
|
local 2a00:f820:457::2 as my_ripe_asn;
|
|
neighbor 2a00:f820:457::1 as 34549;
|
|
|
|
ipv6 {
|
|
table ebgp_v6;
|
|
|
|
import keep filtered;
|
|
import filter ebgp_import_v6;
|
|
export filter ebgp_export_v6;
|
|
next hop self;
|
|
};
|
|
}
|