When the router receives IP RIP packets, it incorporates them into its dynamic IP routing table, which looks something like this:
IP address | IP-Netmask | Time | Distance | Router |
---|---|---|---|---|
192.168.120.0 | 255.255.255.0 | 1 | 2 | 192.168.110.1 |
192.168.130.0 | 255.255.255.0 | 5 | 3 | 192.168.110.2 |
192.168.140.0 | 255.255.255.0 | 1 | 5 | 192.168.110.3 |