2019 Packet Tracer - Part 01
2019 Packet Tracer - Part 01
PART ONE
Gordon Johnson
[email protected]
Introduction to Packet Tracer
Click here
Installation of Cisco Packet Tracer
2. Click
Installation of Cisco Packet Tracer
Optional Courses
PACKET TRACER GUI
7.1.1 && 7.2.2
Side by Side
Graphical User Interface - GUI
▪ Menu Bar: Open, save, print, change ▪ Common tool bars: Controls for
preferences etc. manipulating topologies, such as select,
move layout, add notes, delete, resize
▪ Main Toolbar: Shortcut icons to menu shape, add PDU
options that are commonly accessed,
e.g. zoom, save, undo, redo etc. ▪ Realtime / Simulation tabs: Toggle
between the real-time and the simulation
▪ Logical / Physical Workspace Tab: time
Allows to toggle between the logical and
the physical work areas ▪ Network Component Box: Contains all
the network and end devices available
▪ Workspace: Where topologies are
created, and simulations are displayed ▪ User Created Packet Box: Create highly
customized packets to test the topology,
while the results are displayed as a list
Networking Devices
▪ Routers
▪ Switches
▪ Wireless
End Devices and Connections
▪ End Devices
▪ Connections
Interacting with devices
Within the workspace area, click on a Router or Switch to access the device:
▪ Physical Tab: This displays the physical configuration of the device as if it were in
use, and by which you can alter the layout of the hardware
▪ Config Tab: While you can make some changes here, your learning process will be
best spent on the third tab
▪ CLI Tab: This screen/window is where you will spend most of your time, specifically
the Command Line Interface or CLI. While some graphical tools exist for
configuration, nearly every Cisco network engineer/technician works directly in the
CLI.
▪ Attributes Tab: Provides specifications of the device e.g. cost, rack units, wattage,
power sources etc.
Device Access - Physical
Device Access – Config (CHEAT?)
Device Access – CLI
IOS (not iOS)
▪ Just as your personal computer uses Microsoft Windows as its operating system,
Cisco routers use an operating system as well. This software is referred to as IOS, or
Internetwork Operating System, and different versions are introduced periodically.
▪ As a technician, you enter a series of configuration commands to tell the router
what to do, and the IOS software then instructs the router to carry out those
commands.
▪ When you first log into a Cisco switch or router, you will notice right away that the
device name is displayed (helpful for knowing which one you are accessing), as well
as a character called a prompt.
▪ The prompt is the clue which helps you identify the mode in which you are in
CLI Modes
CLI Modes
CLI – Executive Mode
▪ Running-configuration: This is the active configuration running in memory on the device. When the
device is switched off, this configuration is lost unless it is written to memory. To display the (active)
running-configuration, enter the command show running-configuration command (may be
abbreviated to sh run).
▪ Startup-configuration: This is the configuration stored in long-term memory and remains on the
device when powered off. When the device boots up, this configuration is loaded into active memory
and becomes the running configuration. To display the startup-configuration, use the command
show startup-configuration (may be abbreviated sh start).
▪ Access a switch or a router by double clicking the image to bring up the three
tabbed device window and then click the CLI tab.
▪ Enter the Global Configuration mode
▪ Configure the hostname of the device
▪ To change the existing name of a device, execute the hostname <NEW NAME>
command.
Console Password
▪ When you make changes on a Cisco IOS device, you alter the configuration held in
active memory (RAM).
▪ Similar to computers when the device is shut down everything in RAM gets lost.
▪ This is the reason for the two configuration files referred to earlier, the running-
configuration (running in RAM), and startup-configuration (stored in more permanent
memory, called non-volatile RAM or NVRAM).
▪ In order to save the changes that you make to the running-configuration, you need
to copy it to the startup-configuration using the command “copy run start” from the
privilege mode.
Challenge
▪ Running-configuration: This is the active configuration running in memory on the device. When the
device is switched off, this configuration is lost unless it is written to memory. To display the (active)
running-configuration, enter the command show running-configuration command (may be
abbreviated to sh run).
▪ Startup-configuration: This is the configuration stored in long-term memory and remains on the
device when powered off. When the device boots up, this configuration is loaded into active memory
and becomes the running configuration. To display the startup-configuration, use the command
show startup-configuration (may be abbreviated sh start).
▪ Access a switch or a router by double clicking the image to bring up the three
tabbed device window and then click the CLI tab.
▪ Enter the Global Configuration mode
▪ Configure the hostname of the device
▪ To change the existing name of a device, execute the hostname <NEW NAME>
command.
Console Password
▪ When you make changes on a Cisco IOS device, you alter the configuration held in
active memory (RAM).
▪ Similar to computers when the device is shut down everything in RAM gets lost.
▪ This is the reason for the two configuration files referred to earlier, the running-
configuration (running in RAM), and startup-configuration (stored in more permanent
memory, called non-volatile RAM or NVRAM).
▪ In order to save the changes that you make to the running-configuration, you need
to copy it to the startup-configuration using the command “copy run start” from the
privilege mode.
Assigning IP Address to End Device
1. Select Device
2. Click the Desktop tab
3. Enter desired IP Address
Next Time