Courseiva
Question 1,964 of 1,958
mediumMultiple ChoiceObjective-mapped

350-401 Practice Question: Router bgp 65000 bgp router-id 10.0.0.1 neighbor…

router bgp 65000

bgp router-id 10.0.0.1

neighbor 10.0.0.2 remote-as 65001
 neighbor 10.0.0.2 ebgp-multihop 2
 neighbor 10.0.0.2 update-source Loopback0

! What is the purpose of the ebgp-multihop 2 command?

⚠ Common exam trap

Cisco often tests the distinction between ebgp-multihop (which adjusts TTL for non-directly connected peering) and BGP multipath (which enables load balancing), causing candidates to confuse the two features.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

It allows the eBGP session to be established with a neighbor that is not directly connected, with a maximum of 2 hops.

The ebgp-multihop 2 command allows an eBGP session to be established between peers that are not directly connected at Layer 3. By setting the TTL to 2, it permits the BGP packets to traverse one intermediate router (hop) to reach the neighbor, which is necessary when using loopback interfaces for eBGP peering.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • It allows the eBGP session to be established with a neighbor that is not directly connected, with a maximum of 2 hops.

    Why this is correct

    Correct. ebgp-multihop increases the TTL to allow multi-hop eBGP.

  • It sets the maximum number of prefixes that can be received from the neighbor to 2.

    Why it's wrong here

    Incorrect. That is controlled by maximum-prefix command.

  • It limits the number of paths BGP can install for load balancing to 2.

    Why it's wrong here

    Incorrect. That is controlled by maximum-paths command.

  • It enables BGP multipath for eBGP with a hop count of 2.

    Why it's wrong here

    Incorrect. ebgp-multihop does not enable multipath.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 350-401 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-401 exam.