net186-config/protocol/internal_network.conf

24 lines
268 B
Plaintext
Raw Normal View History

2022-12-26 17:10:17 +00:00
# WIP
# template bgp net186 {
# local as SELFASN;
2022-12-26 15:41:18 +00:00
2022-12-26 17:10:17 +00:00
# interpret communities off;
2022-12-26 15:41:18 +00:00
2022-12-26 17:10:17 +00:00
# bfd on;
2022-12-26 15:41:18 +00:00
2022-12-26 17:10:17 +00:00
# ipv6 {
# next hop self;
2022-12-26 15:41:18 +00:00
2022-12-26 17:10:17 +00:00
# gateway direct;
2022-12-26 15:41:18 +00:00
2022-12-26 17:10:17 +00:00
# import filter {
2022-12-26 15:41:18 +00:00
2022-12-26 17:10:17 +00:00
# };
2022-12-26 15:41:18 +00:00
2022-12-26 17:10:17 +00:00
# export filter {
2022-12-26 15:41:18 +00:00
2022-12-26 17:10:17 +00:00
# };
# }
2022-12-26 17:17:37 +00:00
# }