On 4/16/07, Adam Tauno Williams <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]