Quagga OSPF Simulation in CentOS 6
Scenario This article is actually a modified version of a previous article IP Details All the Routers in the diagram are actually CentOS Machines. Router Alpha: eth0: 192.168.10.254/24 eth1: 10.0.0.2/30 Router Beta: eth0: 192.168.20.254/24 eth1: 10.0.0.1/30 eth2: 10.0.0.5/30 Router Gamma: eth0: 192.168.30.254/24 eth1: 10.0.0.6/30 Objective We would be configuring the Linux boxes with dynamic routing protocol OSPF for total connectivity. This would be done with the help of Quagga. Router Alpha Configuration root@alpha:~# yum install quagga W e would be configuring the interface parameters. Keep in mind, there are example configuration files stored in /usr/share/doc/quagga/ root@alpha:~# cd /etc/quagga root@alpha:/etc/quagga# cat zebra.conf .sample > zebra.conf root@alpha:/etc/quagga# vim zebra.conf hostname AplhaRouter password zebra enable password zebra ! ! Interface's description....