trill timer lsp

Use trill timer lsp to configure the minimum LSP interval and the maximum number of LSPs transmitted per time.

Use undo trill timer lsp to restore the default.

Syntax

trill timer lsp interval [ count count ]

undo trill timer lsp

Default

The minimum LSP interval is 10 milliseconds, and the maximum number of LSPs transmitted per time is 5.

Views

Layer 2 Ethernet interface view, Layer 2 aggregate interface view

Predefined user roles

network-admin

mdc-admin

Parameters

interval: Specifies the minimum LSP interval in the range of 10 to 1000 milliseconds. The interval argument is in increments of 10 milliseconds.

count: Specifies the maximum number of LSPs transmitted per time, in the range of 1 to 1000.

Usage guidelines

To avoid frequent LSP aging in the network, RBs periodically advertise LSPs. The actual refresh interval of an LSP is determined by both the minimum LSP interval and the maximum number of LSPs transmitted per time. To prevent LSPs from being aged out accidentally, set the LSP maximum age and the LSP refresh interval appropriately.

Configuration in Layer 2 Ethernet interface view takes effect on only the current port. Configuration in Layer 2 aggregate interface view takes effect on the current interface and its member ports. Configuration on the member port of an aggregate interface takes effect after the member port leaves the aggregation group.

Examples

# Set the minimum LSP interval to 500 milliseconds and the maximum number of LSPs transmitted per time to 10 on port Ten-GigabitEthernet 1/0/1.

<Sysname> system-view
[Sysname] interface ten-gigabitethernet 1/0/1
[Sysname-Ten-GigabitEthernet1/0/1] trill timer lsp 500 count 10