21 lines
234 B
Plaintext
21 lines
234 B
Plaintext
template bgp net186 {
|
|
local as SELFASN;
|
|
|
|
interpret communities off;
|
|
|
|
bfd on;
|
|
|
|
ipv6 {
|
|
next hop self;
|
|
|
|
gateway direct;
|
|
|
|
import filter {
|
|
|
|
};
|
|
|
|
export filter {
|
|
|
|
};
|
|
}
|
|
} |