Tutorial - Configure End Devices
Tutorial - Configure End Devices
Tutorial 3
Configure End Devices
Objectives
• Configure various end devices in Packet Tracer.
Background / Scenario
In this activity, you will construct a simple Packet Tracer network and complete basic
configuration of end devices.
Instructions
1
d. Verify the bullet Static is selected.
e. Enter 192.168.1.2 in the IP Address field.
f. Enter 255.255.255.0 in the Subnet Mask field as needed.
g. Close the IP Configuration when done for PC0.
h. Repeat the same procedure for PC1. Use 192.168.1.3 as the IP address for PC1.
f. You can also ping PC1. Navigate to the Command Prompt for PC1 and enter the command
ping 192.168.1.3 at the prompt. The ping should be successful.
g. Close the command prompt when finished.
2
Note: The Config tab is not always available on physical networking equipment. Some
simple devices only have config tabs. The config tab can be useful for basic learning of
commands, especially for beginners.
The Config tab shows a list of components that can be configured on this device. We are not
going to cover what these components are, as that is learned in a networking course, but we
will show how to navigate and use the interface.
c. The Global Settings allows a user to change the name of a device that displays in the
workspace. It also allows for changing the internal name shown at the command line prompt
as well as buttons for saving, loading, exporting, and erasing configuration files.
Double-click in the Hostname dialog box to highlight the word Switch. Enter Central to
replace Switch as the hostname. Packet Tracer will display the IOS commands necessary to
accomplish the name change in the Equivalent IOS Commands box. The commands
displayed should be as follows:
Switch> enable
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# hostname Central
Central(config)#
These would be the commands used from the command line interface or CLI to change the
hostname. If you did not know how to do this from the CLI, the Config tab would show the
necessary commands.
d. Click the FastEthernet0/1 under the Interface heading to configure the FastEthernet0/1
interface.
In the Equivalent IOS Commands, the command interface FastEthernet0/1 is displayed in
the Equivalent IOS Commands box.