timers update
Syntax
timers update timeout garbage-collection 没有timers
描述
Configures RIPng timers with specific values.
The没有
form of this command sets all RIPng timers to default values.
Command context
config
Parameters
-
timers update
-
Specifies frequency at which RIPng 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.
权威
Administrators or local user group members with execution rights for this command.
Examples
Configuring RIPng timers with specific values:
switch(config)#路由器ripng 1switch(config-ripng-1)#timers update40timeout200garbage-collection150
Configuring RIPng timers with default values:
switch(config)#路由器ripng 1switch(config-ripng-1)#没有timers