You are on page 1of 35

LAPORAN EKSPERIMEN

JARINGAN KOMPUTER B
Subnetting

Disusun oleh:
Nama : Alfian Fadli Pramadhan
NIM : 15/383120/PA/16780
Tanggal : 13 Maret 2017
Asisten Praktikum : Zainul Anam

LABORATORIUM ELEKTRONIKA DASAR DAN INSTRUMENTASI DASAR


DEPARTEMEN ILMU KOMPUTER DAN ELEKTRONIKA
FAKULTAS MATEMATIKA DAN ILMU PENGETAHUAN ALAM
UNIVERSITAS GADJAH MADA
2017
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Lab 10.6.1: Creating a Small Lab Topology

Topology Diagram

Learning Objectives
Upon completion of this lab, you will be able to:
• Design the logical network.
• Configure the physical lab topology.
• Configure the logical LAN topology.
• Verify LAN connectivity.

Background

Hardware Qty Description


Cisco Router 1 Part of CCNA Lab
bundle
Cisco Switch 1 Part of CCNA Lab
bundle
*Computer (host) 3 Lab computer
Cat-5 or better straight-through UTP cables 3 Connects Router1
and computers Host1
and Host2 to Switch1
Cat-5 crossover UTP cable 1 Connects computer
Host1 to Router1
Table 1. Equipment and Hardware for Lab

Gather the necessary equipment and cables. To configure the lab, refer to the equipment and hardware
listed in Table 1.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Scenario
In this lab you will create a small network that requires connecting network devices and configuring host
computers for basic network connectivity. SubnetA and SubnetB are subnets that are currently needed.
th
SubnetC and SubnetD are anticipated subnets, not yet connected to the network. The 0 subnet will be
used.
Note: Appendix 1 contains a subnet chart for the last IP address octet.

Task 1: Design the Logical Network.


Given an IP address and mask of 172.20.0.0 / 24 (address / mask), design an IP addressing
scheme that satisfies the following requirements:

Subnet Number of Hosts


SubnetA 2 maximum
SubnetB 6 maximum
SubnetC 47 maximum
SubnetD 125 maximum

Host computers from each subnet will use the first available IP address in the address block. Router
interfaces will use the last available IP address in the address block.

Step 1: Design SubnetD address block.


Begin the logical network design by satisfying the requirement of SubnetD, which requires the largest
block of IP addresses. Refer to the subnet chart, and pick the first address block that will support
SubnetD.
Fill in the following table with IP address information for SubnetD:

Network Mask First Host Last Host Broadcast


Address Address Address
172.20.0.0 255.255.255.128 172.20.0.1 172.20.0.126 172.20.0.127
What is the bit mask? 11111111.1111111.11111111.10000000

Step 2: Design SubnetC address block.


Satisfy the requirement of SubnetC, the next largest IP address block. Refer to the subnet chart, and pick
the next available address block that will support SubnetC.
Fill in the following table with IP address information for SubnetC:

Network Mask First Host Last Host Broadcast


Address Address Address
172.20.0.128 255.255.255.192 172.20.0.129 172.20.0.190 172.20.0.191
What is the bit mask? 11111111.1111111.11111111.11000000

Step 3: Design SubnetB address block.


Satisfy the requirement of SubnetB, the next largest IP address block. Refer to the subnet chart, and pick
the next available address block that will support SubnetB.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Fill in the following table with IP address information for SubnetB:


Network Mask First Host Last Host Broadcast
Address Address Address
172.20.0.192 255.255.255.248 172.20.0.193 172.20.0.198 172.20.0.199
What is the bit mask? 11111111.1111111.11111111.11111000

Step 4: Design SubnetA address block.


Satisfy the requirement of SubnetA. Refer to the subnet chart, and pick the next available address block
that will support SubnetA.
Fill in the following table with IP address information for SubnetA:
Network Mask First Host Last Host Broadcast
Address Address Address
172.20.0.200 255.255.255.252 172.20.0.201 172.20.0.202 172.20.0.203
What is the bit mask? 11111111.1111111.11111111.11111100
Task 2: Configure the Physical Lab Topology.

