2022-12-27 07:31:54 +00:00
|
|
|
template bgp net186 {
|
|
|
|
local as SELFASN;
|
2022-12-26 15:41:18 +00:00
|
|
|
|
2022-12-27 07:31:54 +00:00
|
|
|
interpret communities off;
|
2022-12-26 15:41:18 +00:00
|
|
|
|
2023-01-10 13:36:40 +00:00
|
|
|
bfd on;
|
|
|
|
|
2022-12-27 07:31:54 +00:00
|
|
|
ipv6 {
|
|
|
|
next hop self;
|
2022-12-26 15:41:18 +00:00
|
|
|
|
2022-12-27 07:31:54 +00:00
|
|
|
gateway direct;
|
2022-12-26 15:41:18 +00:00
|
|
|
|
2022-12-27 07:31:54 +00:00
|
|
|
import where net186_import_filter(101);
|
|
|
|
export where net186_import_filter(101);
|
|
|
|
};
|
|
|
|
}
|