Routing information protocol (RIP)
Routing information protocol (RIP)
Here are two networks in Cisco packet tracer. Each one has 1 PC, 1 Switch and 1 router.
Device | FastEthernet0 | FastEthernet1 |
Router0 | 192.168.1.1 | 192.168.3.1 |
Router1 | 192.168.2.1 | 192.168.3.2 |
Device | IP Address | Default Gateway |
PC0 | 192.168.1.2 | 192.168.1.1 |
PC1 | 192.168.2.2 | 192.168.2.1 |
To connect the routers together so both networks can communicate, we can use the routing information protocol (RIP). We set it up on the router by adding all the IPs in the networks:
This allows packets to travel across the connections to each router and sub sequentially to the other PC.
Comments
Post a Comment