Week 4: RIP PROTOCOL CONFIGURATION IN CISCO PACKET TRACER

The Routing Information Protocol (RIP) uses broadcast UDP data packets to exchange routing information. Cisco software sends routing information updates every 30 seconds. If a device does not receive an update from another device for 180 seconds or more, the receiving device marks the routes served by the non-routing device as unusable. If there is still no update after 240 seconds, the device removes all routing table entries for the non-updating device.

The Routing Information Protocol (RIP) sends routing-update messages at regular intervals and when the network topology changes. When a device receives a RIP routing update that includes changes to an entry, the device updates its routing table to reflect the new route. After updating its routing table, the device immediately begins transmitting RIP routing updates to inform other network devices of the change.

The network topology connecting 3 networks.

CONFIGURATION OF RIP USING CLI IN CISCO PACKET TRACER:
  • The steps to set up the RIP is same to some point as setting a router network link explained in previous blog. The further steps to follow are given below:
    • Type no ip route network_ip network_subnet gateway_router_address.
      • (e.g.): no ip route 192.168.100.0 255.255.255.0 10.10.10.20
    • Then type router rip and hit enter.
    • Then type network_id to add and gateway_id of the network.
Do same for 2nd router and try to ping.

The steps are shown below using CLI interface.
RIP Configuration for router 1

RIP configuration for router 2

Comments

Popular posts from this blog

Week 10 - Programming UDP Sockets in Node.js

Week 6 Implementation of DHCP in CISCO Packet Tracer

Week 1 - Introduction to Cisco Packet tracer