Good Day.
I have ex4200 and it has 2 neighbors with ospf
show ospf neighbor detail
Address Interface State ID Pri Dead
x.x.225.38 vlan.1108 Full x.x.225.12 1 2
Area 0.0.0.0, opt 0x52, DR x.x.225.38, BDR x.x.225.37
Up 03:33:08, adjacent 03:33:03
x.x.225.42 vlan.1110 Full x.x.232.89 1 2
Area 0.0.0.0, opt 0x52, DR x.x.225.41, BDR x.x.225.42
Up 00:44:24, adjacent 00:44:22
The EX gets two default routes from each of neighbors but it does not balanced it :
show route:
inet.0: 183 destinations, 185 routes (182 active, 0 holddown, 1 hidden)
+ = Active Route, - = Last Active, * = Both
0.0.0.0/0 *[OSPF/150] 00:44:27, metric 1, tag 1
> to x.x.225.42 via vlan.1110
show ospf interface detail
Interface State Area DR ID BDR ID Nbrs
vlan.1108 BDR 0.0.0.0 x.x.225.12 10.10.10.12 1
Type: LAN, Address: x.x.225.37, Mask: 255.255.255.252, MTU: 1500, Cost: 150
DR addr: x.x.225.38, BDR addr: x.x.225.37, Priority: 128
Adj count: 1
Hello: 1, Dead: 3, ReXmit: 5, Not Stub
Auth type: None
Protection type: None
Topology default (ID 0) -> Cost: 140
vlan.1110 DR 0.0.0.0 10.10.10.12 x.x.232.89 1
Type: LAN, Address: x.x.225.41, Mask: 255.255.255.252, MTU: 1500, Cost: 150
DR addr: x.x.225.41, BDR addr: x.x.225.42, Priority: 128
Adj count: 1
Hello: 1, Dead: 3, ReXmit: 5, Not Stub
Auth type: None
Protection type: None
Topology default (ID 0) -> Cost: 150
some config
set protocols ospf area 0.0.0.0 interface vlan.1108 metric 150
set protocols ospf area 0.0.0.0 interface vlan.1110 metric 150
Why Juniper doesn't balance between two default route ? Help somebody