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.