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 200-301 Exam - Topic 6 Question 83 Discussion

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.)
A) interface Gi0/1 ipv6 address 2001:db8:0F1B:FCCB:ACCE:FCED:ABCD:FA02:/127
B) interface Gi0/0 ipv6 address 2001:db8:1:AFFF::/64 eui-64
C) interface Gi0/1 ipv6 address 2001:db8:0F1B:FCCB:ACCE:FCED:ABCD:FA00:/127
D) interface Gi0/0 ipv6 address 2001:db8:0:AFFF::/64 eui-64
E) interface Gi0/0 ipv6 address 2001:db8:0F1B:FCCB:ACCE:FCED:ABCD:FA03;/127

Cisco 200-301 Exam - 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:

0/2000 characters
Geoffrey
9 months ago
Wait, are we sure about those address formats? They look weird.
upvoted 0 times
...
Charisse
9 months ago
D is definitely a valid option too!
upvoted 0 times
...
Frederick
10 months ago
C seems off, that address doesn't match the requirements.
upvoted 0 times
...
Weldon
10 months ago
I think B is the right choice for the LAN interface.
upvoted 0 times
...
Marget
10 months ago
Option A looks correct for the uplink.
upvoted 0 times
...
Pamella
10 months ago
I feel like A is definitely one of the correct answers for the uplink, but I'm torn between C and E for the LAN interface.
upvoted 0 times
...
Jonelle
11 months ago
I'm a bit confused about the self-provisioning part. Does that mean we should definitely go with E for the LAN?
upvoted 0 times
...
Bethanie
11 months ago
I remember practicing a question similar to this, and I think the LAN interface should be configured with a /64. So, could it be B or D?
upvoted 0 times
...
Glenna
11 months ago
I think the uplink should use a /127 subnet, so maybe A or C? But I'm not entirely sure about the exact address.
upvoted 0 times
...
Val
11 months ago
You know, I think you're right, Krystal. After re-reading the question, I believe the correct answers are B and C. Option B is for the self-provisioned LAN interface, and option C is for the manually assigned uplink interface.
upvoted 0 times
...
Krystal
11 months ago
Hmm, I'm not sure about that. I think option C might be one of the correct answers, as it also uses a manual IPv6 address assignment for the uplink interface.
upvoted 0 times
...
Cammy
11 months ago
I'm pretty confident that the correct answers are B and D. Option B configures the LAN interface with a self-provisioned IPv6 address using EUI-64, and option D sets the uplink interface with a manually assigned IPv6 address.
upvoted 0 times
...
Ula
11 months ago
Okay, let's break this down. The uplink to the ISP needs a manual IPv6 address assignment, and the LAN interface needs to be self-provisioned. I think the key is figuring out which of these options match those requirements.
upvoted 0 times
...
Kristofer
11 months ago
This question seems straightforward, but I want to make sure I understand the requirements correctly before answering.
upvoted 0 times
...
Ashley
11 months ago
I'm a little confused by the wording of this question. Is the "cloud motif" referring to a specific cloud computing model or framework? I'll have to re-read the question and options to make sure I understand what they're asking.
upvoted 0 times
...
Keneth
11 months ago
Hmm, I'm a bit unsure about the difference between operational and strategic responsibilities here. I'll have to think this through carefully.
upvoted 0 times
...
Noelia
11 months ago
Hmm, I'm a bit unsure about this one. I know materiality is an important concept in auditing, but I'm not totally clear on how it applies to client representations. I'll have to review my notes and try to reason through the options.
upvoted 0 times
...
Gertude
11 months ago
Okay, let's see. The print cartridge is a key part of the imaging system, but I'm not sure if it's the majority of the components. I'll have to make an educated guess on this one.
upvoted 0 times
...
Rosio
1 year 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
1 year 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
Janine
1 year ago
Let's stick to the other options that make more sense.
upvoted 0 times
...
Viki
1 year ago
I agree, that option seems off. Better to avoid it.
upvoted 0 times
...
Breana
1 year ago
Yeah, that does look like a typo. Good catch!
upvoted 0 times
...
...
Carmen
1 year 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
Lanie
1 year ago
Both options A and D are valid choices depending on the specific requirements of the network. It's important to consider the design and scalability factors.
upvoted 0 times
...
Joana
1 year ago
I see your point, but option D is also a valid choice as it provides a more general /64 prefix for the LAN interface.
upvoted 0 times
...
Eleonora
1 year ago
Option A is actually correct because a /127 prefix length is commonly used for point-to-point links.
upvoted 0 times
...
Elke
1 year ago
User 3: Let's go with option D then to be on the safe side.
upvoted 0 times
...
Pamela
1 year ago
User 2: I agree, option D seems like a safer choice.
upvoted 0 times
...
Veronica
1 year ago
User 1: I think option A is too specific with the /127 prefix length for the LAN interface.
upvoted 0 times
...
...
Mireya
1 year 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
1 year ago
Yes, option B with the manual assignment for the uplink interface on R1 is the right configuration.
upvoted 0 times
...
Vannessa
1 year ago
I agree, option B is the correct choice for configuring the uplink between R1 and the ISP.
upvoted 0 times
...
...
Nan
1 year 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
1 year ago
I disagree, I believe options A and C are the right ones because they match the requirements.
upvoted 0 times
...
Nan
1 year ago
I think the correct configurations for R1 are options B and D.
upvoted 0 times
...

Save Cancel