timer lsp-generation

Use timer lsp-generation to set the TRILL LSP generation timer parameters.

Use undo timer lsp-generation to restore the default.

Syntax

timer lsp-generation maximum-interval [ minimum-interval [ incremental-interval ] ]

undo timer lsp-generation

Default

The maximum interval is 2 seconds, the minimum interval is 10 milliseconds, and the incremental interval is 20 milliseconds.

Views

TRILL view

Predefined user roles

network-admin

mdc-admin

Parameters

maximum-interval: Specifies the maximum LSP generation interval in the range of 1 to 120 seconds.

minimum-interval: Specifies the minimum LSP generation interval in the range of 10 to 60000 milliseconds. The value must be a multiple of 10 and smaller than the maximum LSP generation interval.

incremental-interval: Specifies the LSP generation incremental interval in the range of 10 to 60000 milliseconds. The value must be a multiple of 10 and smaller than the maximum LSP generation interval.

Usage guidelines

By adjusting the TRILL LSP generation timer parameters, you can prevent frequent network changes from consuming excessive bandwidth and device resources.

When the network is stable, the LSP generation timer is set to the minimum interval for each LSP generation. When the network is unstable, the LSP generation timer is added by the incremental interval for each LSP generation until the maximum interval is reached.

Examples

# Set the maximum LSP generation interval to 10 seconds, the minimum interval to 100 milliseconds, and the incremental interval to 200 milliseconds.

<Sysname> system-view
[Sysname] trill
[Sysname-trill] timer lsp-generation 10 100 200