0% found this document useful (0 votes)
2K views19 pages

FRP File

The document outlines procedures for connecting LANs and routers using various routing protocols like RIP, OSPF, EIGRP in Packet Tracer. It includes 10 practical exercises where 2 LANs are connected using a router in the first exercise, 4 LANs are connected using RIP in the second, OSPF is implemented to connect routers in the third, 5 routers are connected in an OSPF network in the fourth, and EIGRP is implemented in the tenth exercise. The steps provided configure the routers with IP addresses and routing protocols, and simulate connectivity between PCs on different LANs using ping commands.

Uploaded by

varun sangwan
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
0% found this document useful (0 votes)
2K views19 pages

FRP File

The document outlines procedures for connecting LANs and routers using various routing protocols like RIP, OSPF, EIGRP in Packet Tracer. It includes 10 practical exercises where 2 LANs are connected using a router in the first exercise, 4 LANs are connected using RIP in the second, OSPF is implemented to connect routers in the third, 5 routers are connected in an OSPF network in the fourth, and EIGRP is implemented in the tenth exercise. The steps provided configure the routers with IP addresses and routing protocols, and simulate connectivity between PCs on different LANs using ping commands.

Uploaded by

varun sangwan
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
You are on page 1/ 19

INDEX

S.NO TITLE REMARK SIGN


6 Connecting Two LANs using a router in configMode.

7 Connect 4 LANs using RIP


8 Implementing OSPF
9 Connect 5 routers using OSPF
10 Implementing EIGRP
11 Implementing multi-area OSPF.

2
PRACTICAL-6
Aim: Connecting Two LANs using a router in config Mode.
Software Required: MS-WORD, Packet Tracer
Procedure:
Step 1 : Make 2 Lan Network
(Take two Switches and 3 PCs to each switch)
Step 2: Connect them using router.

Step 3: Configure IP address


Scheme :
i) 10.0.0.1 , 255.0.0.0
ii) 192.168.1.1 , 255.255.255.0
Step 4:Click on router config
- Fast Ethernet(0/0) - 10.0.0.4
- Fast Ethernet(0/1) - 192.168.1.4
On both the Ethernet.
Step 5: Assign default gateways 10.0.0.4 to LAN 1 and 192.168.1.4

3
4
Step 6 : Run ping command

5
Step 7: Simulate

6
PRACTICAL-7
Aim: Connect 4 LANs using RIP.
Software Required: MS-WORD, Packet Tracer
Procedure:
Step 1: Make scenario

Step 2: Connect Router to router (Use Serial DTE cable)

Step 3: Assign IP and default gateways to PC (Similarly configure for other PCs on network)

7
Step 4: Configure router

IP Scheme for R1 IP Scheme for R2


F0/0 : 192.168.1.1 F0/0 : 192.168.2.1
Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0
S0/0 : 10.10.0.1 S0/0 : 10.10.0.2
Subnet Mask : 255.0.0.0 S0/1 : 11.11.0.1
Subnet Mask : 255.0.0.0
IP Scheme for R3 IP Scheme for R4
F0/0 : 192.168.3.1 F0/0 : 192.168.4.1
Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0
S0/0 : 11.11.0.2 S0/0 : 12.12.0.2
S0/1 : 12.12.0.1 Subnet Mask : 255.0.0.0
Subnet Mask : 255.0.0.0

Step 5: Configure RIP Network Addresses


R1 : 10.0.0.0 ; 192.168.1.0
R2 : 11.0.0.0 ; 10.0.0.0 ; 192.168.2.0
R3 : 12.0.0.0 ; 11.0.0.0 ; 192.168.3.0
R4 : 12.0.0.0 ; 192.168.4.0

Step 6 : Simulate

Step 7 : Ping command from PC0 to PC7

8
PRACTICAL-8
Aim: Connect using OSPF.
Software Required: MS-WORD, Packet Tracer
Procedure:
Step 1: Make scenario

Step 2: Connect Router to router (Use Serial DTE cable)

