8.2.1.4 Packet Tracer – Designing and Implementing a VLSM Addressing Scheme Answers

2016-10-25_092806

8.2.1.4 Packet Tracer – Designing and Implementing a VLSM Addressing Scheme Answers

Addressing Table

7

Objectives

Part 1: Examine the Network Requirements
Part 2: Design the VLSM Addressing Scheme
Part 3: Assign IP Addresses to Devices and Verify Connectivity

Background

In this activity, you are given a /24 network address to use to design a VLSM addressing scheme. Based on a set of requirements, you will assign subnets and addressing, configure devices and verify connectivity.

Part 1: Examine the Network Requirements

Step 1: Determine the number of subnets needed.

You will subnet the network address 10.11.48.0/24. The network has the following requirements:
Room-114 LAN will require 14 host IP addresses
Room-279 LAN will require 30 host IP addresses
Room-312 LAN will require 6 host IP addresses
Room-407 LAN will require 60 host IP addresses
How many subnets are needed in the network topology? 5 subnets

Step 2: Determine the subnet mask information for each subnet.

a. Which subnet mask will accommodate the number of IP addresses required for Room-114?
How many usable host addresses will this subnet support?
b. Which subnet mask will accommodate the number of IP addresses required for Room-279?
How many usable host addresses will this subnet support?
c. Which subnet mask will accommodate the number of IP addresses required for Room-312?
How many usable host addresses will this subnet support?
d. Which subnet mask will accommodate the number of IP addresses required for Room-407?
How many usable host addresses will this subnet support?
e. Which subnet mask will accommodate the number of IP addresses required for the connection between Branch1 and Branch2?

Part 2: Design the VLSM Addressing Scheme

Step 1: Divide the 10.11.48.0/24 network based on the number of hosts per subnet.

a. Use the first subnet to accommodate the largest LAN.
b. Use the second subnet to accommodate the second largest LAN.
c. Use the third subnet to accommodate the third largest LAN.
d. Use the fourth subnet to accommodate the fourth largest LAN.
e. Use the fifth subnet to accommodate the connection between Branch1 and Branch2.

Step 2: Document the VLSM subnets.

Complete the Subnet Table, listing the subnet descriptions (e.g. Room-114 LAN), number of hosts needed, then network address for the subnet, the first usable host address, and the broadcast address. Repeat until all addresses are listed.

Subnet Table

7

Step 3: Document the addressing scheme.

a. Assign the first usable IP addresses to Branch1 for the two LAN links and the WAN link.
b. Assign the first usable IP addresses to Branch2 for the two 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 3: Assign IP Addresses to Devices and Verify Connectivity

Most of the IP addressing is already configured on this network. Implement the following steps to complete the addressing configuration.

Step 1: Configure IP addressing on Branch1 LAN interfaces.
Step 2: Configure IP addressing on Room-312, including the default gateway.
Step 3: Configure IP addressing on PC-D, including the default gateway.
Step 4: Verify connectivity.

You can only verify connectivity from Branch1, Room-312, and PC-D. However, you should be able to ping every IP address listed in the Addressing Table.

Suggested Scoring Rubric

7

Instructor Notes:

The following addressing tables represent the three possible addressing scenarios the student may get. Note that
the Device column is independent of the addressing scheme. For example, a student could receive the device
names from Scenario 1 and the addressing scheme from Scenario 3. In addition, the three possible topologies
are also independent of the device names and the addressing scheme (click reset in the activity to see the
different topologies). Therefore, this activity uses three independent variables with three possible values each for
a total of 27 possible combinations (3 device names x 3 addressing schemes x 3 topologies = 27 isomorphs)

Scenario 1 – Network Address: 10.11.48.0/24

2016-10-25_213027
Subnet Table
2016-10-25_201921

Refer:

 

VLSM Calculator Online

2016-10-25_203641


d

Branch1>enable
Branch1#configure terminal
Branch1(config)#interface gigabitEthernet 0/0
Branch1(config-if)#ip address 10.11.48.97 255.255.255.240
Branch1(config-if)#no shutdown
Branch1(config-if)#exit

Branch1(config)#interface gigabitEthernet 0/1
Branch1(config-if)#ip address 10.11.48.65 255.255.255.224
Branch1(config-if)#no shutdown

Room-312>enable
Room-312#configure terminal
Room-312(config)#interface vlan 1
Room-312(config-if)#ip address 10.11.48.114 255.255.255.248
Room-312(config-if)#no shutdown
Room-312(config-if)#ip def 10.11.48.113

Scenario 2 – Network Address: 172.31.103.0/24

2016-10-25_213236
2016-10-25_210542
2016-10-25_210603

en
conf t
int g0/0
ip add 172.31.103.1 255.255.255.224
no shut
int g0/1
ip add 172.31.103.33 255.255.255.224
no shut

en
conf t
int vlan 1
ip add 172.31.103.66 255.255.255.240
no shut
ip def 172.31.103.65

Scenario 3 – Network Address: 192.168.72.0/24

2016-10-25_213339
2016-10-25_210857

2016-10-25_210925

en
conf t
int g0/0
ip add 192.168.72.129 255.255.255.240
no shut
int g0/1
ip add 192.168.72.97 255.255.255.224
no shut

en
conf t
int vlan 1
ip add 192.168.72.66 255.255.255.224
no shut
ip def 192.168.72.65

Download Packet Tracer (.pka) file:

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x