W dniu 2014-07-11 02:22, Ondrej Zajicek pisze:
On Fri, Jul 11, 2014 at 01:01:43AM +0200, Piotr wrote:
Hello,
I advertise default gateway 0/0 from 2 juniper routers into servers with bird. On one router (.14) advertise with metric 30 on second router (.9) with metric 70. I see LSA from both routers but bird always select metric 70 as better.. Beside metrics rest configuration are identical..
Interesting. Which BIRD version do you use? Could you send output of 'show ospf state'?
router 1.1.1.5 it's server with bird router 1.1.1.9 it's juniper with metric 70 router 1.1.1.14 it's juniper with metric 30 # birdc BIRD 1.4.3 ready. bird> show ospf state area 0.0.0.112 router 1.1.1.5 distance 0 network 1.1.1.0/28 metric 10 stubnet 192.168.20.0/25 metric 10 router 1.1.1.9 distance 10 network 1.1.1.0/28 metric 1 stubnet 192.168.20.0/25 metric 1 external 0.0.0.0/0 metric2 70 network 1.1.1.0/28 dr 1.1.1.9 distance 10 router 1.1.1.9 router 1.1.1.5