OSPF & cost

Peter Andreev andreev.peter at gmail.com
Wed Jan 18 12:19:51 CET 2012


Hello, everybody!

I'm trying to setup bird 1.3.4 ospfv2 as following:

protocol ospf OSPFtest {
        area 192.168.1.1 {
                stub yes;
                interface "igb1" {
                };
                interface "lo1" {
                        cost 30;
                };
                interface "lo3" {
                        cost 30;
                };
        };
};

All works good and I see lo1, lo3 addresses on neighbours but with
path-costs equal to 0. What should I do to fix this problem?

Thanks in advance!

-- 
--
AP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20120118/0b36b79d/attachment.html>


More information about the Bird-users mailing list