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

Cisco Packet Tracer

This document contains instructions for six Packet Tracer practices: 1) Configuring static routing between PCs and routers; 2) Configuring RIP routing between multiple routers; 3) Configuring OSPF routing between routers; 4) Configuring a DHCP server and client; 5) Connecting devices like PCs, switches and routers; and 6) Configuring IP addresses for devices. The practices involve tasks like adding devices, creating connections between devices, configuring IP addresses and default gateways for PCs, enabling routing protocols on routers and verifying connectivity between devices.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views

Cisco Packet Tracer

This document contains instructions for six Packet Tracer practices: 1) Configuring static routing between PCs and routers; 2) Configuring RIP routing between multiple routers; 3) Configuring OSPF routing between routers; 4) Configuring a DHCP server and client; 5) Connecting devices like PCs, switches and routers; and 6) Configuring IP addresses for devices. The practices involve tasks like adding devices, creating connections between devices, configuring IP addresses and default gateways for PCs, enabling routing protocols on routers and verifying connectivity between devices.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

CISCO PACKET TRACER (COMPUTER NETWORK

PRACTICAL)
Practical 2:-
Practical 3:- Configure IP Static Routing.
https://chat.openai.com/share/2cb7d376-37e7-403f-
800f-9cdd1489dfcb
1. Go to routers and drag 1841 router
2. Go to switches and drag 2950-24 switch
3. Now, go to end devices and drag PC
4. Now go to connections and make connections from PC
to switches , switches to routers and routers to routers
by using automatically choose connection type
5. Now click on PC and the dialog will appear and go to
desktop -> IP configuration and update the IP address
and default gateway as shown in the table below:-
PC IP Address Default Gateway
PC-0 192.168.2.2 192.168.2.1
PC-1 192.168.2.3 192.168.2.1
PC-2 192.168.3.2 192.168.3.1
PC-3 192.168.3.3 192.168.3.1
6. Click on Router -> Config and update the fastEthernet IP
address as shown below:-
Router FastEthernet IP address
Router 0 FastEthernet FastEthernet
0/0:- 192.168.2.1 0/1:- 192.168.1.2
Router 1 FastEthernet FastEthernet
0/0:- 192.168.3.1 0/1:- 192.168.1.3
And ON the Port Status
7. Pass the message from PC to router to show successful
connections

Practical 4:- Configure IP routing using RIP.


https://chat.openai.com/share/9bb61a0a-2a19-4
00e-8924-a517ee8f3d6d
1. Go to routers and drag 1841 router
2. Go to switches and drag 2950-24 switch
3. Now, go to end devices and drag PC
4. Click on router, in the physical tab go to WIC-2T and
then in the Physical Device View turn off the light ->
drag and drop the port to the slot and on the light
5. Now go to connections and make connections from
PC to switches , switches to routers and routers to
routers by using automatically choose connection
type
6. Now click on PC and the dialog will appear and go
to desktop -> IP configuration and update the IP
address and default gateway as shown in the table
below:-
PC IP Address Default Gateway
PC-0 192.168.1.2 192.168.1.4
PC-1 192.168.1.3 192.168.1.4
PC-2 192.168.2.2 192.168.2.4
PC-3 192.168.2.3 192.168.2.4
PC-4 192.168.3.2 192.168.3.4
PC-5 192.168.3.3 192.168.3.4

7. Click on Router -> Config and update the


fastEthernet IP address as shown below:-
Router FastEthernet Serial Serial
IP address
Router 0 FastEthernet Serial 0/1/0:-
0/0:- 192.168.4.2
192.168.1.4
Router 1 FastEthernet Serial 0/1/0:- Serial 0/1/1:-
0/0:- 192.168.1.3 192.168.5.2
192.168.2.4
Router 2 FastEthernet Serial 0/1/0:-
0/0:- 192.168.5.3
192.168.3.4
And ON the Port Status
8. Pass the message from PC to router to show
successful connections.

Practical 5:- Configuring Simple OSPF.


https://chat.openai.com/share/43757dd1-a2d9-428b-81a9-2
13aac397350
https://chat.openai.com/share/47b4d04f-0651-4dd0-97f7-5ff
581bce5f7
1. Go to routers and drag 1841 router
2. Go to end devices and drag PC
3. Click on router, in the physical tab go to WIC-2T and then
in the Physical Device View turn off the light -> drag and
drop the port to the slot and on the light
4. Now go to connections and make connections from PC
to routers and routers to routers by using automatically
choose connection type
5. Now click on PC and the dialog will appear and go to
desktop -> IP configuration and update the IP address
and default gateway as shown in the table below:-
PC IP Address Default Gateway
PC-0 192.168.1.2 192.168.1.3
PC-1 192.168.2.2 192.168.2.3
PC-2 192.168.3.2 192.168.3.3
6. Click on Router -> Config and update the fastEthernet IP
address as shown below:-
Router FastEthernet Serial Serial
Router 0 FastEthernet 0/0:- Serial 0/1/0:-
192.168.1.3 192.168.4.2
Router 1 FastEthernet 0/0:- Serial 0/0/0:- Serial 0/1/0:-
192.168.2.3 192.168.4.3 192.168.5.2

Router 2 FastEthernet 0/0:- Serial 0/1/0:-


192.168.3.3 192.168.5.3
And ON the Port Status
7. Click on router and go to the CLI (Command Line
Interface) tab type the following commands
➔ Router 0
exit
exit
enable
configure terminal
router ospf 1
network 192.168.1.0 0.0.0.255 area 1
network 192.168.4.0 0.0.0.255 area 1
exit
➔ Router 1
exit
exit
enable
configure terminal
router ospf 3
network 192.168.2.0 0.0.0.255 area 0
network 192.168.4.0 0.0.0.255 area 1
network 192.168.5.0 0.0.0.255 area 2
exit
➔ Router 2
exit
exit
enable
configure terminal
router ospf 2
network 192.168.3.0 0.0.0.255 area 2
network 192.168.5.0 0.0.0.255 area 2
exit
8. Pass the message from PC to router to show successful
connections.
Practical 6:- Configuring DHCP server and
client.https://youtu.be/TIO3e6a5bog?si=Zpmk7DkutpegZdSZ
1.

You might also like