timers update
Syntax
timers update timeout garbage-collection 没有timers
描述
Configures RIP timers with specific values.
The没有
form of this command sets all RIP timers to default values.
Command context
config
Parameters
-
timers update
-
Specifies frequency at which RIP sends updates to all of its peers. Range: 1 to 2147484. Default: 30.
-
timeout
-
Specifies timeout duration from the point of the last refresh after a route is received from a peer timeout and is marked as expired. Range: 1 to 255. Default: 180.
-
garbage-collection
-
Specifies amount of time route remains in routing table after route expiration. Range: 1 to 255. Default: 120.
Authority
Administrators or local user group members with execution rights for this command.
Examples
与具体配置RIP计时器c values:
switch(config)#router rip 1switch(config-rip-1)#timers update40timeout200garbage-collection150
Configuring RIP timers with default values:
switch(config)#router rip 1switch(config-rip-1)#没有timers