RIP Commands
XSR CLI Reference Guide 5-135
Example
XSR(config)#router rip
XSR(config-router)#

timers

ThiscommandconfiguresRIPtimers.
Syntax
timers basic [update | invalid | flush]
Syntax of the “no” Form
Thenoformofthiscommandresetsthetimerstothedefaultvalue:
no timers basic
Mode
Routerconfiguration:XSR(config-router)#
Defaults
•Update:30seconds
• Invalid:180seconds
•Flush:300seconds
Example
ThefollowingexamplesetsvaluesfortheRIPtimers:
XSR(config-router)#timers basic 10 30 60
update IntervaltheRIPtimerisrevised,rangingfrom1to2,147,483,647seconds.
invalid IntervaltheRIPtimerisdeemedinvalid,rangingfrom1to2,147,483,647seconds.
Theinvalidintervalmustbeatleastthreetimestheupdateinterval.
flush IntervaltheRIPtimerisflushed,rangingfrom1to2,147,483,647seconds.Theflush
intervalmustbelargerthantheinvalidinterval.