1. Juniper Networks TechLibrary
BGP Multipath Overview: "When BGP multipath is enabled
the device selects multiple
equal-cost BGP paths to reach a common destination and all these paths are installed in the forwarding table. BGP then load-balances traffic across the multiple paths." This source confirms the purpose of multipath is load balancing.
2. Juniper Networks TechLibrary
show route (BGP-Specific Information): The documentation for the show route command specifies that the Peer AS field displays the "AS number of the peer from which the route was learned." In the exhibit
this value is consistently 65001
confirming the route is learned from a single AS.
3. Juniper Networks TechLibrary
BGP Multihop: "For external BGP (eBGP)
peers are often directly connected to each other... if the peers are not directly connected
you must configure eBGP multihop." This reference distinguishes the function of multihop from multipath.