10.3.4 Packet Tracer - Connect A Router To A LAN
10.3.4 Packet Tracer - Connect A Router To A LAN
Addressing Table
Device Interface IP Address Subnet Mask Default Gateway
R1
G0/1 192.168.11.1 255.255.255.0 N/A
R1
S0/0/0 (DCE) 209.165.200.225 255.255.255.252 N/A
R2 G0/0 10.1.1.1 255.255.255.0 N/A
R2
G0/1 10.1.2.1 255.255.255.0 N/A
R2
S0/0/0 209.165.200.226 255.255.255.252 N/A
PC1 NIC 192.168.10.10 255.255.255.0 192.168.10.1
PC2 NIC 192.168.11.10 255.255.255.0 192.168.11.1
PC3 NIC 10.1.1.10 255.255.255.0 10.1.1.1
PC4 NIC 10.1.2.10 255.255.255.0 10.1.2.1
Blank Line, No additional information
Objectives
Part 1: Display Router Information
Part 2: Configure Router Interfaces
Part 3: Verify the Configuration
Background
In this activity, you will use various show commands to display the current state of the router. You will then
use the Addressing Table to configure router Ethernet interfaces. Finally, you will use commands to verify and
test your configurations.
Note: The routers in this activity are partially configured. Some of the configurations are not covered in this
course but they are provided to assist you in using verification commands.
a. Which command displays the statistics for all interfaces configured on a router?
Show interfaces
b. Which command displays the information about the Serial 0/0/0 interface only?
Show interface serial 0/0/0
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 1 of 4 www.netacad.com
Packet Tracer - Connect a Router to a LAN
c. Enter the command to display the statistics for the Serial 0/0/0 interface on R1 and answer the following
questions:
Questions:
a. Which command displays a brief summary of the current interfaces, interface status, and the IP
addresses assigned to them?
Show ip interface brief
b. Enter the command on each router and answer the following questions:
Questions:
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 2 of 4 www.netacad.com
Packet Tracer - Connect a Router to a LAN
Save the configuration files on both routers to NVRAM. What command did you use?
copy running-config startup-config
How many interfaces on R1 and R2 are configured with IP addresses and in the “up” and “up” state?
Three
What part of the interface configuration is NOT displayed in the command output?
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 3 of 4 www.netacad.com
Packet Tracer - Connect a Router to a LAN
Subnet Mask
What commands can you use to verify this part of the configuration?
show run, show interfaces, show ip protocols
b. Use the show ip route command on both R1 and R2 to view the current routing tables and answer the
following questions:
Questions:
How many connected routes (uses the C code) do you see on each router?
3 C and 2 O code
How many OSPF routes (uses the O code) do you see on each router?
2
If the router knows all the routes in the network, then the number of connected routes and dynamically
learned routes (OSPF) should equal the total number of LANs and WANs. How many LANs and WANs
are in the topology?
5 LAN
Does this number match the number of C and O routes shown in the routing table?
Yes
Note: If your answer is “no”, then you are missing a required configuration. Review the steps in Part 2.
2013 - 2024 Cisco and/or its affiliates. All rights reserved. Cisco Public Page 4 of 4 www.netacad.com