03-20-2024 11:17 AM
Hi! I was wondering, is there a way to set different RIP timers for each individual network advertised by a RIP router in a L3 switch or will those timers always affect all the networks equally? Thanks!
03-20-2024 11:36 AM
Hello @Bruno Porcelli ,
RIP timers can be changed for the entire routing process with the timers basic router config command:
timers basic update invalid holddown flush
This command will affect all the networks enabled for RIP routing.
To revert to default timers, use the no timers basic command.
The only parameter that can be changed on a interface, thus affecting only the network configured on that interface, is the update interval. The command is ip rip advertise update interface config command.
Hope this helps.
03-25-2024 11:00 AM
Very useful, Thanks!
03-20-2024 11:40 AM
Why RIP ? u should not use RIP in any networks today; use OSPF or EIGRP;
Regards, ML
**Please Rate All Helpful Responses **
03-20-2024 11:59 AM
I would recommend you to look at more advanced and stable IGP Routing protocols such EIGRP and OSPF (Interoperable between Vendors). But if you have a very specific requirement that forces you to use RIP, then you can use the command ip rip advertise update under the interface conf. This command might work only on the IOS release, the new IOS-XE doesn't seem to have a similar command, leveraging the global.
03-21-2024 03:54 AM
Hello @Bruno Porcelli ,
given the distance vector nature of RIP even RIPv2, you cannot have per prefix timer all the routes are sent at each update interval so the timers can be changed but globally and they apply to all prefixes.
Hope to help
Giuseppe
03-21-2024 05:20 AM - edited 03-21-2024 05:21 AM
Hello Bruno Porcelli,
The basic timing parameters for RIP are adjustable. Since RIP is executing a distributed, asynchronous routing algorithm, it is important that these timers be the same for all routers in the network.
we can tune rip timer using timers basic command:
router rip
timers basic update invalid holddown flush
timers basic 5 15 15 30
you can revert the timers back to default..
router rip
no timers basic 5 15 15 30
as our members are already mentioned... Eigrp or ospf is best choice of Dynamic routing protocol...compare to rip
Best regards
******* If This Helps, Please Rate *******
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide