Nokia SRC Border Gateway Protocol Practice Exam Questions Document EN PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 28

Nokia Service Routing Certification (SRC) Program

Practice Exam Questions for:


Nokia Border Gateway Protocol
(exam number: 4A0-102)
The following questions will test your knowledge and prepare you for the Nokia
Border Gateway Protocol exam. Compare your responses with the Answer Key at
the end of the document.

1. Which of the following statements about the Internet is FALSE?


a. It uses Internet Exchanges to allow ISPs to form relationships with each other in a neutral, low cost setting.
b. It is a continuous and interconnected set of public IP networks, advertised and shared across the globe.
c. It is a distributed, open and global network of networks that rely heavily on the interconnections provided by Tier 2
providers.
d. It is a network that allows any Internet service provider to reach every other Internet service provider in the world.

2. Given that ISP 1 and ISP 2 are Tier 2 providers, and that ISP 3 and ISP 4 are Tier 1 providers, what is the most likely
relationship between ISP 3 and the other ISPs?

a. ISP 3 has a transit relationship with ISP 1 and a peering relationship with ISP 4.
b. ISP 3 has a transit relationship with ISP 1 and ISP 2.
c. ISP 3 has a peering relationship with ISP 1 and a transit relationship with ISP 4.
d. ISP 3 has a peering relationship with ISP 2 and ISP 4.
3. Which of the following statements about 32-bit AS numbers is FALSE?
a. AS range 65536-65551 is for use in documentation and sample code.
b. AS range 65552-131071 is reserved.
c. They are allocated to the RIRs by ICANN/IANA.
d. Public AS range 131072-132096 is unallocated.

4. Which of the following statements about a multi-homed AS is FALSE?


a. A multi-homed AS can be transit.
b. A multi-homed AS can be non-transit.
c. A multi-homed AS has multiple connections to 1 or more Autonomous Systems.
d. A multi-homed AS cannot employ default routing.

5. An autonomous system has 6 routers configured with BGP. How many iBGP sessions are required for a fully meshed
configuration?
a. 1
b. 6
c. 12
d. 15

6. AS 65540 is using MPLS to provide BGP shortcuts for its iBGP routing. AS 65541 is advertising prefix 192.168.1.0/27 into
BGP. Which of the following statements about the configuration is FALSE?

a. An MPLS transport tunnel is required between R1 and R4.


b. BGP must be configured on routers R1, R2, R3 and R4.
c. R1, R4 and R5 will have a BGP update for 192.168.1.0/27
d. R1, R2, R3 and R4 label switch the traffic.

7. A BGP session is currently in the Active state. Which BGP message type is exchanged next?
a. Keepalive
b. Update
c. Open
d. Notification

2 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
8. Which of the following statements about the KeepAlive timer is FALSE?
a. The KeepAlive timer is negotiated between BGP peers.
b. The KeepAlive timer default value is 30 seconds.
c. The KeepAlive timer may be overridden by the hold time value.
d. A KeepAlive message is sent every time the KeepAlive timer expires.

9. The local BGP state is OpenSent and an Open message is sent to the peer. If the local system never receives an Open
message in return, which state will BGP transition to?
a. Idle
b. Connect
c. Active
d. OpenConfirm

10. Which of the following is NOT an optional non-transitive BGP attribute?


a. AGGREGATOR
b. MULTI_EXIT_DISC
c. ORIGINATOR_ID
d. CLUSTER_LIST

11. If router R6 originates a BGP route for prefix 192.168.1.0/27 with origin IGP, what will the update contain when it reaches
router R4?

a. AS Path of 65540 65541 and Origin of EGP


b. AS Path of 65540 65541 and Origin of IGP
c. AS Path of 65541 and Origin of EGP
d. AS Path of 65541 and Origin of IGP

3 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
12. An update travels from AS 150 to AS 235000, traversing both 32-bit and 16-bit AS Paths. What AS Path is seen by AS 250?

