F3215-HP Load Balancing Module Network Management Command Reference-6PW101

176
Parameters
garbage-collect-value: Specifies the garbage-collect timer time in seconds, in the range of 1 to 3600.
suppress-value: Specifies the suppress timer time in seconds, in the range of 0 to 3600.
timeout-value: Specifies the timeout timer time in seconds, in the range of 1 to 3600.
update-value: Specifies the update timer time in seconds, in the range of 1 to 3600.
Usage guidelines
RIP is controlled by the following timers:
Update timer—Specifies the interval between routing updates.
Timeout timer—Specifies the route aging time. If no update for a route is received before the time
expires, the metric of the route is set to 16.
Suppress timer—Specifies how long a RIP route stays in suppressed state. When the metric of a
route becomes 16, the route enters the suppressed state. If RIP receives an update for the route from
the same neighbor and the route in the update has a metric less than 16, RIP uses the route to
replace the suppressed route.
Garbage-collect timerSpecifies the interval from when the metric of a route becomes 16 to when
it is deleted from the routing table. During the garbage-collect timer length, RIP advertises the route
with a metric of 16. If no update is announced for that route before the garbage-collect timer expires,
RIP deletes the route from the routing table.
HP does not recommend changing the default values of these timers.
The time lengths must be consistent on all routers in the network.
Examples
# Specifies the update, timeout, suppress, and garbage-collect timers as 5, 15, 15 and 30 seconds.
<Sysname> system-view
[Sysname] rip 100
[Sysname-rip-100] timers update 5 timeout 15 suppress 15 garbage-collect 30
validate-source-address
Use validate-source-address to enable the source IP address check on inbound RIP routing updates.
Use undo validate-source-address to disable the source IP address check.
Syntax
validate-source-address
undo validate-source-address
Default
Source IP address check on inbound RIP routing updates is enabled.
Views
RIP view
Default command level
2: System level
Usage guidelines
HP does not recommend disabling source IP address check.