Step 3: Assign IP and default gateways to PC (Similarly configure for other PCs on network)

9
Step 4: Configure router

IP Scheme for R0 IP Scheme for R1 IP Scheme for R2


S2/0 : 10.0.0.2 F0/0 : 192.168.1.1 F0/0 : 192.168.2.1
S3/0 : 11.0.0.1 Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0
Subnet Mask : 255.0.0.0 S2/0 : 10.0.0.1 S2/0 : 11.0.0.2
S3/0 : 12.0.0.1 S3/0 : 12.0.0.2
Subnet Mask : 255.0.0.0 Subnet Mask : 255.0.0.0

Step 5: Configure OSPF on routers’ CLI

R0: R1:
Router#conf t Router#conf t
R0(config)#router ospf 1 R1(config)#router ospf 1
R0(config-router)#network 10.0.0.0 255.255.255.0 R1(config-router)#network 192.168.1.0 0.0.0.255
R0(config-router)#network 11.0.0.0 255.255.255.0 R1(config-router)#network 10.0.0.0 255.255.255.0
R0(config-router)#exit R1(config-router)#network 12.0.0.0 255.255.255.0
R0#copy running-config startup-config R1(config-router)#exit
R1#copy running-config startup-config
R2:
Router#conf t
R2(config)#router ospf 1
R2(config-router)#network 192.168.2.0 0.0.0.255
R2(config-router)#network 11.0.0.0 255.255.255.0
R2(config-router)#network 12.0.0.0 255.255.255.0
R2(config-router)#exit
R2#copy running-config startup-config

Step 6 : Simulate

10
Step 7 : Ping command from PC0 to PC1.

11
PRACTICAL-9
Aim: Connect 5 routers using OSPF.
Software Required: MS-WORD, Packet Tracer
Procedure:
Step 1: Make scenario

Step 2: Connect Router to router (Use Serial DTE cable)

Step 3: Assign IP and default gateways to PC (Similarly configure for other PCs on network)

12
Step 4: Configure router

IP Scheme for R1 IP Scheme for R2 IP Scheme for R3


F0/0 : 192.168.1.1 F0/0 : 192.168.2.1 F0/0 : 192.168.3.1
Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0
S2/0 : 11.11.0.1 S2/0 : 10.10.0.2 S2/0 : 14.14.0.1
S3/0 : 10.10.0.1 S3/0 : 14.14.0.2 S3/0 : 13.13.0.2
Subnet Mask : 255.0.0.0 Subnet Mask : 255.0.0.0 S6/0 : 15.15.0.2
Subnet Mask : 255.0.0.0
IP Scheme for R4 IP Scheme for R5
F0/0 : 192.168.4.1 F0/0 : 192.168.5.1
Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0
S2/0 : 13.13.0.1 S2/0 : 11.11.0.2
S3/0 : 12.12.0.2 S3/0 : 12.12.0.1
Subnet Mask : 255.0.0.0 S6/0 : 15.15.0.1
Subnet Mask : 255.0.0.0

Step 5: Configure OSPF on routers’ CLI

R1: R2:
Router#conf t Router#conf t
R1(config)#router ospf 1 R2(config)#router ospf 1
R1(config-router)#network 192.168.1.0 0.0.0.255 R2(config-router)#network 192.168.2.0 0.0.0.255
R1(config-router)#network 10.0.0.0 255.255.255.0 R2(config-router)#network 10.0.0.0 255.255.255.0
R1(config-router)#network 11.0.0.0 255.255.255.0 R2(config-router)#network 14.0.0.0 255.255.255.0
R1(config-router)#exit R2(config-router)#exit
R1#copy running-config startup-config R2#copy running-config startup-config
R3: R4:
Router#conf t Router#conf t
R3(config)#router ospf 1 R4(config)#router ospf 1
R3(config-router)#network 192.168.3.0 0.0.0.255 R4(config-router)#network 192.168.4.0 0.0.0.255
R3(config-router)#network 14.0.0.0 255.255.255.0 R4(config-router)#network 13.0.0.0 255.255.255.0
R3(config-router)#network 13.0.0.0 255.255.255.0 R4(config-router)#network 12.0.0.0 255.255.255.0
R3(config-router)#network 15.0.0.0 255.255.255.0 R4(config-router)#exit
R3(config-router)#exit R4#copy running-config startup-config
R3#copy running-config startup-config
R5:
Router#conf t
R5(config)#router ospf 1
R5(config-router)#network 192.168.5.0 0.0.0.255
R5(config-router)#network 11.0.0.0 255.255.255.0
R5(config-router)#network 12.0.0.0 255.255.255.0
R5(config-router)#network 15.0.0.0 255.255.255.0
R5(config-router)#exit
R5#copy running-config startup-config

