Basic Rip (routing Information Protocol) Implementation

uting Information Protocol) is the routing protocoltwo network address as below
and one format of Distance Vector by the natureRouter(config-router)#network 192.168.1.0
of RIP that it will sending all routing table data byRouter(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 520Address or have don't conform address if you
numbers, that's why make RIP work slow andset for router use Auto-Route Summarization
consume the very resource of router more whenfeature sometimes may have the error in
compare with other routing protocol such assomething route which the command will come
OSPF Routing Protocol and EIGRP Routinguse to stop doing Auto-Summarization this for
Protocol these sending out for updated routingexample.
table only.Router(config)#router rip
For the factor of choosing best route path onRouter(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 forLink far exceed location more than limits that you
choosing by the topmost space or Maximum Hopwants true such as if you have network address
Count of RIP that 15 router or 15 hop count only172.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 pathfor both three interfaces of router but, while you
or inaccessible, which RIP that will work well withset in router rip you will necessary must set in
the network that have small-sized and it will canClassful Network Address like 172.16.0.0 which in
not work efficiently in large-sized networkthis example if 172.16.3.0 networks are you set it
because of the limitation about Hop Count and therun on other routing protocol such as OSPF or
lateness in routing table update at must exchangeEIGRP and you don't want a result that routing rip
both of the table and must wait for 30 secondsgo 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 RIPRIP sending to that interfaces with this command.
to your router.Router(config)#router rip
- Login to router Global Configuration Mode withRouter(config-router)#passive-interface
this command- If you want to send routing update cross
Router#enableinterface at have doing Passive Interface go to
- Change to RIP Routing Configuration withdestination interface at run RIP once more, This
commandinterface may be interface behind interface that
Router(config)#router ripdo Passive Interface make RIP broadcase traffic
- Change for run to RIP version 2usually don't arrive come to, you can make
Router(config-router)#version 2specify RIP traffic cross to interface of Passive
- Step for setting up an your network address ofInterface come to the uprightly destination with
your router interfaces that your router interfacethe command as follows.
has connected to. For example we'll setting for