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

All physical cabling is in place. A company plans to deploy 32 new sites.The sites will utilize both IPv4 and IPv6 networks.1 . Subnet 172.25.0.0/16 to meet the subnet requirements and maximizethe number of hostsUsing the second subnet* Assign the first usable IP address to e0/0 on Sw1O1* Assign the last usable IP address to e0/0 on Sw1022. Subnet to meet the subnet requirements and maximizethe number of hostsc Using the second subnet* Assign an IPv6 GUA using a unique 64-Bit interface identifieron e0/0 on Sw101* Assign an IPv6 GUA using a unique 64-Bit interface identifieron eO/O on swi02GuidelinesThis 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 usingthe 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.
A) See the Explanation for the solution

Cisco 200-301 Exam - Topic 4 Question 86 Discussion

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

All physical cabling is in place. A company plans to deploy 32 new sites.

The sites will utilize both IPv4 and IPv6 networks.

1 . Subnet 172.25.0.0/16 to meet the subnet requirements and maximize

the number of hosts

Using the second subnet

* Assign the first usable IP address to e0/0 on Sw1O1

* Assign the last usable IP address to e0/0 on Sw102

2. Subnet to meet the subnet requirements and maximize

the number of hosts

c Using the second subnet

* Assign an IPv6 GUA using a unique 64-Bit interface identifier

on e0/0 on Sw101

* Assign an IPv6 GUA using a unique 64-Bit interface identifier

on eO/O on swi02

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 subnet 172.25.0.0/16 to meet the subnet requirements and maximize the number of hosts, you need to determine how many bits you need to borrow from the host portion of the address to create enough subnets for 32 sites. Since 32 is 2^5, you need to borrow 5 bits, which means your new subnet mask will be /21 or 255.255.248.0. To find the second subnet, you need to add the value of the fifth bit (32) to the third octet of the network address (0), which gives you 172.25.32.0/21 as the second subnet. The first usable IP address in this subnet is 172.25.32.1, and the last usable IP address is 172.25.39.254.

To assign the first usable IP address to e0/0 on Sw101, you need to enter the following commands on the device console:

Sw101#configure terminal Sw101(config)#interface e0/0 Sw101(config-if)#ip address 172.25.32.1 255.255.248.0 Sw101(config-if)#no shutdown Sw101(config-if)#end

To assign the last usable IP address to e0/0 on Sw102, you need to enter the following commands on the device console:

Sw102#configure terminal Sw102(config)#interface e0/0 Sw102(config-if)#ip address 172.25.39.254 255.255.248.0 Sw102(config-if)#no shutdown Sw102(config-if)#end

To subnet an IPv6 GUA to meet the subnet requirements and maximize the number of hosts, you need to determine how many bits you need to borrow from the interface identifier portion of the address to create enough subnets for 32 sites. Since 32 is 2^5, you need to borrow 5 bits, which means your new prefix length will be /69 or ffff:ffff:ffff:fff8::/69 (assuming that your IPv6 GUA has a /64 prefix by default). To find the second subnet, you need to add the value of the fifth bit (32) to the fourth hextet of the network address (0000), which gives you xxxx:xxxx:xxxx:0020::/69 as the second subnet (where xxxx:xxxx:xxxx is your IPv6 GUA prefix). The first and last IPv6 addresses in this subnet are xxxx:xxxx:xxxx:0020::1 and xxxx:xxxx:xxxx:0027:ffff:ffff:ffff:fffe respectively.

To assign an IPv6 GUA using a unique 64-bit interface identifier on e0/0 on Sw101, you need to enter the following commands on the device console (assuming that your IPv6 GUA prefix is 2001:db8::/64):

Sw101#configure terminal Sw101(config)#interface e0/0 Sw101(config-if)#ipv6 address 2001:db8::20::1/69 Sw101(config-if)#no shutdown Sw101(config-if)#end

To assign an IPv6 GUA using a unique 64-bit interface identifier on e0/0 on Sw102, you need to enter the following commands on the device console (assuming that your IPv6 GUA prefix is 2001:db8::/64):

Sw102#configure terminal Sw102(config)#interface e0/0 Sw102(config-if)#ipv6 address 2001:db8::27::fffe/69 Sw102(config-if)#no shutdown Sw102(config-if)#end


Contribute your Thoughts:

