The fib regularly-refresh command configures the entire FIB entry update interval, FIB entry update interval per cycle, and the number of FIB entries updated per cycle.
The undo fib regularly-refresh command restores the default entire FIB entry update interval, FIB entry update interval per cycle, and the number of FIB entries updated per cycle.
By default, the entire FIB entry update interval is 1 minute, the FIB entry update interval per cycle is 1 second, and the number of FIB entries updated per cycle is 50.
fib regularly-refresh { interval interval [ entry-number entry-number ] | entry-number entry-number | cycle-interval cycle-interval }
undo fib regularly-refresh { interval interval [ entry-number entry-number ] | entry-number entry-number | cycle-interval cycle-interval }
Parameter | Description | Value |
---|---|---|
interval interval | Specifies an interval at which FIB entries are refreshed. | The value is an integer ranging from 1 to 300, in seconds. |
entry-number entry-number | Specifies the number of 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 FIB entries are updated. | The value is an integer ranging from 1 to 1440, in minutes. |
Usage Scenario
Regular 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
Regular FIB entry refreshing has been enabled using the undo fib regularly-refresh disable command in the system view.