Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
3 views2 pages

Experiment2PROCEDURE K

The document outlines the procedure for implementing Distance Vector Routing using the RIP protocol on Packet Tracer. It includes steps for developing a network topology, configuring routers, and applying the RIP protocol to establish network communication. Specific commands for router configuration are provided to set IP addresses and enable RIP for each router in the network.

Uploaded by

srgupta1235
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)
3 views2 pages

Experiment2PROCEDURE K

The document outlines the procedure for implementing Distance Vector Routing using the RIP protocol on Packet Tracer. It includes steps for developing a network topology, configuring routers, and applying the RIP protocol to establish network communication. Specific commands for router configuration are provided to set IP addresses and enable RIP for each router in the network.

Uploaded by

srgupta1235
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/ 2

Experiment-2

PROCEDURE

EXPERIMENT-2 AIM: To implement Distance Vector Routing using RIP on packet tracer.
Software used: Packet tracer
Learning Objective: To learn the network protocol (RIP protocol)
Procedure:
1. Develop a Topology shown in figure given below.

2. Configure all Routers

3. Implement RIP protocols in Router to configure Network.

Figure
Router1 configuration.
Continue with configuration dialog? [yes/no]: no Press RETURN to get started!
Router>
Router>en
Router#config t
Router(config)#int fa0/0

Router(config‐if)#ip address 192.168.1.1 255.255.255.0

Router(config)#int fa0/1

Router(config‐if)#ip address 192.168.2.1 255.255.255.0

Router(config‐if)# no shut

After that use the router rip command by entering into config mode of router.

Router(config)# router rip

Router(config)#network 192.168.1.0

Router(config)# network 192.168.2.0

Router(config)# exit

Similarly do all the steps for rest of the routers by changing their networks and IP addresses.

You might also like