misakanet-config/protocol/internal_network.conf

17 lines
259 B
Plaintext
Raw Normal View History

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