0% found this document useful (0 votes)
23 views5 pages

Day 19 - Subnetting Scenario

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views5 pages

Day 19 - Subnetting Scenario

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

P

Packet T
Tracer - Subnett
ting Sce
T
enario 1
Topology Addressing

A
g Table
Deevice Interface IP Adddress Subnet Mask Default
Gateway

R1 G00/0

G00/1
S0/0/0

R2 G00/0

G00/1

S0/0/0

S1 VLAN 1

S2 VLAN 1

S3 VLAN 1

S4 VLAN 1

PC1 NICC

PC22 NICC

PC33 NICC

PC44 NICC

2013 Cisco and


Objectives d/or its affiliates.
O All rights reserve
ed. This docume
Part 1: De
esign an IP A
Addressing S
Scheme

ent is Cisco Publ


© ic.Page 1 of 4
Packet Tracer - Subnetting Scenario 1

Part 2: Assign IP Addresses to Network Devices and Verify Connectivity

Scenario
In this activity, you are given the network address of 192.168.100.0/24 to subnet and provide the IP
addressing for the network shown in the topology. Each LAN in the network requires enough space for, at
least, 25 addresses for end devices, the switch and the router. The connection between R1 to R2 will require
an IP address for each end of the link.

Part 1: Design an IP Addressing Scheme

Step 1: Subnet the 192.168.100.0/24 network into the appropriate number of subnets. a.
Based on the topology, how many subnets are needed?
b. How many bits must be borrowed to support the number of subnets in the topology table?
c. How many subnets does this create?
d. How many usable hosts does this create per subnet?
Note: If your answer is less than the 25 hosts required, then you borrowed too many bits.
e. Calculate the binary value for the first five subnets. The first subnet is already shown. Net
0: 192 . 168 . 100 . 0 0 0 0 0 0 0 0
Net 1: 192 . 168 . 100 . ___ ___ ___ ___ ___ ___ ___ ___
Answer:
Net 1: 192 . 168 . 100 . 0 0 1 0 0 0 0 0

Net 2: 192 . 168 . 100 . ___ ___ ___ ___ ___ ___ ___ ___
Answer:
Net 2: 192 . 168 . 100 . 0 1 0 0 0 0 0 0

Net 3: 192 . 168 . 100 . ___ ___ ___ ___ ___ ___ ___ ___
Answer:
Net 3: 192 . 168 . 100 . 0 1 1 0 0 0 0 0

Net 4: 192 . 168 . 100 . ___ ___ ___ ___ ___ ___ ___ ___
Answer:
Net 4: 192 . 168 . 100 . 1 0 0 0 0 0 0 0

f. Calculate the binary and decimal value of the new subnet mask.
11111111.11111111.11111111. ___ ___ ___ ___ ___ ___ ___ ___
Answer:
11111111.11111111.111111111. 1 1 1 0 0 0 0 0

255 . 255 . 255 . ______


answe:
255 . 255 . 255 . 224

g. Fill in the Subnet Table, listing the decimal value of all available subnets, the first and last usable host
address, and the broadcast address. Repeat until all addresses are listed.
Note: You may not need to use all rows.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 4
Packet Tracer - Subnetting Scenario 1

Subnet Table
Subnet Subnet Address First Usable Last Usable Broadcast Address
Number Host Address Host Address

0 192.168.100.0 192.168.100.1 192.168.100.30 192.168.100.31


1 192.168.100.32 192.168.100.33 192.168.100.62 192.168.100.63

2 192.168.100.64 192.168.100.65 192.168.100.94 192.168.100.95

3 192.168.100.96 192.168.100.97 192.168.100.126 192.168.100.127

4 192.168.100.128 192.168.100.129 192.168.100.158 192.168.100.159

5 192.168.100.160 192.168.100.161 192.168.100.190 192.168.100.191

6 192.168.100.192 192.168.100.193 192.168.100.222 192.168.100.223

7 192.168.100.224 192.168.100.225 192.168.100.254 192.168.100.255

10

Step 2: Assign the subnets to the network shown in the topology.


a. Assign Subnet 0 to the LAN connected to the GigabitEthernet 0/0 interface of R1:
b. Assign Subnet 1 to the LAN connected to the GigabitEthernet 0/1 interface of R1:
c. Assign Subnet 2 to the LAN connected to the GigabitEthernet 0/0 interface of R2:
d. Assign Subnet 3 to the LAN connected to the GigabitEthernet 0/1 interface of R2:
e. Assign Subnet 4 to the WAN link between R1 to R2:

Step 3: Document the addressing scheme.


Fill in the Addressing Table using the following guidelines:
a. Assign the first usable IP addresses to R1 for the two LAN links and the WAN link.
b. Assign the first usable IP addresses to R2 for the LANs links. Assign the last usable IP address for the
WAN link.
c. Assign the second usable IP addresses to the switches.
d. Assign the last usable IP addresses to the hosts.

Part 2: Assign IP Addresses to Network Devices and Verify Connectivity


Most of the IP addressing is already configured on this network. Implement the following steps to complete
the addressing configuration.
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 4
Packet Tracer - Subnetting Scenario 1

Step 1: Configure IP addressing on R1 LAN interfaces.

Step 2: Configure IP addressing on S3, including the default gateway.

Step 3: Configure IP addressing on PC4, including the default gateway.

Step 4: Verify connectivity.


You can only verify connectivity from R1, S3, and PC4. However, you should be able to ping every IP address
listed in the Addressing Table.

Suggested Scoring Rubric


Activity Section Question Possible Earned
Location Points Points

Part 1: Design an IP Step 1a 1


Addressing Scheme
Step 1b 1

Step 1c 1

Step 1d 1

Step 1e 4

Step 1f 2

Complete Subnet Table Step 1g 10

Assign Subnets Step 2 10

Document Addressing Step 3 40

Part 1 Total 70

Packet Tracer Score 30

Total Score 100

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 4

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy