Which interface is used to forward traffic to the destination network?
The selected outgoing interface is determined by the best route in the routing table. Routes learned by OSPF (administrative distance 110) are preferred over routes learned by RIP (administrative distance 120). Among the two OSPF routes, the one with the lower metric is chosen, so [110/1912] via F0/7 is preferred over [110/28968] via F0/6. Therefore packets for the destination network are sent out F0/7.
[110/1912] via F0/7
[110/28968] via F0/6
Community Discussion