Re: OSPF socket error on "bge0" invalid argument
Now your bge0 is set as stub. It won't connect on that interface. > protocol ospf { > import none; > export none; This blocks all the routes send through ospf, beware. > area 0 { > interface "bge0" { > cost 5; > };
Re: OSPF socket error on "bge0" invalid argument
Hi Plamen, Here is my current ospf configuration both on routera and routerb: protocol ospf { import none; export none; area 0 { interface "bge0" { stub; cost 5; type pointopoint;