Step 1: Physically connect devices.

Figure 1. Cabling the Network

Cable the network devices as shown in Figure 1.


What cable type is needed to connect Host1 to Router1, and why?
Jenis kabel yang diperlukan untuk menghubungkan Host1 dengan Router1 adalah Kabel Crossover. Kabel
Crossover digunakan untuk menghubungkan perangkat jaringan yang memiliki antarmuka (interface)
jaringan yang sama. Router pada dasarnya merupakan sebuah komputer yang dirancang khusus untuk
mengatur jaringan komputer, sehingga memiliki antarmuka yang sama. Oleh karena itu Host1 dan Router1
dihubungkan dengan Kabel Crossover.

What cable type is needed to connect Host1, Host2, and Router1 to Switch1, and why?
Jenis kabel yang diperlukan untuk menghubungkan Host1, Host2, dan Router1 ke Switch1 adalah Kabel
straight, karena kabel tersebut digunakan untuk menghubungkan perangkat yang memiliki antarmuka
(interface) jaringan yang berbeda di dalam jaringan. Oleh karena itu, Host1, Host2, dan Router1
dihubungkan menggunakan kabel straight ke switch.
If not already enabled, turn power on to all devices.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Step 2: Visually inspect network connections


After cabling the network devices, take a moment to verify the connections. Attention to detail now will
minimize the time required to troubleshoot network connectivity issues later. Ensure that all switch
connections show green. Any switch connection that does not transition from amber to green should be
investigated. Is the power applied to the connected device? Is the correct cable used? Is the correct
cable good?
What type of cable connects Router1 interface Fa0/0 to Host1? Kabel Crossover
What type of cable connects Router1 interface Fa0/1 to Switch1? Kabel Straight
What type of cable connects Host2 to Switch1? Kabel Straight
What type of cable connects Host3 to Switch1? Kabel Straight
Is all equipment turned on? Ya

Task 3: Configure the Logical Topology.

Step 1: Document logical network settings.


The host computer Gateway IP address is used to send IP packets to other networks. Therefore, the
Gateway address is the IP address assigned to the router interface for that subnet.
From the IP address information recorded in Task 1, write down the IP address information for
each computer:

Host1
IP Address 172.20.0.201
IP Mask 255.255.255.252
Gateway Address 172.20.0.202

Host2
IP Address 172.20.0.193
IP Mask 255.255.255.248
Gateway Address 172.20.0.198

Host3
IP Address 172.20.0.194
IP Mask 255.255.255.248
Gateway Address 172.20.0.198

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Step 2: Configure Host1 computer.


On Host1, click Start > Control Panel > Network Connections. Right-click the Local Area Connection
device icon and choose Properties.
On the General tab, select Internet Protocol (TCP/IP), and then click the Properties button.

Figure 2. Host1 IP Address and Gateway Settings

Refer to Figure 2 for Host1 IP address and gateway settings. Manually enter the following information,
recorded in Step 1, above:

IP address: Host1 IP address Subnet


mask: Host1 subnet mask Default
gateway: Gateway IP address

When finished, close the Internet Protocols (TCP/IP) Properties window by clicking OK. Close the Local
Area Connection window. Depending on the Windows operating system, the computer may require a
reboot for changes to be effective.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology
Step 3: Configure Host2 and Host3 computers.
Repeat Step 2 for computers Host2 and Host3, using the IP address information for those computers.

Task 4: Verify Network Connectivity.


Verify with your instructor that Router1 has been configured. Otherwise, connectivity will be broken
between LANs. Switch1 should have a default configuration.
Network connectivity can be verified with the W indows ping command. Open a windows terminal by
clicking Start > Run. Type cmd, and press Enter.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Use the following table to methodically verify and record connectivity with each network device. Take
corrective action to establish connectivity if a test fails:

