Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Cisco Exam 200-301 Topic 11 Question 76 Discussion

Actual exam question for Cisco's 200-301 exam
Question #: 76
Topic #: 11
[All 200-301 Questions]

Connectivity between four routers has been established. IP connectivity must be configured in the order presented to complete the implementation. No dynamic routing protocols are included.

1. Configure static routing using host routes to establish connectivity from router R3 to the router R1 Loopback address using the source IP of 209.165.200.230.

2. Configure an IPv4 default route on router R2 destined for router R4.

3. Configure an IPv6 default router on router R2 destined for router R4.

Show Suggested Answer Hide Answer
Suggested Answer: A

Answer as below configuration:

1.- on R3

config terminal

ip route 192.168.1.1 255.255.255.255 209.165.200.229

end

copy running start

2.- on R2

config terminal

ip route 0.0.0.0 0.0.0.0 209.165.202.130

end

copy running start

3.- on R2

config terminal

ipv6 route ::/0 2001:db8:abcd::2

end

copy running start


Contribute your Thoughts:

Derrick
8 days ago
Next, we need to configure an IPv4 default route on R2 to R4. Sounds easy enough, we'll just point the default route to R4.
upvoted 0 times
...
Ocie
8 days ago
Haha, yeah, they probably have some surprises in store for us. We better double-check our work before submitting any answers.
upvoted 0 times
...
Carrol
10 days ago
Yeah, no dynamic routing protocols, so we'll have to manually configure everything. This is going to take some time to get right.
upvoted 0 times
...
King
11 days ago
Okay, this question is all about configuring static routing between the routers. We need to make sure we do it in the correct order to establish IP connectivity.
upvoted 0 times
...

Save Cancel