Answer the question
In order to leave comments, you need to log in
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
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.
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 questionAsk a Question
731 491 924 answers to any question