dn42/nodes/fsn2/bird2/bird/conf/ibgp.conf
2020-04-04 13:57:04 +02:00

19 lines
202 B
Plaintext

template bgp ipeers {
local as OWNAS;
neighbor as OWNAS;
direct;
path metric 1;
ipv4 {
next hop self;
import all;
export all;
};
ipv6 {
next hop self;
import all;
export all;
};
}