Practice JNCIS-ENT BGP questions with full explanations on every answer.
Start practicing
BGP — choose a session length
Free · No account required
Click any question to see the full explanation and answer options, or start a focused practice session above.
You need to ensure that an iBGP-learned route is properly advertised to other eBGP peers without triggering routing loops. Which mechanism does BGP use automatically to prevent routing loops within an Autonomous System?
2An MX Series router is configured with BGP Multipath. Two paths have identical Local Preference, AS path length, origin, and MED. Which additional configuration statement is required under protocols bgp to enable multipath load balancing across these iBGP paths?
3An administrator wants to modify the Local Preference attribute for all routes received from a specific external BGP peer. Where must this policy be applied in Junos?
4During troubleshooting of a flapping BGP session, you notice BGP Notification messages being sent. Which BGP message type is responsible for tearing down a session due to an error condition?
5A network engineer configures BGP confederations to scale an enterprise network. Which BGP path attribute is stripped or modified when an update leaves a sub-AS within the confederation and enters another sub-AS?
6A Junos router receives four identical routes via BGP. Reviewing the routing table, path selection picked route 3. Route 1 has a lower MED, Route 2 has a higher Local Preference, Route 4 is from an eBGP peer while Route 3 is iBGP. Assuming standard default path selection, why was Route 3 chosen over Route 4?
7An engineer must inspect the BGP state and verify the received prefix counts from a specific neighbor on an MX Series router. Which operational command should be used?
8An administrator is configuring eBGP between two Junos devices and notices the session is stuck in the Active state. The direct connection is up, and ping succeeds. Which Junos configuration parameter is most likely missing to resolve this issue?
9A network operator needs to peer two routers in different Autonomous Systems that are not directly connected. Security policy mandates that TTL security checks be bypassed. Which command satisfies this requirement for the BGP session?
10While reviewing BGP updates, you notice an attribute type code of 3 with a value representing an IP address. Which well-known mandatory path attribute is this?
11You are troubleshooting a route leak between two eBGP peers. You notice that an incoming route contains your own ASN in the AS_PATH attribute, yet the route was installed. Which Junos feature allowed this behavior, and where is it configured?
12An administrator configures a BGP policy to reject routes with an AS_PATH containing a specific AS number. Which match condition in a Junos routing policy is used to evaluate the AS_PATH?
13What is the primary function of the BGP OPEN message?
14When a Junos router establishes an eBGP session, what is the default value of the Local Preference attribute assigned to incoming routes if not modified by a policy?
15Which TCP port is used by BGP to establish communication between peers?
16You need to configure an explicit export policy in Junos so that your eBGP router only advertises locally originated routes and refuses to transit third-party routes. Which AS_PATH regular expression accomplishes this?
17An operator troubleshooting BGP path selection notices two routes have identical Local Preference, AS path length, origin, MED, and both are eBGP routes. Which attribute does the BGP path selection algorithm evaluate next?
18Which command allows an administrator to view real-time BGP routing updates being sent and received on a Junos device?
19An administrator implements an inbound policy to discard BGP routes matching a specific community. Which action statement is required in the policy term?
20A BGP speaker receives an UPDATE message containing a malformed attribute. According to BGP specifications, which action does the receiving router take?
21You notice that an iBGP peer is not advertising routes it learned from an eBGP peer to other iBGP peers. What architectural rule explains this behavior?
22You need to configure authentication for a BGP peering session on a Junos device to prevent spoofing attacks. Where is the MD5 authentication key configured?
23An enterprise customer connects to two different service providers via eBGP. They want to preferentially use Service Provider A, but fail over to Service Provider B if Provider A fails. How can they influence the inbound traffic from the providers?
24An engineer needs to verify which BGP routes are currently installed in the forwarding table (FIB). Which command should be used?
25What is the purpose of the BGP Keepalive message and what is its default interval in Junos?
26Which BGP attribute is classified as 'well-known discretionary'?
27You are running BGP between two routers. One router has a 4-byte ASN (e.g., ASN 65536). The remote router only supports 2-byte ASNs. How does BGP handle this compatibility issue?
28While examining a BGP routing table, you notice a route with an ORIGIN attribute set to 'Incomplete'. What does this indicate about the origin of the route?
29An administrator wants to gracefully restart a BGP routing daemon without dropping the underlying TCP session or causing traffic loss. Which Junos feature should be enabled?
30You need to ensure that BGP sessions fail over within sub-second intervals if a link degrades or goes down. Which protocol should you integrate with BGP on your Junos router?
31An engineer configures a BGP policy to set the MED attribute on routes advertised to an eBGP peer. What is the primary purpose of the MED (Multi-Exit Discriminator) attribute?
32Which TWO BGP message types are responsible for maintaining session state or reporting errors without carrying routing information? (Choose two)
33Which TWO characteristics describe eBGP compared to iBGP? (Choose two)
34When evaluating the BGP path selection algorithm on a Junos device, which THREE attributes are evaluated BEFORE the router considers the IGP metric to the BGP next hop? (Choose three)
35A Junos router is configured as a BGP route reflector. It learns a route from a client and reflects it to a non-client and another client. Which attribute does the route reflector modify or add to prevent routing loops?
36Which THREE path attributes are classified as 'well-known mandatory'? (Choose three)
37Which TWO statements are true regarding BGP communities in Junos? (Choose two)
38An administrator is troubleshooting a BGP peering session that is stuck in the Connect or Active state. Which THREE common causes could explain this issue? (Choose three)
39Which TWO actions occur when a Junos BGP routing policy includes the 'next policy' action? (Choose two)
40Which THREE attributes are optional transitive BGP path attributes? (Choose three)
41When troubleshooting a BGP routing loop or unexpected route suppression, which THREE Junos operational commands provide visibility into BGP path attributes and decision processes? (Choose three)
42Which TWO statements accurately describe the behavior of the BGP AS_PATH attribute? (Choose two)
43Which THREE statements describe the role and function of the BGP Router ID? (Choose three)
44Which TWO actions can be performed using Junos routing policies applied to BGP? (Choose two)
45Which TWO BGP attributes are strictly internal to an Autonomous System and are never advertised to external eBGP peers? (Choose two)
46An administrator configures BGP multipath on a Junos router. Which THREE conditions must be met for BGP paths to be considered equal and installed as multipaths? (Choose three)
47An engineer is troubleshooting a BGP session between two routers and notices that the connection is stuck in the Active state. What does the Active state indicate about the BGP finite state machine?
48An administrator needs to verify the exact BGP timers negotiated with an eBGP peer on a Junos device. Which operational command should be used?
49A network engineer configures an eBGP session on a Junos device and notices that routes learned from the external peer are not being installed in the routing table or advertised to other peers. What is the default behavior regarding eBGP route propagation and next-hop resolution on Junos OS?
50An engineer configures iBGP peering between two routers in the same AS. Route reflection is not used. The engineer notices that routes learned from an eBGP peer by Router A are not being advertised by Router A to Router B (its iBGP peer). Why is this happening?
51Which BGP message type is responsible for negotiating session parameters, including autonomous system numbers, hold times, and BGP identifiers during session establishment?
52During BGP path selection on a Junos device, two paths are received for the same destination prefix. Path A has a MED of 50 received from a peer in AS 65001, and Path B has a MED of 10. Both AS paths have a length of 2. The router is not configured with 'always-compare-med'. Which path will be preferred by default?
53A network administrator needs to modify the Local Preference path attribute for all routes received from a specific external BGP peer using a routing policy on Junos. Under which configuration hierarchy should the routing policy be applied?
54Which TWO statements describe characteristics of BGP path attributes? (Choose two.)
55Which THREE actions occur when a BGP speaker receives a Notification message from a peer? (Choose three.)
56Which TWO statements correctly differentiate eBGP from iBGP? (Choose two.)
The BGP domain covers the key concepts tested in this area of the JNCIS-ENT exam blueprint published by Juniper Networks. Courseiva provides free domain-focused practice, mock exams, missed-question review, and readiness tracking across all JNCIS-ENT domains — no account required.
The Courseiva JNCIS-ENT question bank contains 56 questions in the BGP domain. Click any question to see the full explanation and answer breakdown.
Start with a 10-question focused session to identify your baseline accuracy in this domain. Read every explanation — even for questions you answer correctly — to understand the reasoning. Once you score consistently above 80%, move to a 20–30 question session to confirm depth before moving to the next domain.
Yes — the session launcher on this page draws questions exclusively from the BGP domain. Choose 10, 20, 30, or 50 questions for a focused session, or click individual questions to review them one by one.
Save your results, see per-domain analytics, and get readiness scores — free, for every certification.
Sign Up FreeFree forever · Every certification included