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 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:

Queen
4 months 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
3 months ago
The IPv6 addresses are only for the switches, not the toaster.
upvoted 0 times
...
Lindsey
3 months ago
Don't worry, you only need to assign IPv6 addresses to the switches.
upvoted 0 times
...
Catarina
4 months ago
Just the switches, not the toaster.
upvoted 0 times
...
...
Micaela
4 months 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
3 months ago
I hope the instructions are easy to follow, or we'll be in trouble.
upvoted 0 times
...
Erinn
3 months ago
Let's just follow the guidelines carefully and we should be fine.
upvoted 0 times
...
Anisha
3 months ago
I know, 32 new sites sounds like a big project.
upvoted 0 times
...
Elliot
4 months ago
I hope the instructions are detailed enough to make it easier.
upvoted 0 times
...
Iesha
4 months ago
I know, 32 new sites sounds like a big project.
upvoted 0 times
...
Ernest
4 months ago
I hope the instructions are straightforward, or we'll be in trouble.
upvoted 0 times
...
Lezlie
4 months ago
I know, 32 new sites sound like a lot to set up.
upvoted 0 times
...
...
Yong
4 months ago
I wonder if there's a trick to this. Maybe I should doodle some subnet diagrams before jumping in.
upvoted 0 times
Stephane
4 months ago
Yeah, subnetting can get tricky if you don't have a clear plan.
upvoted 0 times
...
Dalene
4 months ago
It's always a good idea to plan ahead with subnetting.
upvoted 0 times
...
...
Judy
5 months ago
Hmm, IPv4 and IPv6, huh? Better not mess this up. Time to put my networking skills to the test!
upvoted 0 times
...
Fannie
5 months ago
Alright, let's see if I can subnet this correctly. Gotta maximize those hosts!
upvoted 0 times
Alease
3 months ago
Assign an IPv6 GUA using a unique 64-Bit interface identifier on e0/0 on Sw102.
upvoted 0 times
...
Vannessa
4 months ago
Assign an IPv6 GUA using a unique 64-Bit interface identifier on e0/0 on Sw101.
upvoted 0 times
...
Nicolette
4 months ago
Now, let's move on to assigning IPv6 GUAs with unique 64-Bit interface identifiers.
upvoted 0 times
...
Adelina
4 months ago
Assign the last usable IP address to e0/0 on Sw102.
upvoted 0 times
...
Shelton
4 months ago
Assign the first usable IP address to e0/0 on Sw101.
upvoted 0 times
...
Vivienne
4 months 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
4 months ago
Let's start by subnetting 172.25.0.0/16.
upvoted 0 times
...
Sharee
4 months ago
Make sure to subnet the 172.25.0.0/16 network to maximize hosts.
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