Solved

Refer to the Exhibit

Question 42

Multiple Choice

Refer to the exhibit. 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)  R1(config) # router bgp 1 R1(config-router) # neighbor 192.168.10.2 remote-as 2 R1(config-router) # network 10.1.1.0 mask 255.255.255.0 R2(config) # router bgp 2 R2(config-router) # neighbor 192.168.10.1 remote-as 1 R2(config-router) # network 10.2.2.0 mask 255.255.255.0 R1(config) # router bgp 1 R1(config-router) # neighbor 192.168.10.2 remote-as 2 network 10.1.1.0 mask 255.255.255.0 R2(config) # router bgp 2 R2(config-router) # neighbor 192.168.10.1 remote-as 1 network 10.2.2.0 mask 255.255.255.0 B)  R1(config-router) # neighbor 10.2.2.2 remote-as 2 R2(config-router) # neighbor 10.1.1.1 remote-as 1 neighbor 10.2.2.2 remote-as 2 neighbor 10.1.1.1 remote-as 1 C)  R1(config-router) # network 10.0.0.0 mask 255.0.0.0 R2(config-router) # network 10.0.0.0 mask 255.0.0.0 network 10.0.0.0 mask 255.0.0.0 D)  R1(config-router) # neighbor 10.2.2.2 update-source lo0 R2(config-router) # neighbor 10.1.1.1 update-source lo0 neighbor 10.2.2.2 update-source lo0 neighbor 10.1.1.1 update-source lo0 Which configuration establishes EBGP neighborship between these two directly connected neighbors and exchanges the loopback network of the two routers through BGP?


A) R1(config) # router bgp 1 R1(config-router) # neighbor 192.168.10.2 remote-as 2 R1(config-router) # network 10.1.1.0 mask 255.255.255.0 R2(config) # router bgp 2 R2(config-router) # neighbor 192.168.10.1 remote-as 1 R2(config-router) # network 10.2.2.0 mask 255.255.255.0 R1(config) # router bgp 1 R1(config-router) # neighbor 192.168.10.2 remote-as 2 network 10.1.1.0 mask 255.255.255.0 R2(config) # router bgp 2 R2(config-router) # neighbor 192.168.10.1 remote-as 1 network 10.2.2.0 mask 255.255.255.0
B) R1(config-router) # neighbor 10.2.2.2 remote-as 2 R2(config-router) # neighbor 10.1.1.1 remote-as 1 neighbor 10.2.2.2 remote-as 2 neighbor 10.1.1.1 remote-as 1
C) R1(config-router) # network 10.0.0.0 mask 255.0.0.0 R2(config-router) # network 10.0.0.0 mask 255.0.0.0 network 10.0.0.0 mask 255.0.0.0
D) R1(config-router) # neighbor 10.2.2.2 update-source lo0 R2(config-router) # neighbor 10.1.1.1 update-source lo0 neighbor 10.2.2.2 update-source lo0 neighbor 10.1.1.1 update-source lo0

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions