Question 229 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question 229 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question

Rl#config t
Ri (config) # interface gil/1
R1(config-if)# ip address 192.168.0.1 255.255.255.0

R1(config)# router bap 65000
R1(config-router)# neighbor 192.168.0.2 remote-as 65001
R1(config-router)# network 10.1.1.0 mask 255.255.255.0

R1(config)# router ospf 1
R1 (config) # router-id 1.1.1.1

Ri (config) # network 192.168.0.1 0.0.0.0 area 0
Ri (config) # network 10.1.1.0 0.0.0.255 area 0

R1(config)# router eigrp 1

R1(config)# eigrp router-id 1.1.1.1
R1(config)# network 10.1.1.0 0.0.0.255
R1 (config) # network 192.168.0.1 0.0.0.0

R2#config t
R2 (config) # interface gil/1
R2(config-if)# ip address 192.168.0.2 255.255.255.0

R2#config t
R2(config)# router bgp 65001
R2(config-router)# neighbor 192.168.0.1 remote-as 65000

R2(config)# router ospf 1
R2 (config) # router-id 2.2.2.2
R2 (config) # network 192.168.1.2 0.0.0.0 area 0

R2(config)# router eigrp 1
R2(config)# eigrp router-id 1.1.
R2 (config) # network 192.168.0.1

R2(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.1

Refer to the exhibit.

Router R2 is configured with multiple routes to reach network 10.1.1.0/24 from router R1

Which path is chosen by router R2 to reach the destination network 10.1.1.0/24?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.