H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – Routing Protocol
H3C S7500 Series Ethernet Switches Chapter 2 RIP Configuration Commands
2-21
[H3C-Vlan-interface10] quit
[H3C] rip
[H3C-rip] undo summary
2.1.23 timers
Syntax
timers { update update-timer | timeout timeout-timer } *
undo timers { update | timeout } *
View
RIP view
Parameters
update-timer: Value of the Period update timer, ranging from 1 to 3,600 seconds. By
default, it is 30 seconds.
timeout-timer: Value of the Timeout timer, ranging from 1 to 3,600 seconds. By default,
it is 180 seconds.
Description
Use the timers command to modify the values of the three RIP timers: Period update,
Timeout, and Garbage-collection.
Use the undo timers command to restore the default settings.
By default, the Period update, Timeout, and Garbage-collection timers are 30 seconds,
180 seconds, and 120 seconds, respectively.
Generally, it is regarded that the value of the Garbage-collection timer is fixed at four
times that of the Period update timer. Adjusting the Period update timer will affect the
Garbage-collection timer.
The modification of RIP timers is validated immediately.
Related commands: display rip.
Examples
# Set the values of the Period update timer and the Timeout timer of RIP to 10 seconds
and 30 seconds respectively.
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] rip
[H3C-rip] timers update 10 timeout 30