17 lines
310 B
Text
17 lines
310 B
Text
protocol bgp tb_he1 {
|
|
description "tunnelserver.net (Hurricane Electric)";
|
|
|
|
local 2001:470:12:1ab::2 as my_ripe_asn;
|
|
neighbor 2001:470:12:1ab::1 as 6939;
|
|
|
|
ipv6 {
|
|
table ebgp_v6;
|
|
preference 80;
|
|
|
|
import keep filtered;
|
|
import filter ebgp_import_v6;
|
|
export filter ebgp_export_v6;
|
|
};
|
|
|
|
multihop 10;
|
|
}
|