Init
This commit is contained in:
21
protocol/internal_network.conf
Normal file
21
protocol/internal_network.conf
Normal file
@ -0,0 +1,21 @@
|
||||
template bgp net186 {
|
||||
local as SELFASN;
|
||||
|
||||
interpret communities off;
|
||||
|
||||
bfd on;
|
||||
|
||||
ipv6 {
|
||||
next hop self;
|
||||
|
||||
gateway direct;
|
||||
|
||||
import filter {
|
||||
|
||||
};
|
||||
|
||||
export filter {
|
||||
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user