Click the Exhibit button.
Referring to the exhibit, which statement is correct?
A.
10.20.20.1 will be the active next hop.
B.
10.30.30.1 will be the active next hop.
C.
Packets will be load balanced.
D.
Next hops 10.20.20.1 and 10.30.30.1 will both be active.
Isn’t B correct answer?
B is correct.
In this example, the qualified next hop 10.30.30.1 is assigned the preference 2, and the next-hop 10.20.20.1 is assigned the preference 6. The routes with a lower route preference are always used to route traffic.
https://www.juniper.net/documentation/en_US/junos/topics/concept/routing-protocol-static-security-route-preference-and-qualified-next-hop-understanding.html
What about the load balancing statement?
Will not it load balance.
No, because 10.30.30.1 has better preference, so it will win, and will be only route in routing table.
Correct. I tested in my lab and it works as Mic stated.