New Year Sale 2026! 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 84 Discussion

Actual exam question for Cisco's 200-301 exam
Question #: 84
Topic #: 6
[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
Avery
3 months ago
Last usable IP for Sw102 should be 172.25.255.254, if I’m not mistaken.
upvoted 0 times
...
Angelo
3 months ago
First usable IP for Sw101 is 172.25.0.1, right?
upvoted 0 times
...
Laila
4 months ago
Wait, are we really using both IPv4 and IPv6? Seems like a lot to manage.
upvoted 0 times
...
Eric
4 months ago
Totally agree, maximizing hosts is key for scalability.
upvoted 0 times
...
Antonio
4 months ago
Subnetting 172.25.0.0/16 gives us plenty of room for hosts!
upvoted 0 times
...
Filiberto
4 months ago
I remember saving configurations to NVRAM was emphasized in our practice labs. I just need to make sure I don't forget that step!
upvoted 0 times
...
Laurel
4 months ago
For the IPv6 part, I feel a bit lost on how to create a unique 64-bit interface identifier. I hope I can figure it out when I see the devices.
upvoted 0 times
...
Rikki
5 months ago
I think we did a similar question where we had to assign usable IP addresses to interfaces. I hope I can recall the steps correctly during the exam.
upvoted 0 times
...
Margurite
5 months ago
I remember we practiced subnetting a /16 before, but I'm not entirely sure how to maximize the number of hosts in the second subnet.
upvoted 0 times
...
German
5 months ago
Okay, let me think this through. For the IPv4 part, I need to find the right subnet mask to get the maximum number of hosts per subnet. Then I can assign the first and last usable IPs. The IPv6 part is new to me, so I'll need to be careful there and make sure I understand the requirements.
upvoted 0 times
...
Ashanti
5 months ago
No problem, I've got this. I've done plenty of these types of questions before. I'll just quickly subnet the IPv4 network, assign the addresses, then move on to the IPv6 part. Piece of cake!
upvoted 0 times
...
Herminia
5 months ago
Hmm, this looks like a tricky one. I'm a bit confused about the IPv6 part - I'll need to review my notes on IPv6 subnetting and addressing before I tackle that. But the IPv4 subnetting should be straightforward enough if I can just remember the steps.
upvoted 0 times
...
Jannette
5 months ago
Okay, let's break this down step-by-step. First, I need to subnet the 172.25.0.0/16 network to maximize the number of hosts. Then I'll assign the first and last usable IP addresses as specified. For the IPv6 part, I'll need to create a unique 64-bit interface identifier for each switch.
upvoted 0 times
...
Shantay
5 months ago
This is a good opportunity to apply my knowledge of MPLS VPNs. I'll methodically go through each statement and determine which one is false.
upvoted 0 times
...
Anika
5 months ago
I'm a bit hazy on the calculations, but I think you need to find how much NPV drops per unit change in costs. Is the percentage calculated based on the total costs or just the change?
upvoted 0 times
...
Dominic
5 months ago
This looks like a straightforward question about business metrics. I'm pretty confident I know the answer - it's Key Performance Indicators.
upvoted 0 times
...
Beckie
5 months ago
I'm a bit unsure about the LDAP requirement. I know it's mentioned in some scenarios, but it's not clear if we need it for Unity Connection.
upvoted 0 times
...
Kimberlie
2 years ago
We've got this. Stick to the guidelines, focus on tasks, and verify before submitting.
upvoted 0 times
...
Lakeesha
2 years ago
About the IPv6 GUA, remember to use unique 64-bit interface identifiers. Any ideas on syntax?
upvoted 0 times
...
Quentin
2 years ago
Exactly. Subnetting for maximizing hosts is key here. Just make sure to divide logically.
upvoted 0 times
...
Juan
2 years ago
Yeah, blurring some circuits. If we start with 172.25.0.0/16, it'll give us plenty of hosts. Right?
upvoted 0 times
...
Weldon
2 years ago
I feel you. Confusing with all the steps involved. Did you figure out the IPv4 subnetting?
upvoted 0 times
...
Quentin
2 years ago
Struggling with the IP assignment part. The guidelines seem very detailed.
upvoted 0 times
...

Save Cancel