a. 250 135000 150


b. 23456 150
c. 135000 150
d. 23456

13. What kind of BGP attribute is the Origin?


a. Well-known mandatory attribute
b. Well-known discretionary attribute
c. Optional transitive attribute
d. Optional non-transitive attribute

14. Which of the following about the Community attribute is FALSE?


a. Use extended communities for 4 byte ASNs.
b. ISPs use communities to signal internal and external peers.
c. Community is an optional non-transitive attribute.
d. ISPs can apply one or more communities to a prefix.

15. Which of the following about BGP attributes is FALSE?


a. Local_Pref is sent over eBGP.
b. The TTL for eBGP messages can be modified.
c. As_Path is not modified in iBGP.
d. Next_Hop is set when an update crosses an AS boundary.

16. Which of the following about the BGP databases is FALSE?


a. Adj-RIBs-In stores all routes received from BGP neighbors.
b. The Loc-RIB stores the routes before the import policies process the routing information.
c. Adj-RIBs-Out stores only a subset of the paths placed in the Loc-RIB.
d. Only best BGP routes are sent to the Loc-RIB.

4 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
17. Which of the following statements regarding BGP route selection is FALSE?
a. Higher MED is preferred over lower MED when all other attributes are equal.
b. The lower peer ID addresses is preferred when all other attributes are equal.
c. Higher Local preference is preferred when all other attributes are equal.
d. Lower origin code is preferred when all other attributes are equal.

18. A router in AS 65200 receives two BGP routes. The first route is for 138.2.2.0/24 with an AS Path of 65100, Local Preference
of 100 and router ID of 10.2.2.2. The second route is for 138.0.0.0/8 with an AS Path of 65500, Local Preference of 150
and router ID of 10.3.3.3. Assuming all other attributes are equal, which route would be used to forward an IP packet with
destination IP address 138.2.2.1?
a. None of the routes are used.
b. The first BGP route.
c. The second BGP route.
d. Both routes are used.

19. A Nokia 7750 SR has the BGP configuration as shown below. Assuming the router has an established iBGP session to R1 and
an established eBGP session to R2, which of the following is TRUE?

group “BGP Peers”


peer-as 65580
neighbor 10.10.10.1
description “R1”
peer-as 65540
exit
neighbor 10.3.2.2
description “R2”
exit
exit

a. The local router’s AS cannot be determined.


b. The AS of neighbor R2 cannot be determined.
c. The local router’s AS is 65540.
d. Neighbor R1 is part of AS 65580.

20. Which of the following statements about BGP recursive lookup is FALSE?
a. A BGP recursive lookup is performed on the packet’s destination IP address.
b. Address matching is based on longest-match routing.
c. If the lookup returns an interface, the packet is encapsulated and forwarded via the specified interface.
d. A BGP recursive lookup is needed if the egress interface is not known.

5 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
21. The commands “configure router triggered-policy” and “clear router bgp external soft” are executed on a Nokia 7750 SR.
Which of the following statements is FALSE?
a. Resets eBGP neighbors only. All eBGP neighbors reevaluate all routes in the Local-RiB against any configured export
policies.
b. Does not reset any BGP neighbor. All eBGP neighbors reevaluate all routes in the Local-RIB against any configured export
policies.
c. Does not reset any BGP neighbor. All eBGP neighbors reevaluate all routes in the RIB-In against any configured import
policies.
d. Resets eBGP neighbors only. All eBGP neighbors reevaluate all routes in the RIB-In against any configured import policies.

22. Which of the following statements about BGP authentication on the Nokia 7750 SR is FALSE?
a. BGP authentication can be configured at the BGP global, group and neighbor levels.
b. BGP authentication uses the MD5 message-based digest.
c. The authentication-key cannot contain spaces.
d. The hash-key is any combination of ASCII characters up to 342 characters.

