Assignment 1 - Create a Network Using Packet Tracer
Assignment 1 - Create a Network Using Packet Tracer
Assignment #1
Addressing Table
Objectives
Part 1: Build a Simple Network in the Logical Topology Workspace
Part 2: Configure the Network Devices
Part 3: Test connectivity between network devices
Part 4: Save the File and Close Packet Tracer
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1
Packet Tracer – Create a Simple Network
Background / Scenario
In this activity you will build a simple network in Packet Tracer from scratch and then save the network as a
Packet Tracer Activity File (.pkt).
Using the device selection box, add the physical cabling between devices on the workspace.
The PC will need a copper straight-through cable to connect to the Wireless Router. Select the copper
straight-through cable in the Device-Selection box and attach it to the FastEthernet0 interface of the PC
and the Ethernet 1 interface of the Wireless Router.
The Wireless Router will need a copper straight-through cable to connect to the Cable Modem. Select the
copper straight-through cable in the Device-Selection box and attach it to the Internet interface of the
Wireless Router and the Port 1 interface of the Cable Modem.
The Cable Modem will need a coaxial cable to connect to the Internet cloud. Select the coaxial cable in
the Device-Selection box and attach it to the Port 0 interface of the Cable Modem and the coaxial
interface of the Internet cloud.
The Internet cloud will need copper straight-through cable to connect to the Cisco.com server. Select
the copper straight-through cable in the Device-Selection box and attach it to the Ethernet interface of
the Internet cloud and the FastEthernet0 interface of the Cisco.com server.
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 2
Packet Tracer – Create a Simple Network
Part 2: Configure the Network Devices
Step 1: Configure the Wireless Router
a. Create the wireless network on the Wireless Router
Click on the Wireless Router icon on the Packet Tracer Logical workspace to open the device
configuration window.
In the Wireless Router configuration window click on the GUI tab to view configuration options for the
Wireless Router.
Next, click on the Wireless tab in the GUI to view the wireless settings. The only setting that needs to be
changed from the defaults is the Network Name (SSID). Here, type the name “HomeNetwork”.
b. Configure the Internet connection on the Wireless Router Click on the Setup tab in the Wireless Router
GUI. In the DHCP Server settings verify that the Enabled button is selected and configure the static IP
address of the DNS server as 208.67.220.220.
c. Click on the Save Settings tab.
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 3
Packet Tracer – Create a Simple Network
In the DHCP configuration window, configure a DHCP with the following settings.
• Click On to turn the DCHP service on
• Pool name: DHCP pool
• Default Gateway: 208.67.220.220
• DNS Server: 208.67.220.220
• Starting IP Address: 208.67.220.1
• Subnet Mask 255.255.255.0
• Maximum number of Users: 50
b. Configure the Cisco.com server as a DNS server to provide domain name to IPv4 address resolution.
Still in the Services tab, select DNS from the SERVICES listed in the left pane.
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4
Packet Tracer – Create a Simple Network
c. Configure the Cisco.com server Global settings.
Select the Config tab.
Click on Settings in left pane.
Configure the Global settings of the server:
• Select Static
• Gateway: 208.67.220.1
• DNS Server: 208.67.220.220
In the command prompt refresh the IP settings by issuing the commands ipconfig /release and then
ipconfig /renew. The output should show that the PC has an IP address in the 192.168.0.x range, a
subnet mask, a Default Gateway, and DNS server address.
In the command prompt type the command ping Cisco.com. It may take a few seconds for the ping to
return. Four replies should be received.
© 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 5