On Fri, Mar 26, 2010 at 11:17:51AM +1300, Jeremy Evans wrote:
protocol kernel { learn off; persist on; scan time 20; export all; }
protocol device { scan time 10; }
protocol direct { interface -"eth*"; }
protocol ospf { export all; import all;
And two minor notes: 1) Use 'interface "*"' in protocol direct. 2) You probably don't want 'export all' to protocol ospf. That would lead to export routes from direct protocol to ospf protocol, whis is not what you want (protocol ospf generates routes for connected devices itself so these exported routes would be duplicates and would fill OSPF domain with unnecessary external LSAs). If you don't want to export static (or RIP or BGP) routes, just use 'export none' in protocol ospf. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."