1. A local router shows an EBGP neighbor in the Active state. Which statement is true about the local router?
A.
B.
C.
D.

Question 1 of 8

2. Refer to the exhibit. Which configuration establishes EBGP neighborship between these two directly connected neighbors and exchanges the loopback network of the two routers through BGP?
A.
B.
C.
D.

Question 2 of 8

3. Refer to the exhibit. Which IP address becomes the next active next hop for 192.168.102.0/24 when 192.168.101.2 fails?
R1#show ip bgp
BGP table version is 32, local router ID is 192.168.101.5
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          	Next Hop         Metric LocPrf Weight Path         
*  192.168.102.0	192.168.101.18       80             0 64517 i
*                       192.168.101.14       80     80      0 64516 i
*                       192.168.101.10                      0 64515 64515 i
*>                      192.168.101.2                       0 64513 i
*                       192.168.101.6               80      0 64514 64514 i
A.
B.
C.
D.

Question 3 of 8

4. What is the correct EBGP path attribute list, ordered from most preferred to the least preferred, that the BGP best-path algorithm uses?
A.
B.
C.
D.

Question 4 of 8

5. Refer to the exhibit.An engineer must ensure that all traffic leaving AS 200 will choose Link 2 as the exit point. Assuming that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers, which configuration accomplish task?
A.
B.
C.
D.

Question 5 of 8

6. Refer to the exhibit.An engineer must establish eBGP peering between router R3 and router R4. Both routers should use their loopback interfaces as the BGP router ID. Which configuration set accomplishes this task?
A.
B.
C.

Question 6 of 8

7. Refer to the exhibit. Which two commands are needed to allow for full reachability between AS 1000 and AS 2000? (Choose two)

A.
B.
C.
D.
E.

Question 7 of 8

8. Refer to the exhibit.

 

An engineer must ensure that all traffic leaving AS 200 will choose Link 2 as an entry point. Assuming that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers, which configuration accomplish task?
Option AR3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 200 200 200R3(config)# router bgp 200
R3(config-router)#neighbor 10.1.1.1 route-map PREPEND out
Option BR3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 100 100 100R3(config)# router bgp 200
R3(config-router)#neighbor 10.2.2.2 route-map PREPEND in
Option CR3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 100 100 100R3(config)# router bgp 200
R3(config-router)#neighbor 10.1.1.1 route-map PREPEND in
Option DR3(config)#route-map PREPEND permit 10
R3(config-route-map)#set as-path prepend 200 200 200R3(config)# router bgp 200
R3(config-router)#neighbor 10.2.2.2 route-map PREPEND out
 
A.
B.
C.
D.

Question 8 of 8