Question 1,964 of 2,015
BGPmediumMultiple ChoiceObjective-mapped

350-401 BGP Practice Question

This 350-401 practice question tests your understanding of bgp. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

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?

Question 1mediummultiple choice
Open the full BGP breakdown →

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.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

    Related concept

    Read the scenario before looking for a memorised answer.

  • 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.

Common exam traps

Common exam trap: answer the scenario, not the keyword

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.

Trap categories for this question

  • Command / output trap

    Incorrect. That is controlled by maximum-prefix command.

Detailed technical explanation

How to think about this question

eBGP by default sets the IP TTL to 1, which prevents packets from being forwarded beyond the directly connected subnet. The ebgp-multihop command increases the TTL to the specified value (here, 2), allowing the BGP session to traverse one router. This is commonly used when peering over loopback interfaces for redundancy, as loopbacks remain reachable even if a single physical link fails. The TTL value must be at least 2 to allow one intermediate hop, but it can be set higher for more distant peers.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related 350-401 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 350-401 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 350-401 question test?

BGP — This question tests BGP — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: 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.

What should I do if I get this 350-401 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

Keep practising

More 350-401 practice questions

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.