knorrie-config/PWR40/rootfs/etc/bird/bird6.conf

36 lines
485 B
Plaintext

router id 172.16.16.40;
log "/var/log/bird/bird.log" all;
debug protocols { states, routes, filters, interfaces }
protocol kernel {
import none;
export all;
}
protocol device {
# defaults...
}
protocol ospf {
area 0 {
interface "lo" {
stub;
};
interface "vlan2221" {
};
interface "vlan2222" {
};
interface "vlan2217" {
stub;
};
};
};
protocol bgp ibgp_r60 {
neighbor 2400:5000:6148:2af3::60 as 65044;
local 2400:5000:6148:2af3::40 as 65044;
}