On 25.11.2011 11:58, Timur Irmatov wrote: > I have solved my problem by adding: > > protocol direct { > interface "ppp*"; > } It is better to import interfaces via ospf if possible, e.g: protocol ospf ospf_... { area 0.0.0.0 { interface "ppp*" { stub yes; }; ... > > Sorry for the noise. >