R
R
Refic2015-11-28 18:44:02
linux
Refic, 2015-11-28 18:44:02

Is it possible to implement ospfv2 on linux?

Hello. As a bachelor's student in Finland at an IT university, I choose a topic for a thesis to be submitted in the spring.
I have taken many courses on networking (ccna and ccnp) and on Unix programming. I also worked in the summer at Nokia networks on their Linux server platform (bug fixing, support).
So, I'm thinking about trying to implement ospfv2 in some Linux distro via rfc, and try to make it friends with a cisco or a juniper.
So the question is - how realistic is it to do? Or am I taking it too high?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
throughtheether, 2015-11-28
@Refic

So the question is - how realistic is it to do?
I think it's quite real. Especially considering that there are projects like Zebra or Quagga.

Y
Yuri, 2015-11-28
@xtreme

quagga seems to support it.

R
Ruslan Fedoseev, 2015-11-28
@martin74ua

yum install quagga
vi /etc/zebra/ospfd.conf
chkconfig ospfd on
chkconfig zebra on
service zebra start
service ospfd start
oops, I wrote your thesis....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question