[root@alpha]# cat /etc/quagga/zebra.conf interface eth0 ip address 192.168.122.100/24 ipv6 nd suppress-ra interface eth1 ip address 10.12.13.1/24 ipv6 nd suppress-ra interface lo ip forwarding line vty
[root@alpha]# cat /etc/quagga/ospfd.conf interface eth0 interface eth1 interface lo router ospf network 192.168.122.0/24 area 0.0.0.0 network 10.12.13.0/24 area 0.0.0.0 line vty
[root@alpha ~]# ip route show default via 192.168.122.1 dev eth0 proto static metric 100 10.10.10.0/24 via 192.168.122.50 dev eth0 proto zebra metric 20 10.12.13.0/24 dev eth1 proto kernel scope link src 10.12.13.1 192.168.122.0/24 dev eth0 proto kernel scope link src 192.168.122.100 metric 100
[root@beta ~]# ip route show default via 192.168.122.1 dev eth0 proto static metric 100 10.10.10.0/24 dev eth1 proto kernel scope link src 10.10.10.1 10.12.13.0/24 via 192.168.122.100 dev eth0 proto zebra metric 20 192.168.122.0/24 dev eth0 proto kernel scope link src 192.168.122.50 metric 100