23. Which of the following statements about IPv6 BGP implementation on a Nokia 7750SR is FALSE?
a. The router ID must be reachable.
b. The router must have a chassis-mode of “c” or higher.
c. Link-local addresses can be used for eBGP sessions.
d. A router ID must be 32 bits.

24. Assume all router IDs are properly configured, and IPv6 link-local addresses are used to establish all eBGP sessions. Given the
following iBGP configuration on router A, what is the Next Hop for prefix 2001:DB8:A:401::1/128 on router B?

group “iBGP”
peer-as 65540
neighbor 2001:DB8:2::2
exit
neighbor 2001:DB8:3::3
exit
exit

a. The IPv6 global address of router A.


b. The IPv6 global address of router D.
c. The IPv6 link-local address of the router D interface towards router A.
d. The configuration does not allow router B to route to 2001:DB8:A:401::1/128.

6 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
25. Which of the following is NOT considered a best practice for BGP address planning?
a. Do not mix customer assigned addresses with internal IGP addresses.
b. Use the next-hop-self command to force BGP to use the resources provided by the IGP.
c. Use interface addresses for setting up iBGP sessions.
d. Customer addresses become BGP NLRI for the AS.

26. Which of the following statements about BGP import policies on a Nokia 7750SR is FALSE?
a. Import policies can filter NLRI based on AS Path.
b. Import policies can send aggregate routes.
c. Import policies can filter NLRI based on prefix lists.
d. Import policies can modify local preference.

27. What is the result of configuring the following policy statement as a BGP import policy on the Nokia 7750 SR?

policy-statement “Policy-1”
entry 10
from
protocol bgp
prefix-list “List-1” “List-2”
exit
action reject
exit
exit
default-action reject

a. All routes are rejected.


b. All BGP routes are rejected.
c. Only BGP routes matching prefix lists “List-1” or “List-2” are rejected.
d. Only BGP routes matching prefix lists “List-1” and “List-2” are rejected.

7 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
28. Assuming that “customer1” and “customer2” are directly connected networks, what is the result of executing the following
BGP export policy?

entry 10
from
protocol direct
exit
action accept
metric set 30
exit
exit
entry 20
from
prefix-list “customer1”
exit
action accept
community add “North”
exit
exit
entry 30
from
prefix-list “customer2”
exit
action accept
community add “South”
exit
exit
default-action reject

a. “customer1” MED is set to 30 and tagged with the community “North”.


b. “customer2” MED is not set and is tagged with community “South”.
c. “customer1” and “customer2” MED is set to 30 and not tagged with any community.
d. “customer1” is tagged with the community “North” and “customer2” is tagged with the community “South”.

8 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
29. Assuming that “customer1” and “customer2” are directly connected networks, what is the result of executing the following
BGP export policy?

entry 10
from
protocol direct
exit
action next-entry
metric set 30
exit
exit
entry 20
from
prefix-list “customer1”
exit
action accept
community add “North”
exit
exit
entry 30
from
prefix-list “customer2”
exit
action accept
community add “South”
exit
exit
default-action reject

a. “customer1” and “customer2” MED is not set while “customer1” is tagged with community “North” and “customer2” is
tagged with community “South”.
b. “customer1” and “customer2” MED is set to 30 while “customer1” is tagged with community “North” and “customer2” is
tagged with community “South”.
c. “customer1” and “customer2” MED is set to 30 while “customer1” is tagged with community “North” and “customer2” is
not tagged with a community.
d. “customer” MED is set to 30 while “customer” is tagged with community “North” and “customer2” is rejected.

9 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
30. The following policies are configured and exported using “export “policy2” “policy1”.” Assuming both “customer1” and
“customer2” are properly defined on the router, which routes are advertised?

