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]

Refer to the exhibit. IPv6 must be implemented on R1 to the ISP The uplink between R1 and the ISP must be configured with a manual assignment, and the LAN interface must be self-provisioned Both connections must use the applicable IPv6 networks Which two configurations must be applied to R1? (Choose two.)

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:

Rosio
16 days ago
Ha! Option E with the 'ABCD:FA03' address - must be the 'password is the IPv6 address' kind of question. Nice try, but I'm sticking to the textbook answers.
upvoted 0 times
...
Leatha
19 days ago
Hold up, option E has a semicolon instead of a slash in the IPv6 address. That's gotta be a typo, right? Not touching that one.
upvoted 0 times
...
Carmen
27 days ago
I'm not sure about the /127 prefix length for the LAN interface in option A. Isn't that a bit too specific? I'd go with option D to be safe.
upvoted 0 times
Pamela
3 days ago
User 2: I agree, option D seems like a safer choice.
upvoted 0 times
...
Veronica
5 days ago
User 1: I think option A is too specific with the /127 prefix length for the LAN interface.
upvoted 0 times
...
...
Mireya
1 months ago
Hmm, the question mentions the uplink between R1 and the ISP must be configured with a manual assignment, so option B seems like the way to go.
upvoted 0 times
Reuben
11 days ago
Yes, option B with the manual assignment for the uplink interface on R1 is the right configuration.
upvoted 0 times
...
Vannessa
15 days ago
I agree, option B is the correct choice for configuring the uplink between R1 and the ISP.
upvoted 0 times
...
...
Nan
2 months ago
Hmm, you might be right. Let's review the requirements again to make sure we choose the best configurations for R1.
upvoted 0 times
...
Nidia
2 months ago
I disagree, I believe options A and C are the right ones because they match the requirements.
upvoted 0 times
...
Nan
2 months ago
I think the correct configurations for R1 are options B and D.
upvoted 0 times
...

Save Cancel