| uting Information Protocol) is the routing protocol | | | | two network address as below |
| and one format of Distance Vector by the nature | | | | Router(config-router)#network 192.168.1.0 |
| of RIP that it will sending all routing table data by | | | | Router(config-router)#network 192.168.50.0 |
| itself go out to neighbor router in every 30 | | | | - If in Network you has Discontingous Network |
| second and work on UDP and on port 520 | | | | Address or have don't conform address if you |
| numbers, that's why make RIP work slow and | | | | set for router use Auto-Route Summarization |
| consume the very resource of router more when | | | | feature sometimes may have the error in |
| compare with other routing protocol such as | | | | something route which the command will come |
| OSPF Routing Protocol and EIGRP Routing | | | | use to stop doing Auto-Summarization this for |
| Protocol these sending out for updated routing | | | | example. |
| table only. | | | | Router(config)#router rip |
| For the factor of choosing best route path on | | | | Router(config-router)#no auto-summary |
| RIP, it will choose the routing path route that | | | | - If in your router connected goes out to WAN |
| have least Hop Count, that is one factor for | | | | Link far exceed location more than limits that you |
| choosing by the topmost space or Maximum Hop | | | | wants true such as if you have network address |
| Count of RIP that 15 router or 15 hop count only | | | | 172.16.1.0, 172.16.2.0 and 172.16.3.0 and already set |
| if have more 15 will can not seek the route path | | | | for both three interfaces of router but, while you |
| or inaccessible, which RIP that will work well with | | | | set in router rip you will necessary must set in |
| the network that have small-sized and it will can | | | | Classful Network Address like 172.16.0.0 which in |
| not work efficiently in large-sized network | | | | this example if 172.16.3.0 networks are you set it |
| because of the limitation about Hop Count and the | | | | run on other routing protocol such as OSPF or |
| lateness in routing table update at must exchange | | | | EIGRP and you don't want a result that routing rip |
| both of the table and must wait for 30 seconds | | | | go to disturb WAN Link traffic go to interface at |
| before change the routing table. | | | | you don't want you can stop traffic that be from |
| This below is the step for how to configure RIP | | | | RIP sending to that interfaces with this command. |
| to your router. | | | | Router(config)#router rip |
| - Login to router Global Configuration Mode with | | | | Router(config-router)#passive-interface |
| this command | | | | - If you want to send routing update cross |
| Router#enable | | | | interface at have doing Passive Interface go to |
| - Change to RIP Routing Configuration with | | | | destination interface at run RIP once more, This |
| command | | | | interface may be interface behind interface that |
| Router(config)#router rip | | | | do Passive Interface make RIP broadcase traffic |
| - Change for run to RIP version 2 | | | | usually don't arrive come to, you can make |
| Router(config-router)#version 2 | | | | specify RIP traffic cross to interface of Passive |
| - Step for setting up an your network address of | | | | Interface come to the uprightly destination with |
| your router interfaces that your router interface | | | | the command as follows. |
| has connected to. For example we'll setting for | | | | |