Courseiva

350-401 · topic practice

Bgp practice questions

Practise ENCOR 350-401 Bgp practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security

What the exam tests

What to know about Bgp

BGP questions usually test path selection attributes (AS-PATH, LOCAL_PREF, MED), eBGP vs iBGP rules, and why a route may be received but not used.

BGP path selection order: weight, LOCAL_PREF, origin, AS-PATH, MED.

eBGP vs iBGP peering rules and TTL requirements.

How route reflectors and confederations solve iBGP full-mesh requirements.

Why a route may appear in the BGP table but not be the best path.

Watch out for

Common Bgp exam traps

  • BGP does not automatically advertise connected routes — network statements or redistribution are required.
  • iBGP peers do not increment AS-PATH; eBGP peers do.
  • LOCAL_PREF is used within an AS; MED is used between ASes.
  • A route being received does not mean it will be installed in the routing table.

Practice set

Bgp questions

20 questions · select your answer, then reveal the explanation

Question 1mediummatching
Open the full BGP breakdown →

Drag and drop each NAPALM getter on the left to its matching returned data on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Device hostname, vendor, model, OS version, serial number

Interface name, description, IP address, status, speed

BGP neighbor IP, remote AS, state, uptime

LLDP neighbor device ID, port ID, platform

Power supply, fan, temperature status

Question 2mediumdrag order
Open the full BGP breakdown →

Drag and drop the steps of BGP policy application (route-map, prefix-list, AS-path ACL) into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 3mediumdrag order
Open the full BGP breakdown →

Drag and drop the steps of BGP graceful restart negotiation steps into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 4mediummultiple choice
Open the full BGP breakdown →

A service provider uses a Cisco ASR 1000 router to provide MPLS L3VPN services to multiple customers. Each customer has their own VRF. Recently, a new customer was added with VRF CUSTOMER_C. After configuration, the customer reports that they can reach some remote sites but not others. The network engineer checks the VRF configuration and finds that the route targets for CUSTOMER_C are correctly configured. The engineer also verifies that BGP sessions to the PE routers are up. The missing routes are from a site that uses a different PE router. Which action should the engineer take to resolve the issue?

Question 5easymultiple choice
Open the full BGP breakdown →

Which BGP attribute is preferred when it has the lowest value?

Question 6mediummultiple choice
Open the full BGP breakdown →

A network administrator is troubleshooting a BGP routing issue where routes from an eBGP neighbor are not being installed in the routing table. The 'show ip bgp' output shows the routes are received but not valid. What is the most likely cause?

Question 7mediummultiple choice
Open the full BGP breakdown →

Consider the following configuration snippet:

router bgp 65000

bgp router-id 192.168.1.1

neighbor 10.0.0.2 remote-as 65001
 neighbor 10.0.0.2 timers 10 30

!

What is the effect of the 'timers 10 30' command under the BGP neighbor?

Question 8mediummultiple choice
Open the full BGP breakdown →
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 9mediumdrag order
Open the full BGP breakdown →

Drag and drop the steps of BGP graceful restart negotiation steps into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 10hardmultiple choice
Open the full BGP breakdown →

An engineer configures VXLAN EVPN on a Nexus 9000 switch. The configuration is shown. The switch does not advertise any EVPN routes for VNI 10100. Which configuration change is required to fix this issue?

Exhibit

Refer to the exhibit.

! NVE configuration
interface nve1
 no shut
 source-interface Loopback0
 member vni 10100
  mcast-group 239.1.1.100
!
! VRF configuration
vrf context TENANT-A
 rd 65000:1
 address-family ipv4 unicast
  route-target both 65000:100
 exit-address-family
!
! BGP EVPN configuration
router bgp 65000
 neighbor 10.1.1.1 remote-as 65000
 neighbor 10.1.1.1 update-source Loopback0
 address-family l2vpn evpn
  neighbor 10.1.1.1 activate
  neighbor 10.1.1.1 send-community extended