From To IP Address Ping Results


Host1 Gateway (Router1, Fa0/0) 172.20.0.202 Berhasil
Host1 Router1, Fa0/1 172.20.0.198 Berhasil
Host1 Host2 172.20.0.193 Berhasil
Host1 Host3 172.20.0.194 Berhasil
Host2 Host3 172.20.0.194 Berhasil
Host2 Gateway (Router1, Fa0/1) 172.20.0.198 Berhasil
Host2 Router1, Fa0/0 172.20.0.202 Berhasil
Host2 Host1 172.20.0.201 Berhasil
Host3 Host2 172.20.0.193 Berhasil
Host3 Gateway (Router1, Fa0/1) 172.20.0.198 Berhasil
Host3 Router1, Fa0/0 172.20.0.202 Berhasil
Host3 Host1 172.20.0.201 Berhasil

Ping Host 1 ke Gateway (Router1, Fa0/0), Router1 (Fa0/1), Host2, Host3

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Ping Host 2 ke Host3, Gateway (Router1, Fa0/1), Router1, Fa0/0, Host1

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Ping Host 3 ke Host2, Gateway (Router1, Fa0/1), Router1 (Fa0/0), Host1

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 9 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

Note any break in connectivity. When troubleshooting connectivity issues, the topology diagram can be
extremely helpful.
In the above scenario, how can a malfunctioning Gateway be detected?

Kesalahan atau tidak berfungsinya Gateway dapat dideteksi dengan h asil ping yang gagal. Hal ini dapat
terjadi jika Host2 dan Host3 dapat melakukan ping satu sama lain, tetapi tidak demikian dengan Host1

Task 5: Reflection
Review any physical or logical configuration problems encountered during this lab. Be sure that you have
a thorough understanding of the procedures used to verify network connectivity.
This is a particularly important lab. In addition to practicing IP subnetting, you configured host computers
with network addresses and tested them for connectivity.
It is best to practice host computer configuration and verification several times. This will reinforce the skills
you learned in this lab and make you a better network technician.

Task 6: Challenge
Ask your instructor or another student to introduce one or two problems in your network when you aren’t
looking or are out of the lab room. Problems can be either physical (wrong UTP cable) or logical (wrong
IP address or gateway). To fix the problems:
1. Perform a good visual inspection. Look for green link lights on Switch1.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 10 of 11
CCNA Exploration
Network Fundamentals: Planning and Cabling Networks Lab 10.6.1 Creating a Small Lab Topology

2. Use the table provided in Task 3 to identify failed connectivity. List the problems:
(Tidak ada)_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
3. Write down your proposed solution(s):
(Tidak ada)__ _ _
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
4. Test your solution. If the solution fixed the problem, document the solution. If the solution did not
fix the problem, continue troubleshooting.
(Tidak ada)_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _
_ _ _ _

Task 7: Clean Up
Unless directed otherwise by the instructor, restore host computer network connectivity, and then turn off
power to the host computers.
Carefully remove cables and return them neatly to their storage. Reconnect cables that were
disconnected for this lab.
Remove anything that was brought into the lab, and leave the room ready for the next class.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 11 of 11
10.7.1: Skills Integration Challenge: Network Planning and
Interface Configuration

Topology Diagram

Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
Fa0/0 192.168.1.62 255.255.255.192 N/A
R1 S0/0/0 192.168.1.129 255.255.255.252 N/A
S0/0/1 192.168.1.133 255.255.255.252 N/A
Fa0/0 192.168.1.110 255.255.255.240 N/A
Fa0/1 192.168.1.94 255.255.255.224 N/A
R2
S0/0/0 192.168.1.130 255.255.255.252 N/A
S0/0/1 192.168.1.137 255.255.255.252 N/A
Fa0/0 192.168.1.126 255.255.255.240 N/A
R3 S0/0/0 192.168.1.138 255.255.255.252 N/A
S0/0/1 192.168.1.134 255.255.255.252 N/A
PC-1A NIC 192.168.1.1 255.255.255.192 192.168.1.62
PC-2A NIC 192.168.1.97 255.255.255.240 192.168.1.110
PC-3A NIC 192.168.1.113 255.255.255.240 192.168.1.126
Eagle_Server NIC 192.168.1.93 255.255.255.224 192.168.1.94

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 8
CCNA Exploration
Network Fundamentals:
Planning and Cabling Networks 10.7.1: Skills Integration Challenge: Network Planning and Interface Configuration

