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 4 Question 81 Discussion

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

All physical cabling is in place. Router R4 and PCI are fully configured and

inaccessible. R4's WAN interfaces use .4 in the last octet for each subnet.

Configurations should ensure that connectivity is established end-to-end.

1 . Configure static routing to ensure RI prefers the path through R2 to

reach only PCI on R4's LAN

2. Configure static routing that ensures traffic sourced from RI will take

an alternate path through R3 to PCI in the event of an outage along

the primary path

3. Configure default routes on RI and R3 to the Internet using the least number of hops

Guidelines

This is a lab item in which tasks will be performed on virtual devices.

* Refer to the Tasks tab to view the tasks for this lab item.

* Refer to the Topology tab to access the device console(s) and perform the tasks.

* Console access is available for all required devices by clicking the device icon or using

the tab(s) above the console window.

* All necessary preconfigurations have been applied.

* Do not change the enable password or hostname for any device.

* Save your configurations to NVRAM before moving to the next item.

* Click Next at the bottom of the screen to submit this lab and move to the next question.

* When Next is clicked, the lab closes and cannot be reopened.

Show Suggested Answer Hide Answer
Suggested Answer: A

To configure static routing on R1 to ensure that it prefers the path through R2 to reach only PC1 on R4's LAN, you need to create a static route for the host 10.0.0.100/8 with a next-hop address of 20.0.0.2, which is the IP address of R2's interface connected to R1. You also need to assign a lower administrative distance (AD) to this route than the default AD of 1 for static routes, so that it has a higher preference over other possible routes. For example, you can use an AD of 10 for this route. To create this static route, you need to enter the following commands on R1's console:

R1#configure terminal R1(config)#ip route 10.0.0.100 255.0.0.0 20.0.0.2 10 R1(config)#end

To configure static routing on R1 that ensures that traffic sourced from R1 will take an alternate path through R3 to PC1 in the event of an outage along the primary path, you need to create another static route for the host 10.0.0.100/8 with a next-hop address of 40.0.0.2, which is the IP address of R3's interface connected to R1. You also need to assign a higher AD to this route than the AD of the primary route, so that it has a lower preference and acts as a backup route. For example, you can use an AD of 20 for this route. This type of static route is also known as a floating static route. To create this static route, you need to enter the following commands on R1's console:

R1#configure terminal R1(config)#ip route 10.0.0.100 255.0.0.0 40.0.0.2 20 R1(config)#end

To configure default routes on R1 and R3 to the Internet using the least number of hops, you need to create a static route for the network 0.0.0.0/0 with a next-hop address of the ISP's interface connected to each router respectively. A default route is a special type of static route that matches any destination address and is used when no other specific route is available. The ISP's interface connected to R1 has an IP address of 10.0.0.4, and the ISP's interface connected to R3 has an IP address of 50.0.0.4. To create these default routes, you need to enter the following commands on each router's console:

On R1: R1#configure terminal R1(config)#ip route 0.0.0.0 0.0.0.0 10.0.0.4 R1(config)#end

On R3: R3#configure terminal R3(config)#ip route 0.0.0.0 0.0.0.0 50.0.0.4 R3(config)#end


Contribute your Thoughts:

Leslie
4 months ago
Agreed. Let's make sure everything is properly configured before moving to the next question.
upvoted 0 times
...
Elbert
4 months ago
And don't forget to set up default routes to the Internet using the least number of hops.
upvoted 0 times
...
Franklyn
4 months ago
That's a good point. We should configure static routing for that as well.
upvoted 0 times
...
Leslie
4 months ago
But we also need to configure an alternate path through R3 in case of an outage.
upvoted 0 times
...
Elbert
4 months ago
Yes, I agree. We should make sure RI prefers the path through R2 to reach PCI on R4's LAN.
upvoted 0 times
...
Franklyn
4 months ago
I think we need to configure static routing on RI to ensure connectivity.
upvoted 0 times
...
Dorothy
5 months ago
That could also be a good option to ensure efficient routing to the Internet.
upvoted 0 times
...
Katy
5 months ago
What about configuring default routes on RI and R3 to the Internet using the least number of hops?
upvoted 0 times
...
Selma
5 months ago
I agree, using static routing will help us control the path of the traffic.
upvoted 0 times
...
Dorothy
5 months ago
I think we should configure static routing to ensure traffic goes through R2 to reach PCI on R4's LAN.
upvoted 0 times
...
Kenneth
6 months ago
I wonder if the exam designers are just trying to trip us up with all these specific requirements. But hey, if we can figure this out, we'll be well on our way to earning that certification. Time to put on our thinking caps and get to work!
upvoted 0 times
...
Janessa
6 months ago
Ah, the joys of static routing. I can already see myself staring at the console for hours trying to get this all to work correctly. But I guess that's what the exam is all about, right? Putting our networking skills to the test.
upvoted 0 times
...
Chandra
6 months ago
I'm already starting to get a headache just reading this. But I think the key is understanding the network topology and the specific requirements. We need to make sure R1 has the right routes, and also provide a backup in case something goes down. And those default routes to the Internet can't be too complicated either.
upvoted 0 times
...
Gabriele
6 months ago
Hmm, this looks like a tricky question. We need to configure static routing to ensure R1 prefers the path through R2 to reach PCI on R4's LAN, and also set up an alternate path through R3 in case of an outage. Plus, we need to configure default routes on R1 and R3 with the least number of hops to the Internet. Lots of moving parts here.
upvoted 0 times
Latonia
5 months ago
Once we have everything configured properly, we should test the connectivity end-to-end to ensure it all works.
upvoted 0 times
...
Chaya
5 months ago
Agreed, let's focus on each step and verify our configurations as we go along.
upvoted 0 times
...
Alease
5 months ago
Let's tackle one task at a time and make sure everything is set up correctly.
upvoted 0 times
...
Frank
5 months ago
Lastly, we need to configure default routes on R1 and R3 to the Internet with the least number of hops.
upvoted 0 times
...
Tiera
5 months ago
After that, we can set up an alternate path through R3 in case there's an outage.
upvoted 0 times
...
Margret
5 months ago
Let's start by configuring static routing to make R1 prefer the path through R2 to reach PCI on R4's LAN.
upvoted 0 times
...
Alverta
5 months ago
It sure does look tricky, but we can handle it step by step.
upvoted 0 times
...
...

Save Cancel
az-700  pass4success  az-104  200-301  200-201  cissp  350-401  350-201  350-501  350-601  350-801  350-901  az-720  az-305  pl-300  

Warning: Cannot modify header information - headers already sent by (output started at /pass.php:70) in /pass.php on line 77