!
! VLAN configuration
vlan 100
 vn-segment 10100
!
! Interface configuration
interface Vlan100
 no shutdown
 vrf member TENANT-A
 ip address 192.168.100.1/24
Question 11mediummultiple choice
Review the full OSPF breakdown →

Given the following SD-WAN configuration on a Cisco IOS-XE router:

router ospf 1

redistribute bgp 65000 subnets

network 192.168.1.0 0.0.0.255 area 0

!

interface GigabitEthernet0/0/0
 ip address 192.168.1.1 255.255.255.0
 ip ospf network point-to-point

!

Which statement is true?

Question 12mediummultiple choice
Open the full BGP breakdown →
router bgp 65000

bgp router-id 10.0.0.1

neighbor 10.0.0.2 remote-as 65001
 neighbor 10.0.0.2 route-map SET_COMMUNITY in

! route-map SET_COMMUNITY permit 10 set community 100:200 ! What is the effect of this configuration?

Question 13mediummultiple choice
Open the full BGP breakdown →

A company is using a dual-homed MPLS L3VPN connection with two different ISPs. The CE router is running eBGP with both PE routers. The engineer wants to ensure that inbound traffic from the Internet to the company's web servers uses both links, but outbound traffic from the company should prefer ISP A. The company advertises the same /24 prefix to both ISPs. What BGP configuration should the engineer apply on the CE router?

Question 14mediummatching
Open the full BGP breakdown →

Drag and drop each MP-BGP address family on the left to its matching use case on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Carries IPv4 VPN routes with MPLS labels across the provider core

Carries IPv6 VPN routes with MPLS labels across the provider core

Carries global IPv4 unicast routes (non-VPN)

Carries global IPv6 unicast routes (non-VPN)

Carries Layer 2 VPN information such as pseudowires and VPLS

Question 15mediummultiple choice
Open the full BGP breakdown →

A network engineer issues the following command on Router R3:

R3# show ip bgp summary

BGP router identifier 10.0.0.3, local AS number 65003 BGP table version is 12345, main routing table version 12345

Neighbor        V           AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
192.168.1.1     4        65001   12345   12345    12345    0    0 1w2d        150
192.168.1.2     4        65002   12345   12345    12345    0    0 2w0d        200

Based on this output, what can be concluded?

Question 16mediumdrag order
Open the full BGP breakdown →

Drag and drop the steps of MP-BGP VPNv4 route advertisement between PE routers into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 17hardmulti select
Open the full BGP breakdown →

Which three statements about BGP route reflectors are true? (Choose three.)

Question 18mediummatching
Open the full BGP breakdown →

Drag and drop each BGP attribute on the left to its matching attribute type on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Well-known mandatory

Well-known discretionary

Optional transitive

Optional non-transitive

Well-known mandatory

Question 19mediummatching
Open the full BGP breakdown →

Drag and drop each BGP attribute on the left to the value that is preferred (highest or lowest) during path selection on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Highest

Highest

Lowest

Lowest

Lowest

Question 20mediummatching
Open the full BGP breakdown →

Drag and drop each BGP message type on the left to its matching function on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Establishes a BGP session and negotiates capabilities

Advertises new routes or withdraws previously advertised routes

Reports an error condition and closes the BGP session

Periodically sent to keep the BGP session alive

Requests that a peer readvertise its routes

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Bgp sessions

Start a Bgp only practice session

Every question in these sessions is drawn from the Bgp domain — nothing else.

Related practice questions

Related 350-401 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the 350-401 exam test about Bgp?
BGP questions usually test path selection attributes (AS-PATH, LOCAL_PREF, MED), eBGP vs iBGP rules, and why a route may be received but not used.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Bgp questions in a focused session?
Yes — the session launcher on this page draws every question from the Bgp domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other 350-401 topics?
Use the topic links above to move to related areas, or go back to the 350-401 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the 350-401 exam covers. They are not copied from any real exam or dump site.