Learning Objectives
Upon completion of this lab, you will be able to:
• Build the network topology.
• Plan the IP addresses.
• Configure router and PC interfaces.
• Test the network.

Background

Practice your network building, planning, and configuration skills. Device names and routing have
already been configured.

Task 1: Build the Network Topology.

Use the following charts, and the devices in the Device Pool, to create the topology.

Routers:
Hostname Interface Connects To Interface
R1 Fa0/0 SW-1 Fa0/1
R1 S0/0/0 (DCE) R2 S0/0/0
R1 S0/0/1 (DCE) R3 S0/0/1
R2 Fa0/0 SW-2A Fa0/1
R2 S0/0/1 (DCE) R3 S0/0/0
R2 Fa0/1 SW-2B Fa0/1
R3 Fa0/0 SW-3 Fa0/1

Switches:
Hostname Interface Connects To Interface
SW-1 Fa0/2 PC-1A FastEthernet
SW-2A Fa0/2 PC-1B FastEthernet
SW-2B Fa0/2 Eagle_Server FastEthernet
SW-3 Fa0/2 PC-1C FastEthernet

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 8
CCNA Exploration
Network Fundamentals:
Planning and Cabling Networks 10.7.1: Skills Integration Challenge: Network Planning and Interface Configuration

Task 2: Create and Assign an Addressing Scheme.

You are asked to use the 192.168.1.0 /24 address space. Seven total networks are required;
assign the networks in decreasing order of number of hosts required for efficient use of address
space. Use the following charts to create an effective addressing scheme:

LAN:
Hostname Interface Number of Hosts
R1 Fa0/0 60
Fa0/0 10
R2
Fa0/1 30
R3 Fa0/0 7

WAN:
Hostname Address to be Assigned Number of Hosts
R1-R2 R1-First host address 2
R1-R3 R1-First host address 2
R2-R3 R2-First host address 2

Use the following rules to assign the IP addresses.

• PCs will use the first host address in the subnet; the server will use the second to last
host address in its subnet.
• All FastEthernet ports on a router will use the last host address of the assigned subnet.
• The R1-R2 link will use the first WAN subnet, the R1-R3 link will use the second WAN
subnet, and the R2-R3 link will use the third W AN subnet. R1 and R2 DCE interfaces
should have clock rates of 56000.

Task 3: Interface Configuration

Perform interface configuration of the R1, R2, and R3 routers, the PCs, and the server according
to the addressing scheme above.

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 8
CCNA Exploration
Network Fundamentals:
Planning and Cabling Networks 10.7.1: Skills Integration Challenge: Network Planning and Interface Configuration

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 8
CCNA Exploration
Network Fundamentals:
Planning and Cabling Networks 10.7.1: Skills Integration Challenge: Network Planning and Interface Configuration

Task 4: Testing Connectivity

Make sure all PCs can ping their gateways, other PCs, and the server.

Ping pada PC-1A

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 8
CCNA Exploration
Network Fundamentals:
Planning and Cabling Networks 10.7.1: Skills Integration Challenge: Network Planning and Interface Configuration

Ping pada PC-1B

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 6 of 8
CCNA Exploration
Network Fundamentals:
Planning and Cabling Networks 10.7.1: Skills Integration Challenge: Network Planning and Interface Configuration

Ping pada PC-1C

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 7 of 8
CCNA Exploration
Network Fundamentals:
Planning and Cabling Networks 10.7.1: Skills Integration Challenge: Network Planning and Interface Configuration