0/2000 characters
Maryann
9 months ago
32 sites? That's a big rollout!
upvoted 0 times
...
Antione
9 months ago
Just make sure to save configs to NVRAM!
upvoted 0 times
...
Rebbeca
10 months ago
Wait, are we sure about the IPv6 GUA assignment?
upvoted 0 times
...
Colby
10 months ago
Totally agree, that maximizes hosts!
upvoted 0 times
...
Reita
10 months ago
The second subnet will be 172.25.1.0/24.
upvoted 0 times
...
Gary
10 months ago
I feel like we did a similar question in class, but I can't quite remember the exact details for assigning the IPs to the interfaces.
upvoted 0 times
...
Alberto
11 months ago
For the IPv6 part, I need to recall how to create a unique 64-bit interface identifier. I hope I can remember the steps during the exam!
upvoted 0 times
...
Glen
11 months ago
I think the second subnet will be 172.25.1.0/24, right? That should give us enough usable IPs for the two switches.
upvoted 0 times
...
Dominque
11 months ago
I remember we practiced subnetting a /16 before, but I'm a bit unsure about how to maximize the number of hosts in this case.
upvoted 0 times
...
Salome
11 months ago
Ugh, subnetting and IPv6, my two least favorite topics. But I'll take it step-by-step and try to work through this systematically. Hopefully I can at least get partial credit if I get stuck on any of the details.
upvoted 0 times
...
Kris
11 months ago
No problem, I've got this. I'll subnet the 172.25.0.0/16 network to get the maximum number of hosts, then assign the first and last usable IP addresses as specified. For the IPv6, I'll use the unique 64-bit interface identifier technique.
upvoted 0 times
...
Willetta
11 months ago
Hmm, I'm a bit confused by the IPv6 part. I'll need to review my notes on IPv6 addressing and how to assign a unique 64-bit interface identifier.
upvoted 0 times
...
Lovetta
11 months ago
Okay, this looks like a classic subnetting and IPv6 assignment question. I'll need to carefully plan out the subnet calculations and IPv6 addressing to maximize the number of hosts.
upvoted 0 times
...
Merlyn
11 months ago
This looks straightforward enough. I'll just need to make sure I follow the guidelines closely and don't miss any of the specific requirements. With a little focus, I think I can nail this one.
upvoted 0 times
...
Marsha
11 months ago
I'm pretty sure a focus group is a type of qualitative research, so I'll go with option B.
upvoted 0 times
...
Odette
11 months ago
I'm not really sure about the variance part. I thought variance would also go down with larger samples, but I don't recall if it's divided or multiplied.
upvoted 0 times
...
Judy
11 months ago
I remember we had a similar question in our practice exam about AV pairs, but I'm not sure if it was specifically about read-only roles.
upvoted 0 times
...
Georgeanna
11 months ago
Hmm, I'm a bit confused by the template syntax here. I'll need to review my notes on template functions to make sure I understand how they work.
upvoted 0 times
...
Ashanti
11 months ago
Wait, I'm a bit confused. Is it every 5,000 packets, 10,000 packets, or something else? I need to review the TKIP details again.
upvoted 0 times
...
Queen
2 years ago
Wait, do I need to assign an IPv6 address to the toaster or just the switches? This exam is getting too technical for my liking.
upvoted 0 times
Teri
2 years ago
The IPv6 addresses are only for the switches, not the toaster.
upvoted 0 times
...
Lindsey
2 years ago
Don't worry, you only need to assign IPv6 addresses to the switches.
upvoted 0 times
...
Catarina
2 years ago
Just the switches, not the toaster.
upvoted 0 times
...
...
Micaela
2 years ago
32 new sites? That's a lot of work. I hope the instructions are clear, or else I'm going to be scratching my head for hours.
upvoted 0 times
Chauncey
2 years ago
I hope the instructions are easy to follow, or we'll be in trouble.
upvoted 0 times
...
Erinn
2 years ago
Let's just follow the guidelines carefully and we should be fine.
upvoted 0 times
...
Anisha
2 years ago
I know, 32 new sites sounds like a big project.
upvoted 0 times
...
Elliot
2 years ago
I hope the instructions are detailed enough to make it easier.
upvoted 0 times
...
Iesha
2 years ago
I know, 32 new sites sounds like a big project.
upvoted 0 times
...
Ernest
2 years ago
I hope the instructions are straightforward, or we'll be in trouble.
upvoted 0 times
...
Lezlie
2 years ago
I know, 32 new sites sound like a lot to set up.
upvoted 0 times
...
...
Yong
2 years ago
I wonder if there's a trick to this. Maybe I should doodle some subnet diagrams before jumping in.
upvoted 0 times
Stephane
2 years ago
Yeah, subnetting can get tricky if you don't have a clear plan.
upvoted 0 times
...
Dalene
2 years ago
It's always a good idea to plan ahead with subnetting.
upvoted 0 times
...
...
Judy
2 years ago
Hmm, IPv4 and IPv6, huh? Better not mess this up. Time to put my networking skills to the test!
upvoted 0 times
...
Fannie
2 years ago
Alright, let's see if I can subnet this correctly. Gotta maximize those hosts!
upvoted 0 times
Alease
2 years ago
Assign an IPv6 GUA using a unique 64-Bit interface identifier on e0/0 on Sw102.
upvoted 0 times
...
Vannessa
2 years ago
Assign an IPv6 GUA using a unique 64-Bit interface identifier on e0/0 on Sw101.
upvoted 0 times
...
Nicolette
2 years ago
Now, let's move on to assigning IPv6 GUAs with unique 64-Bit interface identifiers.
upvoted 0 times
...
Adelina
2 years ago
Assign the last usable IP address to e0/0 on Sw102.
upvoted 0 times
...
Shelton
2 years ago
Assign the first usable IP address to e0/0 on Sw101.
upvoted 0 times
...
Vivienne
2 years ago
Assign the first usable IP address to e0/0 on Sw101 and the last usable IP address to e0/0 on Sw102.
upvoted 0 times
...
Pearlie
2 years ago
Let's start by subnetting 172.25.0.0/16.
upvoted 0 times
...
Sharee
2 years ago
Make sure to subnet the 172.25.0.0/16 network to maximize hosts.
upvoted 0 times
...
...

Save Cancel