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