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

37 lines
477 B
Plaintext

router id 172.16.16.20;
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 "vlan2220" {
};
interface "vlan2223" {
};
interface "vlan2222" {
};
};
};
protocol bgp ibgp_r60 {
local 2400:5000:6148:2af0::20 as 65044;
neighbor 2400:5000:6148:2af0::60 as 65044;
}