All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 8 of 8
Packet Tracer - Designing and Implementing a VLSM Addressing
Scheme
Topology
You will receive one of three possible topologies.
Pada saat eksperimen, topologi yang didapatkan akan berbeda-beda (ada 3 kemungkinan), topologi yang
praktikan dapatkan untuk dikerjakan yaitu:

Addressing Table
Device Interface IP Address Subnet Mask Default Gateway

Branch1 G0/0 192.168.72.129 255.255.255.240 N/A


G0/1 192.168.72.97 255.255.255.224 N/A
S0/0/0 192.168.72.145 255.255.255.252 N/A
Branch2 G0/0 192.168.72.65 255.255.255.224 N/A
G0/1 192.168.72.1 255.255.255.192 N/A
S0/0/0 192.168.72.146 255.255.255.252 N/A
Room-114 VLAN 1 192.168.72.130 255.255.255.240 192.168.72.129
Room-279 VLAN 1 192.168.72.98 255.255.255.224 192.168.72.97
Room-312 VLAN 1 192.168.72.66 255.255.255.224 192.168.72.65
Room-407 VLAN 1 192.168.72.2 255.255.255.192 192.168.72.1
PC-A NIC 192.168.72.142 255.255.255.240 192.168.72.129
PC-B NIC 192.168.72.126 255.255.255.224 192.168.72.97
PC-C NIC 192.168.72.94 255.255.255.224 192.168.72.65
PC-D NIC 192.168.72.62 255.255.255.192 192.168.72.1

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 6
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.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 6
Packet Tracer - Designing and Implementing a VLSM Addressing Scheme

Part 1: Examine the Network Requirements


Step 1: Determine the number of subnets needed.
You will subnet the network address 192.168.72.0/24 . The network has the following
requirements:
 Room-114 LAN will require 7 host IP addresses
 Room-279 LAN will require 15 host IP addresses
 Room-312 LAN will require 29 host IP addresses
 Room-407 LAN will require 58 host IP addresses
How many subnets are needed in the network topology?
5

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 192.168.72.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.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 6
Packet Tracer - Designing and Implementing a VLSM Addressing Scheme

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.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 6
Packet Tracer - Designing and Implementing a VLSM Addressing Scheme

Subnet Table

Number of
Subnet Hosts Network First Usable Broadcast
Description Needed Address/CIDR Host Address Address

PC-D LAN 58 192.168.72.0/26 192.168.72.1 192.168.72.63

PC-C LAN 29 192.168.72.64/27 192.168.72.65 192.168.72.95


PC-B LAN 15 192.168.72.96/27 192.168.72.97 192.168.72.127

PC-A LAN 7 192.168.72.128/28 192.168.72.129 192.168.72.143


WAN Link 2 192.168.72.144/30 192.168.72.145 192.168.72.147

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.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 6
Packet Tracer - Designing and Implementing a VLSM Addressing Scheme

Suggested Scoring Rubric

Question Possible Earned


Activity Section Location Points Points

Part 1: Examine the Step 1 1 1


Network Requirements
Step 2 4 4
Part 1 Total 5 5

Part 2: Design the VLSM Addressing Scheme


Complete Subnet Table 25 25
Document Addressing 40 40
Part 2 Total 65 65
Packet Tracer Score 30 30
Total Score 100 100

ID: 210

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 6
Packet Tracer - Implementing a Subnetted IPv6 Addressing
Scheme
Topology

Addressing Table
Device Interface IPv6 Address Link-Local

G0/0 2001:DB8:ACAD:00C8::1/64 FE80::1


R1 G0/1 2001:DB8:ACAD:00C9::1/64 FE80::1
S0/0/0 2001:DB8:ACAD:00CC::1/64 FE80::1
G0/0 2001:DB8:ACAD:00CA::1/64 FE80::2
R2 G0/1 2001:DB8:ACAD:00CB::1/64 FE80::2
S0/0/0 2001:DB8:ACAD:00CC::2/64 FE80::2
PC1 NIC Auto Config
PC2 NIC Auto Config
PC3 NIC Auto Config
PC4 NIC Auto Config

