The ipv6 fib regularly-refresh command configures the entire IPv6 FIB entry update interval, IPv6 FIB entry update interval per cycle, and the number of IPv6 FIB entries updated per cycle.
The undo ipv6 fib regularly-refresh command restores the default entire IPv6 FIB entry update interval, IPv6 FIB entry update interval per cycle, and the number of IPv6 FIB entries updated per cycle.
By default, the entire IPv6 FIB entry update interval is 1 minute, the IPv6 FIB entry update interval per cycle is 1 second, and the number of IPv6 FIB entries updated per cycle is 50.
ipv6 fib regularly-refresh { interval interval | entry-number entry-number | cycle-interval cycle-interval }
undo ipv6 fib regularly-refresh { interval interval | entry-number entry-number | cycle-interval cycle-interval }
Parameter | Description | Value |
---|---|---|
interval interval | Specifies an interval at which IPv6 FIB entries are refreshed. | The value is an integer ranging from 1 to 300, in seconds. |
entry-number entry-number | Specifies the number of IPv6 FIB entries refreshed per circle. | The value is an integer ranging from 20 to 2000. |
cycle-interval cycle-interval | Specifies the entire interval at which IPv6 FIB entries are updated. | The value is an integer ranging from 1 to 1440, in minutes. |
Usage Scenario
Regular IPv6 FIB entry refreshing occupies system resources, including CPU and memory resources. A longer interval and smaller number result in less impact on other services. You can flexibly configure the interval and number based on system resources.
Prerequisites
IPv6 FIB 24-hour refresh has been enabled. By default, this function has been enabled. If not, run the undo ipv6 fib regularly-refresh disable command in the system view to enable it.