Router-A>config>router>policy-options# info
----------------------------------------------
prefix-list “customer1”
prefix 192.168.10.0/29 exact
exit
prefix-list “customer2”
prefix 192.168.20.0/29 exact
exit
policy-statement “policy1”
entry 10
from
prefix-list “customer1”
exit
action accept
exit
exit
default-action accept
exit
policy-statement “policy2”
entry 10
from
prefix-list “customer2”
exit
action next-policy
exit
exit
default-action reject
exit
----------------------------------------------

a. customer1 routes only.


b. customer2 routes only.
c. customer1 and customer2 routes.
d. Neither customer1 or customer2 routes.

10 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
31. Which of the following is NOT a prefix-list mask option?
a. longer
b. shorter
c. exact
d. range

32. Router R2 is advertising prefix 192.168.10.0/24 with community “no-export”. Which routers will receive an update for that
prefix?

a. Router R1 only.
b. Router R3 only.
c. Routers R1 and R3 only.
d. Routers R1, R3 and R4.

11 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
33. AS 65100 owns CIDR block 10.16.0.0/12. Router R1 creates and advertises the aggregate 10.16.0.0/12 to AS 65000 using
the configuration below. Which of the following statements is TRUE?

*A:R1>config>router# aggregate 10.16.0.0/12


--------------------------------------------------------
*A:R1>config>router>policy-options# info
--------------------------------------------------------
policy-statement “advertise aggregate”
entry 10
from
protocol aggregate
exit
action accept
exit
exit
exit
---------------------------------------------------------
*A:R1>config>router>bgp>group# export “advertise aggregate”

a. R4 receives the aggregate route only and the atomic aggregate attribute is set.
b. R4 receives the aggregate route only and the atomic aggregate attribute is not set.
c. R4 receives the aggregate route and specific routes for each client. The atomic aggregate route is set.
d. R4 receives the aggregate route and specific routes for each client. The atomic aggregate attribute is not set.

34. Which of the following statements about advertising aggregate routes in BGP is FALSE?
a. The Atomic Aggregate flag is set on an aggregate route to indicate that there is a loss of data in the path information.
b. If the “summary-only” option is used, then the specific routes will not be advertised.
c. The Atomic Aggregate flag is cleared when the “as-set” option is used in the aggregate command.
d. The “as-set” option affects the AS-Path information of the summary and more specific routes.

35. Which of the following AS Paths will match the regular expression “*65000.”?
a. 65100 65000
b. 65100 65000 65200
c. 65100 65200 65000
d. 65000 65100 65200

12 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
36. Router R1 is configured with an import policy to reject updates with an AS Path matching the regular expression “65200 .+”.
Which of the following statements is TRUE?

a. Router R1 will reject all updates coming from R2.


b. Router R1 will only reject updates originating in AS 65200.
c. Router R1 will only reject updates transiting through router R2.
d. Router R1 will only reject updates transiting through router R3.

37. R1 receives a route from R2 with a MED value of 200. What MED value for the route is sent from R1 to R4?

a. 200
b. None
c. 100
d. 1

13 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
38. AS 65100 is configured with confederation ASes 65101 and 65102. If R3 sends an update for a route to R2 with a local
preference of 200, what is the local preference once this update arrives at router R1?

a. 100
b. 200
c. 300
d. None

14 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
39. Router R2 receives a route to 192.168.1.0/27 from router R4, and does not explicitly set the local preference. Router R1
receives a route to 192.168.1.0/27 from router R3, and sets the local preference to 80. Both ASs have a full iBGP mesh. What
path does traffic destined to 192.168.1.0/27 take from router R1?

a. R1-R2-R4-R6
b. R1-R2-R4-R3-R5-R6
c. R1-R3-R5-R6
d. R1-R3-R4-R6

40. A confederated AS is comprised of 3 members. One member is comprised of 3 routers, while the other two members are
comprised of 4 routers each. Assuming member ASs are fully meshed and use full mesh iBGP, what is the required number of
iBGP sessions and eBGP sessions within the confederation?
a. 3 eBGP sessions and 15 iBGP sessions.
b. 0 eBGP sessions and 18 iBGP sessions.
c. 3 eBGP sessions and 11 iBGP sessions.
d. 0 eBGP sessions and 14 iBGP sessions.