Objectives
Part 1: Determine the IPv6 Subnets and Addressing Scheme
Part 2: Configure the IPv6 Addressing on Routers and PCs and Verify Connectivity

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9
Packet Tracer - Implementing a Subnetted IPv6 Addressing Scheme

Scenario
Your network administrator wants you to assign five /64 IPv6 subnets to the network shown in the topology.
Your job is to determine the IPv6 subnets, assign IPv6 addresses to the routers, and set the PCs to
automatically receive IPv6 addressing. Your final step is to verify connectivity between IPv6 hosts.

Part 1: Determine the IPv6 Subnets and Addressing Scheme


Step 1: Determine the number of subnets needed.
Start with the IPv6 subnet 2001:DB:ACAD:00C8::/64 and assign it to the R1 LAN attached to GigabitEthernet
0/0, as shown in the Subnet Table. For the rest of the IPv6 subnets, increment the 2001:DB:ACAD:00C8::/64
subnet address by 1 and complete the Subnet Table with the IPv6 subnet addresses.

Subnet Table
Subnet Description Subnet Address

R1 G0/0 LAN 2001:DB8:ACAD:00C8::0/64


R1 G0/1 LAN 2001:DB8:ACAD:00C9::0/64
R2 G0/0 LAN 2001:DB8:ACAD:00CA::0/64
R2 G0/1 LAN 2001:DB8:ACAD:00CB::0/64
WAN Link 2001:DB8:ACAD:00CC::0/64

Step 2: Assign IPv6 addressing to the routers.


a. Assign the first IPv6 addresses to R1 for the two LAN links and the W AN link.
b. Assign the first IPv6 addresses to R2 for the two LANs. Assign the second IPv6 address for the W AN link.
c. Document the IPv6 addressing scheme in the Addressing Table.

Part 2: Configure the IPv6 Addressing on Routers and PCs and Verify
Connectivity
Step 1: Configure the routers with IPv6 addressing.
Note: This network is already configured with some IPv6 commands that are covered in a later course. At this
point in your studies, you only need to know how to configure IPv6 address on an interface.
Configure R1 and R2 with the IPv6 addresses you specified in the Addressing Table and activate the
interfaces.
Router(config-if)# ipv6 address ipv6-address/prefix
Router(config-if)# ipv6 address ipv6-link-local link-local

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2 of 9
Packet Tracer - Implementing a Subnetted IPv6 Addressing Scheme

Step 2: Configure the PCs to automatically receive IPv6 addressing.


Configure the four PCs for autoconfiguration. Each should then automatically receive full IPv6 addresses from
the routers.

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3 of 9
Packet Tracer - Implementing a Subnetted IPv6 Addressing Scheme

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 9
Packet Tracer - Implementing a Subnetted IPv6 Addressing Scheme

Step 3: Verify connectivity between the PCs.


Each PC should be able to ping the other PCs and the routers.

Ping pada PC1

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5 of 9
Packet Tracer - Implementing a Subnetted IPv6 Addressing Scheme

Ping pada PC2

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 6 of 9
Packet Tracer - Implementing a Subnetted IPv6 Addressing Scheme

Ping pada PC3

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 7 of 9
Packet Tracer - Implementing a Subnetted IPv6 Addressing Scheme

Ping pada PC4

© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 8 of 9
Packet Tracer - Implementing a Subnetted IPv6 Addressing Scheme

Suggested Scoring Rubric


Question Possible Earned
Activity Section Location Points Points

Part 1: Determine IPv6 Subnet Table 30 30


Subnets and Addressing
Scheme Addressing Table 30 30

Part 1 Total 60 60
Packet Tracer Score 40 40
Total Score 100 100

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

You might also like