Hello,
Is this possible to use Distance to filter route from R3 in this topology. I tried but unsuccess :(
I have unpredictable result when doing this way.
Rack1R5#sh run | s i router os
router ospf 1
===output omitted====
distance 111 150.1.3.3 0.0.0.0 34
Rack1R5#sa
Standard IP access list 34
10 permit 142.1.34.0, wildcard bits 0.0.0.255 (24 matches)
Rack1R5#sr os | s i 34
O 142.1.34.0/24 [110/65] via 142.1.0.4, 00:00:20, Serial0/0
[110/65] via 142.1.0.3, 00:00:20, Serial0/0
Sometimes when clear ip route * on R5, distance 111 appears
O 142.1.34.0/24 [111/65] via 142.1.0.4, 00:00:06, Serial0/0
[111/65] via 142.1.0.3, 00:00:06, Serial0/0
Please help me get this.