15 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
41. Which of the following statements best describes the BGP sessions within the given network?

a. The session between AS 65101 and AS 65102 is an inter-confederation iBGP session.


b. The session between AS 65102 and AS 65200 is an inter-confederation eBGP session.
c. The session between AS 65101 and 65102 is an intra-confederation eBGP session.
d. The session between AS 65102 and AS 65200 is an intra-confederation eBGP session.

42. Which of the following statements about BGP attributes within a configuration is FALSE?
a. The ORIGIN attribute remains unchanged within a confederation.
b. If an update is sent to a neighbor in a foreign AS, the confederation path is removed from AS_PATH.
c. If an update is sent to a neighbor in a different member AS within the confederation, the member AS number is added to
AS_PATH.
d. The NEXT_HOP attribute remains unchanged within a confederation.

43. Which of the following statements about configuring BGP confederations is FALSE?
a. Configure the AS number as the local confederation AS.
b. All involved routers must support confederations.
c. A member AS inside a confederation need not be fully-meshed.
d. There can be a maximum of 16 member ASes in a confederation.

44. Which of the following statements about route reflectors is TRUE?


a. Route reflectors do not work in conjunction with confederations.
b. There can be more than one route reflector in a cluster.
c. Route reflector client peers should be fully meshed.
d. Route reflectors are used to decrease the number of eBGP sessions required in an AS.

16 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
45. Routers RR1 and RR2 are route reflectors with different Cluster-IDs. Which of the following statements is FALSE if AS 65100
sends an update for Client1 prefix 192.168.3.0/29 to Router B?

a. Router B sends the update to RR1 and RR2.


b. RR1 sends the update to RR2, Router B, Router C and Router D.
c. RR2 accepts the update from RR1 and flags it as invalid.
d. Router B accepts the update from RR1 and RR2 and flags it as invalid.

46. Which of the following statements about the ORIGINATOR_ID attribute is FALSE?
a. Once set, the ORIGINATOR_ID is not modified.
b. The BGP router that originates an update sets the ORIGINATOR_ID.
c. The ORIGINATOR_ID is set to the Router-ID of the originator of the route in the local autonomous system.
d. The ORIGINATOR_ID is used for loop prevention inside of an autonomous system.

47. Routers RR1 and RR2 are route reflectors with different Cluster IDs. When the update for prefix 192.168.3.0/29 is received at
router C from RR1, what will the ORIGINATOR_ID attribute be?

a. The Router-ID of router A.


b. The Router-ID of router B.
c. The Router-ID of RR1.
d. The ORIGINATOR_ID is not set.

17 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
48. Routers RR1 and RR2 are route reflectors with different Cluster IDs. When the update for prefix 192.168.3.0/29 is received at
router D from RR2, what will the CLUSTER_LIST attribute be?

a. The Cluster ID of RR1 only.


b. The Cluster ID of RR2 only.
c. The Cluster ID of RR1 and RR2.
d. The CLUSTER_LIST is not set.

49. Routers RR1 and RR2 are redundant route reflectors for clients B, C and D. Which of the following is a valid configuration on
router RR2?

18 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
a. RR2>config>router>bgp# info
----------------------------------------------
group “AS 65200”
peer-as 65200
neighbor 10.10.10.10
exit
neighbor 10.10.10.30
cluster 10.10.10.20
exit
neighbor 10.10.10.40
cluster 10.10.10.20
exit
neighbor 10.10.10.50
cluster 10.10.10.20
exit

b. RR2>config>router>bgp# info
----------------------------------------------
group “AS 65200”
peer-as 65200
neighbor 10.10.10.10
cluster 10.10.10.10
exit
neighbor 10.10.10.30
cluster 10.10.10.20
exit
neighbor 10.10.10.40
cluster 10.10.10.20
exit
neighbor 10.10.10.50
cluster 10.10.10.20
exit