13
Step 6 : Simulate

Step 7 : Ping command from PC4 to PC0.

14
PRACTICAL-10
Aim: Implementing EIGRP.
Software Required: MS-WORD, Packet Tracer
Procedure:
Step 1: Make scenario

Step 2: Connect Router to router (Use Serial DTE cable)

Step 3: Assign IP and default gateways to PC (Similarly configure for other PCs on network)

15
Step 4: Configure router

IP Scheme for R1 IP Scheme for R2


F0/0 : 192.168.10.1 F0/0 : 192.168.30.1
Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0
S0/0 : 192.168.20.1 S0/0 : 192.168.20.2
Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0

Step 5: Configure EIGRP on routers:

R1-
Router#conf t
R1(config)#router eigrp 10
R1(config-router)#network 192.168.10.0 255.255.255.0
R1(config-router)#network 192.168.20.0 255.255.255.0
R1(config-router)#exit
R1#copy running-config startup-config

R2-
Router#conf t
R2(config)#router eigrp 10
R2(config-router)#network 192.168.20.0 255.255.255.0
R2(config-router)#network 192.168.30.0 255.255.255.0
R2(config-router)#exit
R2#copy running-config startup-config

Step 6 : Simulate

16
Step 7 : Ping command from PC0 to PC3

17
PRACTICAL-11
Aim: Implementing multi-area OSPF.
Software Required: MS-WORD, Packet Tracer
Procedure:
Step 1: Make scenario

Step 2: Connect Router to router (Use Serial DTE cable)

Step 3: Assign IP and default gateways to PC (Similarly configure for other PCs on network)

18
Step 4: Configure router

IP Scheme for R1 IP Scheme for R2 IP Scheme for R3


F0/0 : 192.168.1.100 F0/0 : 192.168.2.100 F0/0 : 192.168.3.100
Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0 Subnet Mask : 255.255.255.0
S0/0 : 10.0.0.1 S0/0 : 10.0.0.2 S0/0 : 11.0.0.2
Subnet Mask : 255.0.0.0 S0/1 : 11.0.0.1 Subnet Mask : 255.0.0.0
Subnet Mask : 255.0.0.0

Step 5: Configure multi-area OSPF on routers:


R1-
Router#conf t
R1(config)#router ospf 1
R1(config-router)#network 192.168.1.0 0.0.0.255 area 10
R1(config-router)#network 10.0.0.0 0.255.255.255 area 10
R1(config-router)#exit
R1#cop
y running-config startup-config

R2-
Router#conf t
R2(config)#router ospf 1
R2(config-router)#network 192.168.2.0 0.0.0.255 area 0
R2(config-router)#network 11.0.0.0 0.255.255.255 area 20
R2(config-router)#network 10.0.0.0 0.255.255.255 area 10
R2(config-router)#exit
R2#copy running-config startup-config

R3-
Router#conf t
R1(config)#router ospf 1
R1(config-router)#network 192.168.3.0 0.0.0.255 area 20
R1(config-router)#network 11.0.0.0 0.255.255.255 area 20
R1(config-router)#exit
R1#copy running-config startup-config

19
Step 6 : Simulate

Step 7 : Ping command from PC0 to PC5

20

You might also like