0% found this document useful (0 votes)
243 views

Packet Tracer - Configure Basic Router Settings - Physical Mode

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
243 views

Packet Tracer - Configure Basic Router Settings - Physical Mode

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Packet Tracer - Configure Basic Router Settings - Physical Mode

Topology

Addressing Table
Device Interface IP Address / Prefix Default Gateway

R1 G0/0/0 192.168.0.1 /24 N/A

R1 G0/0/0
2001:db8:acad::1 /64 N/A

R1 G0/0/0
fe80::1 N/A

R1
G0/0/1 192.168.1.1 /24 N/A

R1 G0/0/1
2001:db8:acad:1::1 /64 N/A

R1 G0/0/1
fe80::1 N/A

R1
Loopback0 10.0.0.1 /24 N/A

R1 Loopback0
2001:db8:acad:2::1 /64 N/A

R1 Loopback0
fe80::1 N/A

PC-A NIC 192.168.1.10 /24 192.168.1.1

PC-A NIC
2001:db8:acad:1::10 /64 fe80::1
Server NIC 192.168.0.10 /24 192.168.0.1

Server NIC
2001:db8:acad::10 /64 fe80::1
Blank Line - no additional information

Objectives
Part 1: Set Up the Topology and Initialize Devices
Part 2: Configure Devices and Verify Connectivity
Part 3: Display Router Information

Background / Scenario
This is a comprehensive Packet Tracer Physical Mode (PTPM) activity to review previously covered IOS
router commands. In Parts 1 and 2, you will cable the equipment and complete basic configurations and
interface settings on the router.
In Part 3, you will use SSH to connect to the router remotely and use the IOS commands to retrieve
information from the device to answer questions about the router.

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 5 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode

For review purposes, this activity provides the commands necessary for specific router configurations.

Instructions
Part 1: Set Up the Topology and Initialize Devices

Step 1: Cable the network as shown in the topology.


a. Click and drag the Cisco 4321 ISR, the Cisco 2960 Switch, and the Server from the Shelf to the Rack.
b. Click and drag the PC from the Shelf to the Table.
c. Cable the devices as specified in the topology diagram. Use Copper Straight-through cables for
network connections.
d. From the PC, connect a Console Cable to the Cisco 4321 ISR.
e. Power on the Cisco 4321 ISR, PC-A, and Server. The power button for Server is on the bottom right.
The 2960 switch should power on automatically.

Part 2: Configure Devices and Verify Connectivity

Step 1: Configure the PC interfaces.


a. Configure the IP address, subnet mask, and default gateway settings on PC-A.
b. Configure the IP address, subnet mask, and default gateway settings on Server.

Step 2: Configure the router.


Open configuration window

a. Console into the router and enable privileged EXEC mode.


b. Enter configuration mode.
c. Assign a device name to the router.
d. Set the router’s domain name as ccna-lab.com.
e. Encrypt the plaintext passwords.
f. Configure the system to require a minimum 12-character password.
g. Configure the username SSHadmin with an encrypted password of 55Hadm!n2020.
h. Generate a set of crypto keys with a 1024 bit modulus.
i. Assign $cisco!PRIV* as the privileged EXEC password.
j. Assign $cisco!!CON* as the console password. Configure sessions to disconnect after four minutes of
inactivity, and enable login.
k. Assign $cisco!!VTY* as the vty password. Configure the vty lines to accept SSH connections only.
Configure sessions to disconnect after four minutes of inactivity, and enable login using the local
database.
l. Create a banner that warns anyone accessing the device that unauthorized access is prohibited.
m. Enable IPv6 routing.
n. Configure all three interfaces on the router with the IPv4 and IPv6 addressing information from the
addressing table above. Configure all three interfaces with descriptions. Activate all three interfaces.
The router should not allow vty logins for two minutes if three failed login attempts occur within 60
seconds.
o. Set the clock on the router.

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 5 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode

p. Save the running configuration to the startup configuration file.


Question:

