Group A Exp 4 Using Network Simulator (Packet Tracer) Configure Router Using RIP
Group A Exp 4 Using Network Simulator (Packet Tracer) Configure Router Using RIP
Group A Exp 4 Using Network Simulator (Packet Tracer) Configure Router Using RIP
Experiment No.4
Date: Title: Using Network Simulator Configure Router using RIP
Theory:
In this network, a router and 2 PCs are used. Computers are connected with routers using a
copper straight-through cable. After forming the network, to check network connectivity a
simple PDU is transferred from PC0 to PC1. The network simulation status is successful. From
this network, it can be observed that the router handles data transfers between multiple devices.
Steps:
Steps to Configure and Verify Three Router Connections in Cisco Packet Tracer using RIP
routing:
1. First, open the Cisco packet tracer desktop and select the devices given below:
2. Configure the PCs (hosts) with IPv4 address and Subnet Mask according to the IP
addressing table given above.
To assign an IP address in PC0, click on PC0.
Then, go to desktop and then IP configuration and there you will IPv4 configuration.
Fill IPv4 address and subnet mask.
Assigning an IP address using the ipconfig command, or we can also assign an IP address
with the help of a command.
Go to the command terminal of the PC.
Then, type iPConfig <IPv4 address><subnet mask><default gateway>(if needed)
Repeat the same procedure with other PCs to configure them thoroughly.
3. Configure router with IP address and Subnet mask
IP Addressing Table Router:
Sr. Device Interface IPv4 Address Subnet Mask
No.
1 router0 FasrEthernet0/ 192.168.10.1 255.255.255.0
0
Serial2/0 10.0.0.1 255.0.0.0
2 router1 FasrEthernet0/ 192.168.20.1 255.255.255.0
0
Serial2/0 10.0.0.2 255.0.0.0
Serial3/0 11.0.0.1 255.0.0.0
E&TC, DIT, Pimpri, Pune Page 3
Class: TE Subject: Computer Networks
Repeat the same procedure with other routers to configure them thoroughly.
4. After configuring all of the devices we need to assign the routes to the routers.
To assign RIP routes to the particular router:
First, click on router0 then Go to CLI.
Then type the commands and IP information given below.
Router(config)#network 192.168.20.0
Router(config)#network 10.0.0.0
Router(config)#network 11.0.0.0
RIP Routes for Router2 are given below:
Router(config)#network 192.168.30.0
Router(config)#network 11.0.0.0
A simulation of the experiment is given below we are sending PDU from PC0 to PC2
and PC3 to PC5:
Conclusion: