Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
54 views
5 pages
Tugas 5
Uploaded by
Fathm
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF, TXT or read online on Scribd
Download
Save
Save TUGAS 5 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
54 views
5 pages
Tugas 5
Uploaded by
Fathm
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save TUGAS 5 For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 5
Search
Fullscreen
© 2023 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public.
Page 1 of 5 Packet Tracer - Connect a Router to a LAN Topology Addressing Table
Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.10.1
255.255.255.0 N/A G0/1 192.168.11.1 255.255.255.0 N/A 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 G0/1
10.1.2.1 255.255.255.0 N/A 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 Objectives Part 1: Display Router Information Part 2: Configure
Router Interfaces Part 3: Verify the Configuration Packet Tracer - Connect a Router to a
LAN © 2023 Cisco and/or its affiliates. All rights reserved. This document is Cisco
Public. Page 2 of 5 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 are provided to assist you in using
verification commands. Part 1: Display Router Information Step 1: Display interface
information on R1. Note: Click a device and then click the CLI tab to access the
command line directly. The console password is cisco. The privileged EXEC password
is class. 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 c. Enter the command to display the
statistics for the Serial 0/0/0 interface on R1 and answer the following questions: 1)
What is the IP address configured on R1? Serial10/0/0 is up, line protocol is up
internet address is 209.165.200.225/30 2) What is the bandwidth on the Serial 0/0/0
interface? Serial10/0/0 is up, line protocol is up hardware is HD64570 internet
address is 209.165.200.225/30 MTU 1500 Kbit/sec, DLY 20000 usec. d. Enter the
command to display the statistics for the GigabitEthernet 0/0 interface and answer the
following questions: 1) What is the IP address on R1? the IP address on R1 for the
GigabitEthernet 0/0 interface is 192.168.10.1. 2) What is the MAC address of the
GigabitEthernet 0/0 interface? Show interfaces gigabitethernet 0/0. 3) What is the
bandwidth on the GigabitEthernet 0/0 interface? the bandwidth of the
GigabitEthernet 0/0 interface is 1000000 Kbit/sec (1 Gbps) Step 2: Display a
summary list of the interfaces on R1. a. Which command displays a brief summary of
the current interfaces, statuses, and IP addresses assigned to them? Show ip interfaces
brief Running this command will provide an overview of the interfaces on the
router, their operational status, IP addresses, and additional information such as
protocol status, MTU (Maximum Transmission Unit), and method of assignment
(e.g., DHCP or manual). b. Enter the command on each router and answer the
following questions: 1) How many serial interfaces are there on R1 and R2? there are 2
serial interfaces on both R1 and R2. 2) How many Ethernet interfaces are there on R1
and R2? there are 2 Ethernet interfaces on R1 and 3 Ethernet interfaces on R2. 3)
Are all the Ethernet interfaces on R1 the same? If no, explain the difference(s).
If all the ethernet interfaces on R1 have the same IP address or idf they are all
listed as”unssaigned,” the they can be consider the same. However, if the IP
address are different, then the ethernet interfaces on R1 are not the same.
Step 3: Display the routing table on R1. a. What command displays the content of the
routing table? Show ip route. b. Enter the command on R1 and answer the following
questions: 1) How many connected routes are there (uses the C code)?
In this example, there are two connected routes on R1.
Please run the show ip route connected command on R1 to determine the number
of connected routes in your specific case.
Packet Tracer - Connect a Router to a LAN © 2023 Cisco and/or its affiliates. All rights
reserved. This document is Cisco Public. Page 3 of 5 Which route is listed?
To determine which route is listed in the document, we need to refer to the
information provided in the routing table section. Unfortunately, the specific
routing table entries are not mentioned in the document you provided.
To identify the listed route, you would need to run the command show ip route on
the respective router mentioned in the document (R1 in this case). The output of
that command will display the routing table entries, including the routes and their
details.
Without the actual output of the show ip route command or further information, it
is not possible to determine which route is listed in the document.
2) How does a router handle a packet destined for a network that is not listed in the
routing table?
When a router receives a packet destined for a network that is not listed in its
routing table, it follows a default behavior known as "destination network
unreachable." The router examines the destination IP address of the packet and
checks its routing table for a matching entry.
If the router does not find a specific route for the destination network, nor a
default route (a route that matches all unspecified destinations), it concludes that
the network is unreachable. In this case, the router generates an ICMP (Internet
Control Message Protocol) "Destination Network Unreachable" message and
sends it back to the source host. This ICMP message serves as an indication to the
source host that the destination network is not reachable.
Part 2: Configure Router Interfaces Step 1: Configure the GigabitEthernet 0/0 interface
on R1. a. Enter the following commands to address and activate the GigabitEthernet 0/0
interface on R1: R1(config)# interface gigabitethernet 0/0 R1(config-if)# ip address
192.168.10.1 255.255.255.0 R1(config-if)# no shutdown %LINK-5-CHANGED:
Interface GigabitEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line
protocol on Interface GigabitEthernet0/0, changed state to up b. It is good practice to
configure a description for each interface to help document the network information.
Configure an interface description indicating to which device it is connected. R1(config-
if)# description LAN connection to S1 c. R1 should now be able to ping PC1.
R1(config-if)# end %SYS-5-CONFIG_I: Configured from console by console R1# ping
192.168.10.10 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to
192.168.10.10, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip
min/avg/max = 0/2/8 ms Step 2: Configure the remaining Gigabit Ethernet Interfaces on
R1 and R2. a. Use the information in the Addressing Table to finish the interface
configurations for R1 and R2. For each interface, do the following: 1) Enter the IP
address and activate the interface. 2) Configure an appropriate description. b. Verify
interface configurations. Step 3: Back up the configurations to NVRAM. Save the
configuration files on both routers to NVRAM. What command did you use? On R1 :
R!# copy running-config startup-config On R2 : R2# copy running-config startup-
config. Packet Tracer - Connect a Router to a LAN © 2023 Cisco and/or its affiliates.
All rights reserved. This document is Cisco Public. Page 4 of 5 Part 3: Verify the
Configuration Step 1: Use verification commands to check your interface
configurations. a. Use the show ip interface brief command on both R1 and R2 to
quickly verify that the interfaces are configured with the correct IP address and active.
How many interfaces on R1 and R2 are configured with IP addresses and in the “up”
and “up” state?
You need to count the number of interfaces that have both the "up" and "up"
status, indicating that they are operational and connected.
What part of the interface configuration is NOT displayed in the command output? The
command "show ip interface brief" displays a summary of the interface
configurations, including the IP addresses, status, and protocol information.
However, it does not display the detailed configuration parameters of each
interface.
The command output does not include information such as subnet masks,
descriptions, bandwidth settings, administrative status (enabled/disabled), media
type, duplex settings, or any other specific configuration details beyond the IP
address, status, and protocol status. To view the complete configuration of a
specific interface, you would need to use other commands such as "show running-
config interface <interface>" or "show interface <interface>."
What commands can you use to verify this part of the configuration?
1. "show running-config interface <interface>": This command displays the
running configuration of a specific interface, including all the configuration
parameters such as IP address, subnet mask, description, administrative
status, bandwidth settings, media type, duplex settings, and other relevant
configuration details.
2. "show interface <interface>": This command provides detailed information
about the specified interface, including its current operational status,
hardware and software status, input/output statistics, error counters,
duplex settings, speed, MAC address, and other interface-specific details.
b. Use the show ip route command on both R1 and R2 to view the current routing tables
and answer the following questions: 1) How many connected routes (uses the C code)
do you see on each router? 2 connected route on both. 2) How many EIGRP routes
(uses the D code) do you see on each router? There are 5 EIGRP route displayed 3)
If the router knows all the routes in the network, then the number of connected routes
and dynamically learned routes (EIGRP) should equal the total number of LANs and
WANs. How many LANs and WANs are in the topology?
there are two LANs and one WAN in the topology. LAN1 and LAN2 represent
local area networks, while WAN1 represents a wide area network connection
between R1 and R2.
4) Does this number match the number of C and D routes shown in the routing table?
Yes the numbers it’s match the number of C and DNote: If your answer is “no”, then
you are missing a required configuration. Review the steps in Part 2. Step 2: Test end-
to-end connectivity across the network. You should now be able to ping from any PC to
any other PC on the network. In addition, you should be able to ping the active
interfaces on the routers. For example, the following should tests should be successful:
From the command line on PC1, ping PC4. From the command line on R2, ping PC2.
Note: For simplicity in this activity, the switches are not configured; you will not be
able to ping them. Packet Tracer - Connect a Router to a LAN © 2023 Cisco and/or its
affiliates. All rights reserved. This document is Cisco Public. Page 5 of 5 Suggested
Scoring Rubric Activity Section Question Location Possible Points Earned Points Part
1: Display Router Information Step 1a 2 Step 1b 2 Step 1c 4 Step 1d 6 Step 2a 2 Step 2b
6 Step 3a 2 Step 3b 6 Part 1 Total 30 Part 2: Configure Router Interfaces Step 3 2 Part 2
Total 2 Part 3: Verify the Configuration Step 1a 6 Step 1b 8 Part 3 Total 14 Packet
Tracer Score 54 Total Score (with bonus) 100
You might also like
Topic 8
PDF
No ratings yet
Topic 8
19 pages
Basic Router Configuration (Network Layer)
PDF
No ratings yet
Basic Router Configuration (Network Layer)
25 pages
ITN - Module - 10 - Basic Router Configuration
PDF
No ratings yet
ITN - Module - 10 - Basic Router Configuration
20 pages
10.3.4 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A LAN
4 pages
31 - 10 - 2024 - Progress Test 3
PDF
No ratings yet
31 - 10 - 2024 - Progress Test 3
12 pages
6.4.3.3 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
6.4.3.3 Packet Tracer - Connect A Router To A LAN
5 pages
2.2.2.5 Lab - Configuring IPv4 Static and Default Routes
PDF
No ratings yet
2.2.2.5 Lab - Configuring IPv4 Static and Default Routes
16 pages
10.3.4 Packet Tracer - Connect A Router To A LAN
PDF
100% (1)
10.3.4 Packet Tracer - Connect A Router To A LAN
5 pages
Internet Networking Module - 10
PDF
No ratings yet
Internet Networking Module - 10
21 pages
10.3.4 Packet Tracer
PDF
No ratings yet
10.3.4 Packet Tracer
4 pages
10.3.4 Packet Tracer - Connect A Router To A Lan
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A Lan
4 pages
10.3.4 Packet Tracer - Connect A Router To A Lan
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A Lan
4 pages
Module 10 BasicRtrCfg
PDF
No ratings yet
Module 10 BasicRtrCfg
23 pages
10.3.4 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A LAN
4 pages
Lab6 - Connect A Router To A LAN
PDF
No ratings yet
Lab6 - Connect A Router To A LAN
4 pages
1 - Basic Device Configuration
PDF
No ratings yet
1 - Basic Device Configuration
18 pages
10.3.4 Packet Tracer - Connect A Router To A LAN-1
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A LAN-1
4 pages
200-105.CCNA Part 2 - Certkiller
PDF
No ratings yet
200-105.CCNA Part 2 - Certkiller
76 pages
4.1.4.5 Packet Tracer - Configuring and Verifying A Small Network Instructions
PDF
0% (3)
4.1.4.5 Packet Tracer - Configuring and Verifying A Small Network Instructions
3 pages
CH 3 1 Routers
PDF
No ratings yet
CH 3 1 Routers
31 pages
Packet Tracer: Conexión de Un Router A Una LAN
PDF
No ratings yet
Packet Tracer: Conexión de Un Router A Una LAN
12 pages
10.3.4 Packet Tracer - Connect A Router To A Lan
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A Lan
4 pages
6.4.3.3 Packet Tracer - Connect A Router To A LAN - Instructions
PDF
No ratings yet
6.4.3.3 Packet Tracer - Connect A Router To A LAN - Instructions
5 pages
PT6433 v2 Completed
PDF
No ratings yet
PT6433 v2 Completed
3 pages
Navdeep Singh Parewa (2030075 - 10.3.4 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
Navdeep Singh Parewa (2030075 - 10.3.4 Packet Tracer - Connect A Router To A LAN
4 pages
14.3.5 Packet Tracer - Basic Router Configuration Review
PDF
100% (1)
14.3.5 Packet Tracer - Basic Router Configuration Review
5 pages
10.3.4 Packet Tracer Connect A Router To A Lan
PDF
No ratings yet
10.3.4 Packet Tracer Connect A Router To A Lan
4 pages
Packet Tracer - Connect A Router To A LAN: Addressing Table
PDF
No ratings yet
Packet Tracer - Connect A Router To A LAN: Addressing Table
12 pages
Laboratorio Simulador 10.3.4: PT Conexión de Un Router A Una Lan
PDF
No ratings yet
Laboratorio Simulador 10.3.4: PT Conexión de Un Router A Una Lan
15 pages
10.3.4 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A LAN
4 pages
Lec2 Basic Router Configuration
PDF
No ratings yet
Lec2 Basic Router Configuration
20 pages
Cisco Lab Guide - 6.4.3.3 & 6.4.3.4
PDF
100% (1)
Cisco Lab Guide - 6.4.3.3 & 6.4.3.4
3 pages
11 Cisco Device Functions - Lab Exercises
PDF
No ratings yet
11 Cisco Device Functions - Lab Exercises
7 pages
2 - Basic Device Configuration
PDF
No ratings yet
2 - Basic Device Configuration
16 pages
Basic Router Configuration
PDF
No ratings yet
Basic Router Configuration
26 pages
Finals Activity 1 - 6.4.3.3 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
Finals Activity 1 - 6.4.3.3 Packet Tracer - Connect A Router To A LAN
5 pages
Build A Switch and Router Network
PDF
No ratings yet
Build A Switch and Router Network
6 pages
Packet Tracer - Connect A Router To A LAN: Addressing Table
PDF
No ratings yet
Packet Tracer - Connect A Router To A LAN: Addressing Table
6 pages
6.4.3.3 - Zach
PDF
No ratings yet
6.4.3.3 - Zach
5 pages
JARKOM11 DaviAdrian - 1803007
PDF
No ratings yet
JARKOM11 DaviAdrian - 1803007
10 pages
6.4.3.3 Packet Tracer - Connect A Router To A LAN Instructions IG
PDF
No ratings yet
6.4.3.3 Packet Tracer - Connect A Router To A LAN Instructions IG
5 pages
Packet Tracer - Connect A Router To A LAN: Addressing Table
PDF
No ratings yet
Packet Tracer - Connect A Router To A LAN: Addressing Table
4 pages
2.2.2.5 Lab - Configuring IPv4 Static and Default Routes - ILM
PDF
No ratings yet
2.2.2.5 Lab - Configuring IPv4 Static and Default Routes - ILM
18 pages
Module 10: Basic Router Configuration: Instructor Materials
PDF
No ratings yet
Module 10: Basic Router Configuration: Instructor Materials
31 pages
Packet Tracer - Connect A Router To A LAN: Topology
PDF
No ratings yet
Packet Tracer - Connect A Router To A LAN: Topology
5 pages
10.3.4 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A LAN
4 pages
KLoaiza 6.4.3.3 Packet Tracer
PDF
No ratings yet
KLoaiza 6.4.3.3 Packet Tracer
5 pages
10.3.4 Packet Tracer - Connect A Router To A Lan
PDF
No ratings yet
10.3.4 Packet Tracer - Connect A Router To A Lan
8 pages
6.4.3.3 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
6.4.3.3 Packet Tracer - Connect A Router To A LAN
5 pages
6.4.3.3 Packet Tracer - Connect A Router To A LAN
PDF
No ratings yet
6.4.3.3 Packet Tracer - Connect A Router To A LAN
5 pages
Router Behind CM 19268
PDF
No ratings yet
Router Behind CM 19268
5 pages
6.4.3.3 Packet Tracer - Connect A Router To A LAN - Instructions
PDF
No ratings yet
6.4.3.3 Packet Tracer - Connect A Router To A LAN - Instructions
5 pages
Documents
Business