RIP stands on Routing Information Protocol. Lets apply RIP protocol on the following topology.
Now, we will follow the steps as mentioned in detail in the following article. i.e.
i. We will assign IP addresses to all the fast Ethernet and serial interfaces respectively.
ii We will change the state of the interfaces from down to UP.
Then, after we are done with the basic step. We will apply RIP protocol commands on both routers.
Configuration of Router 0 i.e. configuring both serial and Fast-Ethernet interfaces.
Now, we will follow the steps as mentioned in detail in the following article. i.e.
i. We will assign IP addresses to all the fast Ethernet and serial interfaces respectively.
ii We will change the state of the interfaces from down to UP.
Then, after we are done with the basic step. We will apply RIP protocol commands on both routers.
Configuration of Router 0 i.e. configuring both serial and Fast-Ethernet interfaces.
Configurations of R1
Assigning IP address to PC0
Assigning IP address to PC1
Let'shave look below pictures, after giving ip we try to send packet but it's fail.
Now we start to implementing RIP in router. Start with Router 1.
R1
In order to apply protocol RIP, we will write the following set of commands.
In order to apply protocol RIP, we will write the following set of commands.
Router(config)# router rip
Router(config-router)# network 192.168.1.0
Router(config-router)# network 192.168.2.0
Router(config-router)# network 192.168.3.0
Router(config-router)# network 192.168.3.0
Router(config-router)#exit
R2:
In order to apply protocol RIP, we will write the following set of commands on R2 as well.
In order to apply protocol RIP, we will write the following set of commands on R2 as well.
Router(config)# router rip
Router(config-router)# network 192.168.1.0
Router(config-router)# network 192.168.2.0
Router(config-router)# network 192.168.3.0
Router(config-router)# network 192.168.3.0
Router(config-router)#exit
Now Checking....
Write all the commands in the same fashion as in the above screen shots
and voila, we are done with RIP protocol. Another important thing here
is that we will add all the networks that we are using in our topology.
Here in this particular example i am just using two networks x.x.1.0 and
x.x.2.0 so thats why i have added these two network addresses to the
RIP protocol.
Now, you can check it. Traffic is enabled and you can easily send data from PC0 to PC1.
Now, you can check it. Traffic is enabled and you can easily send data from PC0 to PC1.









Post a Comment