ExamGecko
Question list
Search
Search

Related questions











Question 590 - 350-401 discussion

Report
Export

SIMULATION

BGP connectivity exists between Headquarters and both remote sites; however, Remote Site 1 cannot communicate with Remote Site 2. Configure BGP according to the topology to goals:

A.

Configure R1 and R3 under the BGP process to provide reachability between Remote Site 1 and Remote Site 2. No configuration changes are permitted on R2.

Answers
A.

Configure R1 and R3 under the BGP process to provide reachability between Remote Site 1 and Remote Site 2. No configuration changes are permitted on R2.

B.

Ensure that the /32 networks at Remote Site 1 and Remote Site 2 can ping each other.

R1

R3

Answers
B.

Ensure that the /32 networks at Remote Site 1 and Remote Site 2 can ping each other.

R1

R3

C.

See the solution below in

Answers
C.

See the solution below in

Suggested answer: A

Explanation:

- Solution:

On R1:

R1(config)#router bgp 123

R1(config-router)#address-family ipv4

R1(config-router-af)#neighbor 10.0.0.2 allowas-in

On R3:

R3(config)#router bgp 123

R3(config-router)# address-family ipv4

R3(config-router-af)#neighbor 192.168.1.2 allowas-in

VERIFICATION:

R3#sh ip route bgp

Gateway of last resort is not set

1.0.0.0/32 is subnetted, 1 subnets

B 1.1.1.1 [20/0] via 192.168.1.2, 00:01:17

2.0.0.0/32 is subnetted, 1 subnets

B 2.2.2.2 [20/0] via 192.168.1.2, 00:05:06

10.0.0.0/24 is subnetted, 1 subnets

B 10.0.0.0 [20/0] via 192.168.1.2, 00:01:17

Test Ping from R3 to R1:

R3#ping 1.1.1.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

!!!!!

R3#ping 1.1.1.1 source lo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

Packet sent with a source address of 3.3.3.3

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms

asked 10/10/2024
Amol Wani
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first