c. RR2>config>router>bgp# info
----------------------------------------------
group “AS 65200”
cluster 10.10.10.20
peer-as 65200
neighbor 10.10.10.10
exit
neighbor 10.10.10.30
exit
neighbor 10.10.10.40
exit
neighbor 10.10.10.50
exit
exit

19 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
d. RR2>config>router>bgp# info
----------------------------------------------
group “AS 65200”
peer-as 65200
neighbor 10.10.10.10
cluster 10.10.10.20
exit
neighbor 10.10.10.30
exit
neighbor 10.10.10.40
exit
neighbor 10.10.10.50
exit
exit

50. Which of the following statements about the BGP Advertise External feature is FALSE?
a. BGP Advertise External modifies BGP advertisement logic with no protocol changes.
b. BGP Advertise External allows better load sharing.
c. BGP Advertise External applies to both regular IPv4 unicast routes and labeled-IPv4 (SAFI4) routes.
d. BGP Advertise External is supported only at the config>router>bgp>group level.

51. Router R1 is a route reflector for clients ASBR1, ASBR2, and ASBR3. Router R3 advertises prefix 192.168.1.0/27 to routers
ASBR1 and ASBR2. Router ASBR1 is configured with a local preference of 200. On which routers is “advertise-external”
needed for router R1 to receive two distinct routes for prefix 192.168.1.0/27?

a. ASBR1 only
b. ASBR2 only
c. ASBR1 and ASBR2
d. R1 only

20 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
52. Router R1 is a route reflector with clients ASBR1, ASBR2, and ASBR3. Prefixes advertised by router ASBR1 have a local
preference of 200. Router R3 advertises the prefix 192.168.1.0/27 to routers ASBR1 and ASBR2. Assuming that none of
the routers in AS 65540 is configured with “advertise-external,” what is the expected output of “show router bgp routes” on
router ASBR2?

a. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 None -
65541
*i 192.168.1.0/27 None None
10.3.6.3 None -
65541

b. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 None -
65541
*i 192.168.1.0/27 100 None
10.10.10.6 None -
65541

c. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 None None
10.3.6.3 None -
65541

21 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
d. Flag Network LocalPref MED
Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
*i 192.168.1.0/27 200 None
10.10.10.5 None -
65541
*i 192.168.1.0/27 100 None
10.10.10.6 None -
65541

53. Router R1 is a route reflector with clients ASBR1, ASBR2 and ASBR3. Prefixes advertised by router ASBR1 have a local preference
of 200. Router R3 advertises the prefix 192.168.1.0/27 to routers ASBR1 and ASBR2. Assuming that router ASBR2 is configured
with “advertise-external,” what is the expected output of “show router bgp routes” when executed on router ASBR2?

a. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 None None
10.3.6.3 None -
65541
*i 192.168.1.0/27 200 None
10.10.10.5 None -
65541

b. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 None None
10.3.6.3 None -
65541

22 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
c. Flag Network LocalPref MED
Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 None -
65541
*i 192.168.1.0/27 None None
10.3.6.3 None -
65541

d. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 None -
65541
i 192.168.1.0/27 100 None
10.10.10.6 None -
65541

54. Which of the following statements regarding BGP Add-Paths is FALSE?


a. A BGP speaker must advertise the capability to receive multiple paths from its peer.
b. ipv4, ipv6, vpn-ipv4 and vpn-ipv4 are all supported and configured independently.
c. Add-Paths capabilities are exchanged between peers after BGP session establishment.
d. Up to N=16 paths are configurable per prefix, per peer.

55. Router R1 is a route reflector for clients ASBR1, ASBR2 and ASBR3. Router R3 advertises prefix 192.168.1.0/27 to routers
ASBR1 and ASBR2. Routers R1 is configured with “add-paths ipv4 send 2 receive none” and ASBR3 is configured with “add-
paths ipv4 send 2 receive.” What is the expected output of “show router bgp routes” on ASBR3?

a. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 1 -
65541

23 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
b. Flag Network LocalPref MED
Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 1 -
65541
*i 192.168.1.0/27 100 None
10.10.10.6 2 -
65541

c. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
d. Flag Network LocalPref MED
Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 None -
65541
*i 192.168.1.0/27 100 None
10.10.10.6 None -
65541

56. Router R1 is a route reflector with clients ASBR1, ASBR2 and ASBR3. Router R3 advertises the prefix 192.168.1.0/27 to
routers ASBR1 and ASBR2. Assuming that routers R1, ASBR3, and R4 are configured with “add-paths ipv4 send 2 receive”,
executing “show router bgp routes” on R4 will show which IP address as the next hop for route 192.168.1.0/27?

a. 10.2.4.3
b. 10.10.10.2
c. 10.10.10.1
d. 10.3.5.3

24 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
57. Which of the following is NOT a criterion used to notify the IOM that a BGP next-hop is unreachable?
a. Peer IP address unreachable and peer-tracking enabled.
b. The LDP tunnel that resolves the next-hop goes down.
c. BFD session associated with BGP goes down.
d. BGP hold timers for a session expire.

58. Router R1 is a route reflector for clients ASBR1, ASBR2 and ASBR3. Router R3 advertises prefix 192.168.1.0/27 to routers
ASBR1 and ASBR2. Assuming that router ASBR3 is configured with “backup-path ipv4”, what is the expected output of “show
router bgp routes” when executed on router ASBR3?

a. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 1 -
65541
ub*i 192.168.1.0/27 100 None
10.10.10.6 2 -
65541

b. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 1 -
65541
b*i 192.168.1.0/27 100 None
10.10.10.6 2 -
65541

25 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
c. Flag Network LocalPref MED
Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 1 -
65541
*i 192.168.1.0/27 100 None
10.10.10.6 2 -
65541

d. Flag Network LocalPref MED


Nexthop (Router) Path-Id Label
As-Path
-------------------------------------------------------------------------------
u*>i 192.168.1.0/27 200 None
10.10.10.5 1 -
65541
ub*i 192.168.1.0/27 None None
10.10.10.6 2 -
65541

59. Which of the following statements about eBGP is FALSE?


a. eBGP can be classified into two major categories: Peering and Transit.
b. BGP messages are sent to eBGP neighbors with an IP time-to-live of 64.
c. It is typical for devices that have an eBGP session between them to be directly connected.
d. An eBGP session is between two devices in different ASes.

26 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
60. Both routers C and D are advertising the eBGP learned prefix 10.5.0.0/16 into ISP X. What action is taken by router C?

a. Sends the update to routers A, B, D, E and F.


b. Sends the update to routers D, E and F only.
c. Sends the update to routers A, B, E and F only.
d. Sends the update to router B only.

27 Practice Exam Questions for: Nokia Border Gateway Protocol (exam number: 4A0-102)
Answer Key

1. C 16. B 31. B 46. B


2. A 17. A 32. C 47. B
3. D 18. B 33. D 48. B
4. D 19. C 34. D 49. A
5. D 20. A 35. B 50. D
6. B 21. B 36. C 51. B
7. C 22. C 37. B 52. A
8. A 23. A 38. B 53. C
9. C 24. A 39. A 54. C
10. A 25. C 40. A 55. B
11. D 26. B 41. C 56. A
12. B 27. B 42. C 57. D
13. A 28. C 43. D 58. A
14. C 29. B 44. B 59. B
15. A 30. B 45. C 60. A

www.networks.nokia.com Nokia is a registered trademark of Nokia Corporation. Other product and company names mentioned herein may be trademarks
or trade names of their respective owners. Product code: SR1712020150EN (January)

You might also like