Lab 2 (1
.docx
keyboard_arrow_up
School
Saskatchewan Institute of Applied Science and Technology *
*We aren’t endorsed by this school
Course
CCNA1
Subject
Computer Science
Date
Feb 20, 2024
Type
docx
Pages
6
Uploaded by ChancellorEnergy13554
Lab 2 (1.6.2) - Configure Basic Router Settings
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
PC-B
NIC
192.168.0.10 /24
192.168.0.1
PC-B
NIC
2001:db8:acad::10 /64
fe80::1
Objectives
Part 1: Set Up the Topology and Initialize Devices
Cable equipment to match the network topology.
Initialize and restart the router and switch.
Part 2: Configure Devices and Verify Connectivity
Assign static IPv4 and IPv6 information to the PC interfaces.
Configure basic router settings.
Configure the router for SSH.
Verify network connectivity.
Part 3: Display Router Information
2013 - 2022 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page 1
of 6
www.netacad.com
Lab 2 (1.6.2) - Configure Basic Router Settings
Retrieve hardware and software information from the router.
Interpret the output from the startup configuration.
Interpret the output from the routing table.
Verify the status of the interfaces.
Background / Scenario
This is a comprehensive lab 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 utilize the IOS commands to retrieve information from the device to answer questions about the router. For review purposes, this lab provides the commands necessary for specific router configurations.
Note
: The routers used with CCNA hands-on labs are Cisco 4221 with Cisco IOS XE Release 16.9.4 (universalk9 image). The switches used in the labs are Cisco Catalyst 2960s with Cisco IOS Release 15.2(2) (lanbasek9 image). Other routers, switches, and Cisco IOS versions can be used. Depending on the model and Cisco IOS version, the commands available and the output produced might vary from what is shown in the labs. Refer to the Router Interface Summary Table at the end of the lab for the correct interface identifiers.
Note
: Make sure that the router and switch have been erased and have no startup configurations. Required Resources
1 Router (Cisco 4221 with Cisco IOS XE Release 16.9.4 universal image or comparable)
1 Switch (Cisco 2960 with Cisco IOS Release 15.2(2) lanbasek9 image or comparable)
2 PCs (Windows with a terminal emulation program, such as Tera Term)
Console cables to configure the Cisco IOS devices via the console ports
Ethernet cables as shown in the topology
Note
: The Gigabit Ethernet interfaces on Cisco 4221 routers are autosensing and an Ethernet straight-
through cable may be used between the router and PC-B. If using another model Cisco router, it may be necessary to use an Ethernet crossover cable.
Instructions
Part 1: Set Up the Topology and Initialize Devices
Step 1: Cable the network as shown in the topology.
a.
Attach the devices as shown in the topology diagram, and cable as necessary.
b.
Power on all the devices in the topology.
Step 2: Initialize and reload the router and switch.
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 PC-B.
2013 - 2022 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page 2
of 6
www.netacad.com
Lab 2 (1.6.2) - Configure Basic Router Settings
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.
Disable DNS lookup to prevent the router from attempting to translate incorrectly entered commands as though they were host names.
f.
Encrypt the plaintext passwords.
g.
Configure the system to require a minimum 12-character password.
h.
Configure the username SSHadmin
with an encrypted password of 55Hadm!n2020
.
i.
Generate a set of crypto keys with a 1024 bit modulus
j.
Assign the privileged EXEC password to $cisco!PRIV*
k.
Assign $cisco!!CON*
as the console password, configure sessions to disconnect after four minutes of inactivity, and enable login.
l.
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.
m.
Create a banner that warns anyone accessing the device that unauthorized access is prohibited.
n.
Enable IPv6 Routing
o.
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.
p.
The router should not allow vty logins for two minutes if three failed login attempts occur within 60 seconds.
q.
Set the clock on the router.
r.
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?
We would lose all the work for configuration if we do not use this command prior to reload. Close configuration window
Step 3: Verify network connectivity.
a.
Using the command line at PC-A, ping the IPv4 and IPv6 addresses for PC-B.
Note
: It may be necessary to disable the PCs firewall.
Question:
Were the pings successful?
yes
b.
Remotely access R1 from PC-A using the Tera Term SSH client.
Using Tera Term on PC-A, open an SSH session to the R1 Loopback interface IPv4 address. Ensure that
the SSH
radio button is selected and then click OK
to connect to the router. Log in as SSHadmin
with the
password 55Hadm!n2020
.
2013 - 2022 Cisco and/or its affiliates. All rights reserved. Cisco Public
Page 3
of 6
www.netacad.com
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
R2(config)# router ospf 20
R2(config-router) # router-id 2.2.2.2
R2(config-router) # network 192.168.10.0 0.0.0.3 area 0
R2(config-router) # network 10.2.1.0 0.0.0.255 area 0
R2(config-router) # end
R1(config)# router ospf 10
R1(config-router) # router-id 1.1.1.1
R1(config-router) # network 10.1.1.0 0.0.0.255 area 1
R1(config-router) # network 10.1.2.0 0.0.0.255 area 1
R1(config-router) # network 192.168.10.0 0.0.0.3 area 1
R1(config-router) # end
Refer to the exhibit. Why are routers R1 and R2 not able to establish an OSPF adjacency?
1. Open Packet tracer and replicate the topology.
2. Refer on the configuration and load them in your topology
3. Apply the correct configuration
4. Test PC with 10.1.1.10/24 should be able to ping 10.2.1.10/24
5. Record your testing and save it as MP4 format.
Area 0
10.2.1.0/24
GO/0.1
192.168.10.0/30
Area 1
.2 S0/0/0
.1
R2
10.1.1.0/24
SO/0/0
R1
GO/O G0/1
.1
10.1.2.0/24
arrow_forward
.1
.3
.5
6
.7
8
Fa0
Fa0/2
Fa0/1
Fa0/0;
Fa0/1
Fa0/0
Fa0/1
Fa0/0
Fa0
Fa0/1
PC-PT
PCO
2960-24TT
Switcho
2811
Router0
2811
Router1
2811
Router2
Server-PT
192.168.2.0/24
192.168.3.0/24
Server0
192.168.1.0/24
192.168.4.0/24
For the above network containing three routers,
a. Write down all Cisco IOS commands needed to properly configure both fast Ethernet interfaces on
Router1 with appropriate IP address shown and enable the interfaces. Assume that all other two routers
are already pre-configured.
b. Write down all Cisco IOS static route commands needed to properly configure Router1 so that it
knows how to forward IP packets to PCO and Server0
arrow_forward
Consider the Ethernet networks shown in the below exhibit to answer the following questions.
Fa0
Fal
PC3
PCO
Fa0/1
Fa0/0
Fa0/3
Etho/D/0
Fa0/2
s1
Fa0/1
R1
Fa0
Fa0/0
Fa0/1
PC1
R2
Fa0/1
Fa0/3
S2
Fa0
PC2
The network interface settings of POs are:
Logical Address
Physical Address
PCO
192.168.2.2
0060.5032.9A15
PC1
192.168.2.3
o001.6363.6BAA
PC2
192.168.3.2
O0EO.F9A1.0864
PC3
192.168.0.2
0001.0935.08C3
The network interface settings of routers are:
Logical Address
Physical Address
R1-Fa0/0
192.168.0.1
0004.9A31.0501
R1-Fa0/1
192.168.1.1
0004.9A31.0502
R1-Etho/0/0
192.168.2.1
0060.2F70.0D9B
R2-Fa0/0
192.168.1.2
0002.1641.6301
R2-Fa0/1
192.168.3.1
0002.1641.6302
Suppose that the switching table in the S1 contains the following contents:
Fa0/1
Fa0/2
Fa0/3
Fa0/4
Open
Fa0/5
Fa0/6
Fa0/7
Fa0/8
Open
Open
Open
Open
If a frame with source MAC address 001.6363.6BAA and destination MAC address 0060.5032.9A15 is
received at the switch, at which port does the frame arrive?
Which port(s) will the frame go…
arrow_forward
Computer Science
arrow_forward
Consider a datagram network using 8-bit host addresses and the forwarding table below:
Prefix
Interface
1001
1
10010
2
001
3
0011
4
0100
5
00
6
11
7
1101
8
Others
9
Suppose the following 8-bit datagram arrived at the router:
11011001, 10010100, 00100010, 10110101, 11001010,
which interface(s) will they be forwarded?
arrow_forward
NAT translation table
LAN side addr
WAN side addr
135.122.200.215
10.0.1.15
10,0.1.13
address 135.122.200.215
S:
10,0,1.27
2
D:
1
D:
S:
S:
D:
S:
10,0.1.15
D:
135.122,200,215
10.०.1.22
arrow_forward
73.
The maximum size of the data that the application layer can pass on to the TCP layer below is .........
a.
2^16 bytes
b.
2^16 bytes + TCP header length
c.
Any size
d.
2^16 bytes - TCP header length
arrow_forward
The term synchronization has many meanings in Computer Science. Within the networking field, the term is
usually used to describe making asynchronous communication synchronous (A coordination of activities; running
at the same rate)
We see synchronization occurring in different layers, but we are mostly concerned with the physical layer and the
data link layer (L1 and L2).
a) In what ways is synchronization in these two layers similar?
b) In what ways is synchronization in these two layers dissimilar?
arrow_forward
Consider the Ethernet networks shown in the below exhibit to answer the following questions.
Fa0
PCO
Fa0
PC3
Fa0/0
Fa0/1
| Fa0/3 Etho/D/0,
FaD2 s1
Fa0/1
R1
Fa0
Fa0/0
Fa0/1
R2
PC1
Fa0/1
Fa0/3.
S2
Fa0
PC2
The network interface settings of PCs are:
Logical Address
Physical Address
PCO
192.168.2.2
0060.5C32.9A15
PC1
192.168.2.3
0001.6363.6BAA
PC2
192.168.3.2
00E0.F9A1.0864
PC3
192.168.0.2
0001.C935.08C3
The network interface settings of routers are:
Logical Address
Physical Address
R1-Fa0/0
192.168.0.1
0004.9A31.C501
R1-Fa0/1
192.168.1.1
0004.9A31.C502
R1-Eth0/0/0
192.168.2.1
0060.2F70.0D9B
R2-Fa0/0
192.168.1.2
0002.1641.6301
R2-Fa0/1
192.168.3.1
0002.1641.6302
Suppose that the ARP cache of PC0 is empty. Write down the contents of the cache, after PC0 has sent
packets to PC1 and PC3 using the following format:
Physical Address
Internet Address
Communicate with PC 1
Communicate with PC 3
arrow_forward
TCP provides
service, whereas UDP is
* Jand
connectionless
address-oriented
connection-oriented
arrow_forward
QUESTION 3
Express the following subnet masks in binary (0s and 1s) and show their CIDR prefix length (please input the answer like this 11111111.1
1111111.11111111.11111111/xy):
A. 255.255.255.128
B. 255.255.255.224
C. 255.255.255.240
D. 255.255.255.252
arrow_forward
Why is an Ethernet LAN protocol address field needed? Can you say a beneficial circumstance Where might you either completely ignore the address field, or
use a "special" address value in the address field?
arrow_forward
Suppose a switch is built using a computer workstation and that it
can forward packets at a rate of 500,000 packets per second,
regardless (within limits) of size. Assume the workstation uses
direct memory access (DMA) to move data in and out of its main
memory, which has a bandwidth of 2 Gbps, and that the I/O bus
has a bandwidth of 1 Gbps. At what packet size would the bus
bandwidth become the limiting factor?
arrow_forward
Configure the OSPF process on all routers for a single area-0 (backbone) and advertise its directly related networks.on R1
arrow_forward
Convert the following subnet masks to /k notation, and vice-versa:
(a). 255.255.240.0
(b). 255.255.248.0
(c). 255.255.255.192
(d). /20
(e). /22
(f). /27
arrow_forward
could you give me a detailed answer?thanks
arrow_forward
Assume we have a memory with access time of 10 nanoseconds. The memory is accessed as 4-byte words. We would like to build a 32 X 32 Router. Assume a fixed length datagram of 1100 bytes?
What is the maximum transmission rate for each input (line rate) in Gbps?
What should be the capability of the router to perform address lockup (Kilo lookups per second)? units is K lookups/seconds
arrow_forward
Consider a datagram network using 8-bit host addresses. Suppose a router uses longest prefix matching and has the following forwarding table, what
is the associated range of destination host addresses for interface 1.
Prefix Match
Interface
1
0
10
1
111
2
otherwise
OO
3
10000000 through 10111111
11000000 through 11011111
11100000 through 11111111
00000000 through 01111111
arrow_forward
QUESTION 19
What BINARY network mask would be used with a standard class A address (answer in binary with no dots or spaces, just a string of 32 binary digits)?
arrow_forward
A junior network engineer has set up an IPV6 addressing for a network topology as shown in Figure 1.
Write the configurations in the respective routers for communications among PCO, Laptop0, PC1 and
PC2.
2001 abod aabb:3:64
2001 abcd aabb:3:15
GO00
2001 abcd abcd 3:10
PC2
Laptopo
2001:abcd aabb 2:64
so10
GODO
2001:ABCD AABB:1:20
Network 88 2001:abod abcd 3-64
GODO
RouterAA
2001:abcd abod 164
RouterB8
PC1
2001 ABCD ABCD 2:10
Network EE 2001:abod aab:1:64
PCO
Network AA
2001:abod abod 2:64
Figure 1: Network Topology
arrow_forward
3. With the help of the sequence diagrams, discuss how the connection-oriented TCP sockets and
connectionless UDP sockets work.
arrow_forward
10. A TCP machine is sending full windows of 65,535 bytes over a 1-Gbps channel that
has a 10-msec one-way delay. What is the maximum throughput achievable? What is
the line efficiency?
State each result and provide explanation:
Solution:
arrow_forward
can any one please answer this question with full explanation. i found the answer but that was not well explained
arrow_forward
please tutor help me
arrow_forward
A data link layer switch SW1 is connected with four hosts (H1, H2, H3, H4) as shown in figure below:
Suppose switch table is empty and switch receives a frame with source MAC address of H1 (MAC-H1) and destination MAC address of H2 (MAC-H2). What actions will be performed by the switch in this case?
arrow_forward
COMPUTER NETWORKS
Find the topology of the network if Table below is the routing table for router R1.
Mask
Network Address
Next-Hop Address
Interface
/27
202.14.17.224
-
m1
/18
145.23.192.0
-
m0
Default
Default
130.56.12.4
m2
arrow_forward
TCP sockets handle data sent as a byte stream, but UDP sockets are aware of message boundaries.What are the advantages and disadvantages of a byte-oriented API versus an AP that recognises and preserves application-defined message boundaries?
arrow_forward
Suppose an extension of TCP allows window size much larger than 64 KB. Assume the
extended TCP runs over a 100-Mbps link with RTT 100 ms, segment size is 1 KB, and receiving
window size is 1 MB. How long does it take to send a 200 KB file?
arrow_forward
Show me how to solve please
arrow_forward
Consider the figure below. The IP and MAC addresses are shown for nodes A, B, C and D, as well as for the router's interfaces.
Consider an IP datagram being sent from node D to node A. Give the source and destination Ethernet addresses, as well as the source and destination addresses of the IP datagram encapsulated within the Ethernet frame at points (5), (4), (2), and (1) in the figure above.
arrow_forward
TCP provides
service, whereas UDP is
and
connectionless
address-oriented
connection-oriented
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
Related Questions
- R2(config)# router ospf 20 R2(config-router) # router-id 2.2.2.2 R2(config-router) # network 192.168.10.0 0.0.0.3 area 0 R2(config-router) # network 10.2.1.0 0.0.0.255 area 0 R2(config-router) # end R1(config)# router ospf 10 R1(config-router) # router-id 1.1.1.1 R1(config-router) # network 10.1.1.0 0.0.0.255 area 1 R1(config-router) # network 10.1.2.0 0.0.0.255 area 1 R1(config-router) # network 192.168.10.0 0.0.0.3 area 1 R1(config-router) # end Refer to the exhibit. Why are routers R1 and R2 not able to establish an OSPF adjacency? 1. Open Packet tracer and replicate the topology. 2. Refer on the configuration and load them in your topology 3. Apply the correct configuration 4. Test PC with 10.1.1.10/24 should be able to ping 10.2.1.10/24 5. Record your testing and save it as MP4 format. Area 0 10.2.1.0/24 GO/0.1 192.168.10.0/30 Area 1 .2 S0/0/0 .1 R2 10.1.1.0/24 SO/0/0 R1 GO/O G0/1 .1 10.1.2.0/24arrow_forward.1 .3 .5 6 .7 8 Fa0 Fa0/2 Fa0/1 Fa0/0; Fa0/1 Fa0/0 Fa0/1 Fa0/0 Fa0 Fa0/1 PC-PT PCO 2960-24TT Switcho 2811 Router0 2811 Router1 2811 Router2 Server-PT 192.168.2.0/24 192.168.3.0/24 Server0 192.168.1.0/24 192.168.4.0/24 For the above network containing three routers, a. Write down all Cisco IOS commands needed to properly configure both fast Ethernet interfaces on Router1 with appropriate IP address shown and enable the interfaces. Assume that all other two routers are already pre-configured. b. Write down all Cisco IOS static route commands needed to properly configure Router1 so that it knows how to forward IP packets to PCO and Server0arrow_forwardConsider the Ethernet networks shown in the below exhibit to answer the following questions. Fa0 Fal PC3 PCO Fa0/1 Fa0/0 Fa0/3 Etho/D/0 Fa0/2 s1 Fa0/1 R1 Fa0 Fa0/0 Fa0/1 PC1 R2 Fa0/1 Fa0/3 S2 Fa0 PC2 The network interface settings of POs are: Logical Address Physical Address PCO 192.168.2.2 0060.5032.9A15 PC1 192.168.2.3 o001.6363.6BAA PC2 192.168.3.2 O0EO.F9A1.0864 PC3 192.168.0.2 0001.0935.08C3 The network interface settings of routers are: Logical Address Physical Address R1-Fa0/0 192.168.0.1 0004.9A31.0501 R1-Fa0/1 192.168.1.1 0004.9A31.0502 R1-Etho/0/0 192.168.2.1 0060.2F70.0D9B R2-Fa0/0 192.168.1.2 0002.1641.6301 R2-Fa0/1 192.168.3.1 0002.1641.6302 Suppose that the switching table in the S1 contains the following contents: Fa0/1 Fa0/2 Fa0/3 Fa0/4 Open Fa0/5 Fa0/6 Fa0/7 Fa0/8 Open Open Open Open If a frame with source MAC address 001.6363.6BAA and destination MAC address 0060.5032.9A15 is received at the switch, at which port does the frame arrive? Which port(s) will the frame go…arrow_forward
- Computer Sciencearrow_forwardConsider a datagram network using 8-bit host addresses and the forwarding table below: Prefix Interface 1001 1 10010 2 001 3 0011 4 0100 5 00 6 11 7 1101 8 Others 9 Suppose the following 8-bit datagram arrived at the router: 11011001, 10010100, 00100010, 10110101, 11001010, which interface(s) will they be forwarded?arrow_forwardNAT translation table LAN side addr WAN side addr 135.122.200.215 10.0.1.15 10,0.1.13 address 135.122.200.215 S: 10,0,1.27 2 D: 1 D: S: S: D: S: 10,0.1.15 D: 135.122,200,215 10.०.1.22arrow_forward
- 73. The maximum size of the data that the application layer can pass on to the TCP layer below is ......... a. 2^16 bytes b. 2^16 bytes + TCP header length c. Any size d. 2^16 bytes - TCP header lengtharrow_forwardThe term synchronization has many meanings in Computer Science. Within the networking field, the term is usually used to describe making asynchronous communication synchronous (A coordination of activities; running at the same rate) We see synchronization occurring in different layers, but we are mostly concerned with the physical layer and the data link layer (L1 and L2). a) In what ways is synchronization in these two layers similar? b) In what ways is synchronization in these two layers dissimilar?arrow_forwardConsider the Ethernet networks shown in the below exhibit to answer the following questions. Fa0 PCO Fa0 PC3 Fa0/0 Fa0/1 | Fa0/3 Etho/D/0, FaD2 s1 Fa0/1 R1 Fa0 Fa0/0 Fa0/1 R2 PC1 Fa0/1 Fa0/3. S2 Fa0 PC2 The network interface settings of PCs are: Logical Address Physical Address PCO 192.168.2.2 0060.5C32.9A15 PC1 192.168.2.3 0001.6363.6BAA PC2 192.168.3.2 00E0.F9A1.0864 PC3 192.168.0.2 0001.C935.08C3 The network interface settings of routers are: Logical Address Physical Address R1-Fa0/0 192.168.0.1 0004.9A31.C501 R1-Fa0/1 192.168.1.1 0004.9A31.C502 R1-Eth0/0/0 192.168.2.1 0060.2F70.0D9B R2-Fa0/0 192.168.1.2 0002.1641.6301 R2-Fa0/1 192.168.3.1 0002.1641.6302 Suppose that the ARP cache of PC0 is empty. Write down the contents of the cache, after PC0 has sent packets to PC1 and PC3 using the following format: Physical Address Internet Address Communicate with PC 1 Communicate with PC 3arrow_forward
- TCP provides service, whereas UDP is * Jand connectionless address-oriented connection-orientedarrow_forwardQUESTION 3 Express the following subnet masks in binary (0s and 1s) and show their CIDR prefix length (please input the answer like this 11111111.1 1111111.11111111.11111111/xy): A. 255.255.255.128 B. 255.255.255.224 C. 255.255.255.240 D. 255.255.255.252arrow_forwardWhy is an Ethernet LAN protocol address field needed? Can you say a beneficial circumstance Where might you either completely ignore the address field, or use a "special" address value in the address field?arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage Learning
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning