Mailinglist Archive: opensuse (3468 mails)

< Previous Next >
Re: [opensuse] bgpd in suse 10.2
  • From: "Alexey Eremenko" <al4321@xxxxxxxxx>
  • Date: Mon, 16 Apr 2007 21:04:26 +0100
  • Message-id: <7fac565a0704161304y6fe7fa11o554c5def96bfacd0@xxxxxxxxxxxxxx>
On 4/16/07, Adam Tauno Williams <adamtaunowilliams@xxxxxxxxx> wrote:
> Not only I can't help, but I can't get quagga running at all :(
> How to make it work with OSPF ?

Create a vtysh.conf, zebra.conf, and ospfd.conf configuration file
in /etc/quagga

tyr:/etc/quagga # cat zebra.conf
hostname tyr
password quagga
enable password *********
log syslog
tyr:/etc/quagga # cat vtysh.conf
tyr:/etc/quagga # cat ospfd.conf
hostname tyr
router ospf
network 192.168.1.0/24 area 0

Then start the daemons; rczebra start; rcospfd start

Pretty straight forward.

> Do I need ospfd or this is part of quagga ?

Yes.

> I have found no ospfd packages for SUSE.

It is included in the quagga package.

OK, I did this according to your instructions, but still no OSPF possible.
That is, when I enter:
router(config)#
mode, there is "router-id" command, but no "router ospf" command. :(

I have restarted both ospfd and zebra services several times.


--
-Alexey Eremenko "Technologov"
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >