net186-config/protocol/internal_network.conf

17 lines
259 B
Plaintext
Raw Normal View History

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