What would be the result of reloading the router prior to completing the copy running-config startup-
config command?
Type your answers here.
Close configuration window

Step 3: Verify network connectivity.


a. Using the command line at PC-A, ping the IPv4 and IPv6 addresses for Server.
Question:

Were the pings successful?


Type your answers here.
b. From PC-A, remotely access R1 using the Telnet / SSH client.
Using the Telnet / SSH client on PC-A, open an SSH session to the R1 Loopback interface IPv4 address.
Ensure that the Connection Type is set to SSH and use SSHadmin as the username. When prompted,
enter the password 55Hadm!n2020.
Question:

Was remote access successful?


Type your answers here.
c. Using the Telnet / SSH client on PC-A, open an SSH session to the R1 Loopback interface IPv6 address.
Ensure that the Connection Type is set to SSH and use SSHadmin as the username. When prompted,
enter the password 55Hadm!n2020.
Questions:

Was remote access successful?


Type your answers here.
Why is the Telnet protocol considered to be a security risk?
Type your answers here.

Part 3: Display Router Information


In Part 3, you will use show commands from an SSH session to retrieve information from the router.

Step 1: Establish an SSH session to R1.


Using Telnet / SSH client on PC-A, open an SSH session to the R1 Loopback interface IPv6 address and log
in as SSHadmin with the password 55Hadm!n2020.

Step 2: Retrieve important hardware and software information.


a. Use the show version command to answer questions about the router.
Questions:

What is the name of the IOS image that the router is running?
Type your answers here.
How much non-volatile random-access memory (NVRAM) does the router have?
Type your answers here.
How much Flash memory does the router have?
Type your answers here.
b. The show commands often provide multiple screens of outputs. Filtering the output lets you display
certain sections of the output. To enable the filtering command, enter a pipe (|) character after a show
command, followed by a filtering parameter and a filtering expression. You can match the output to the

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 5 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode

filtering statement by using the include keyword to display all lines from the output that contain the
filtering expression. Filter the show version command, using show version | include register to answer
the following question.
Question:

What would be the boot process for the router on the next reload if the configuration register was
0x2142?
Type your answers here.

Step 3: Display the startup configuration.


a. Use the show startup-config command on the router to answer the following question.
Question:

How are passwords presented in the output?


Type your answers here.
b. Use the show running-config | section vty command.
Question:

What is the result of using this command?


Type your answers here.

Step 4: Display the routing table on the router.


Use the show ip route command on the router to answer the following questions.
Questions:

What code is used in the routing table to indicate a directly connected network?
Type your answers here.
How many route entries are coded with a C code in the routing table?
Type your answers here.

Step 5: Display a summary list of the interfaces on the router.


a. Use the show ip interface brief command on the router to answer the following question.
Question:

What command changed the status of the Gigabit Ethernet ports from administratively down to up?
Type your answers here.
b. Use the show ipv6 int brief command to verify IPv6 settings on R1.
Question:

What is the meaning of the [up/up] part of the output?


Type your answers here.
c. On Server, change its configuration so that it no longer has a static IPv6 address. Then, issue the
ipconfig command on Server to examine the IPv6 configuration.
Questions:

What is the IPv6 address assigned to Server?


Type your answers here.
What is the default gateway assigned to Server?
Type your answers here.
From PC-B, issue a ping to the R1 default gateway link local address. Was it successful?
Type your answers here.
From Server, issue a ping to the R1 IPv6 unicast address 2001:db8:acad::1. Was it successful?
Type your answers here.

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 5 www.netacad.com
Packet Tracer - Configure Basic Router Settings - Physical Mode

Reflection Questions
1. In researching a network connectivity issue, a technician suspects that an interface was not enabled. What
show command could the technician use to troubleshoot this issue?
Type your answers here.
2. In researching a network connectivity issue, a technician suspects that an interface was assigned an incorrect
subnet mask. What show command could the technician use to troubleshoot this issue?
Type your answers here.
End of document

© 2013 - 2021 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 5 of 5 www.netacad.com

You might also like