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 6 Question 83 Discussion

Actual exam question for Cisco's 200-301 exam
Question #: 83
Topic #: 6
[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:

Halina
3 months ago
Yes, using the least number of hops will ensure efficient routing to the Internet.
upvoted 0 times
...
Paulina
3 months ago
Should we also configure default routes on RI and R3 for Internet access?
upvoted 0 times
...
Willis
3 months ago
That's a good idea to ensure continuous connectivity to PCI on R4.
upvoted 0 times
...
Audrie
3 months ago
What about configuring an alternate path through R3 in case of primary path outage?
upvoted 0 times
...
Micah
4 months ago
Yes, that sounds like the correct approach to establish end-to-end connectivity.
upvoted 0 times
...
Providencia
4 months ago
I think we need to configure static routing on RI to ensure traffic goes through R2 to reach PCI on R4's LAN.
upvoted 0 times
...
Beatriz
4 months ago
Got it. Let's make sure to save our configurations before moving on to the next item.
upvoted 0 times
...
Kaitlyn
4 months ago
And don't forget to configure default routes on RI and R3 to the Internet with the least number of hops.
upvoted 0 times
...
Beatriz
4 months ago
Yes, that's one of the tasks. We also need to configure an alternate path through R3 in case of an outage.
upvoted 0 times
...
Kaitlyn
4 months ago
I think we need to configure static routing on RI to prefer the path through R2 to reach PCI on R4's LAN.
upvoted 0 times
Alfred
4 months ago
Looks like we have a plan to ensure end-to-end connectivity with the configurations. Let's get started!
upvoted 0 times
...
Gaynell
4 months ago
Right, that will optimize the traffic flow for better performance.
upvoted 0 times
...
Rossana
4 months ago
And don't forget to configure default routes on RI and R3 to the Internet using the least number of hops.
upvoted 0 times
...
Darci
4 months ago
Good point, having a backup route is important for network reliability.
upvoted 0 times
...
Eve
4 months ago
We should also configure an alternate path through R3 in case there's an outage on the primary path.
upvoted 0 times
...
Dusti
4 months ago
Agreed, that seems like the best option for ensuring connectivity.
upvoted 0 times
...
Salena
4 months ago
Let's configure static routing on RI to prefer the path through R2 to reach PCI on R4's LAN.
upvoted 0 times
...
...

Save Cancel