10 Nov
2011
10 Nov
'11
10:55 a.m.
Hello. In my test configuration of bird i want to announce two prefixes: 11.11.11.0/24 and 12.12.12.0/24. But i do not understand how. vlan3001 11.11.11.1/28 (direct connected) vlan3002 11.11.11.17/28 (direct connected) vlan3003 11.11.11.65/26 (direct connected) bird.conf #v+ protocol static static_bgp { route 11.11.11.128/25 via 11.11.11.66; route 12.12.12.0/24 via 11.11.11.66; } protocol direct { interface "*"; } #v- This configration announce as is - two times /28, one /26 and one /25 of 11.11.11.0/24 prefix. How to aggregate this in one /24 prefix in this sample? -- damkol@gmail.com