@Nellikka
Maybe not so obvious...
I changed the priorities to the metric and have now on Branch Office site:
root@Client2# show protocols
ospf {
rib-group ExportRouting;
export inet0;
area 0.0.0.0 {
interface st0.250 {
interface-type p2mp;
neighbor 10.250.250.1 eligible;
neighbor 10.250.250.2;
}
interface vlan.0 {
passive;
}
}
}
root@Client2# show routing-instances ISP2-vr protocols
ospf {
rib-group ImportRouting;
export StaticdoOSPF;
area 0.0.0.0 {
interface st0.251 {
interface-type p2mp;
metric 50;
neighbor 10.250.251.1 eligible;
neighbor 10.250.251.2;
}
}
}
And status:
root@Client2# run show route protocol ospf 172.16.120.0/24
inet.0: 20 destinations, 31 routes (20 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.16.120.0/24 *[OSPF/10] 00:15:22, metric 2
> to 10.250.250.1 via st0.250
to 10.250.250.2 via st0.250
[OSPF/10] 00:15:17, metric 51
to 10.250.251.1 via st0.251
> to 10.250.251.2 via st0.251
ISP2-vr.inet.0: 20 destinations, 31 routes (20 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.16.120.0/24 *[OSPF/10] 00:15:22, metric 2
> to 10.250.250.1 via st0.250
to 10.250.250.2 via st0.250
[OSPF/10] 00:15:17, metric 51
to 10.250.251.1 via st0.251
> to 10.250.251.2 via st0.251
After some time status:
inet.0: 20 destinations, 31 routes (20 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.16.120.0/24 *[OSPF/10] 00:25:12, metric 2
to 10.250.250.1 via st0.250
> to 10.250.250.2 via st0.250
[OSPF/10] 00:25:20, metric 51
to 10.250.251.1 via st0.251
> to 10.250.251.2 via st0.251
ISP2-vr.inet.0: 20 destinations, 31 routes (20 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.16.120.0/24 *[OSPF/10] 00:25:12, metric 2
> to 10.250.250.1 via st0.250
to 10.250.250.2 via st0.250
[OSPF/10] 00:25:20, metric 51
> to 10.250.251.1 via st0.251
to 10.250.251.2 via st0.251
After some time status:
inet.0: 20 destinations, 31 routes (20 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.16.120.0/24 *[OSPF/10] 00:27:08, metric 2
> to 10.250.250.1 via st0.250
to 10.250.250.2 via st0.250
[OSPF/10] 00:27:19, metric 51
> to 10.250.251.1 via st0.251
to 10.250.251.2 via st0.251
ISP2-vr.inet.0: 20 destinations, 31 routes (20 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
172.16.120.0/24 *[OSPF/10] 00:27:08, metric 2
to 10.250.250.1 via st0.250
> to 10.250.250.2 via st0.250
[OSPF/10] 00:27:19, metric 51
> to 10.250.251.1 via st0.251
to 10.250.251.2 via st0
@SPuluka
I would really like to do it with ospf, but maybe I should change the concept. Maybe separate the area between each dc/drc and branch to make a separate area?