The LSP interval is the rate of transmission, in milliseconds, of the LSPs. The retransmit interval is the time, in seconds, the device waits before it retransmits LSPs. This task changes the LSP interval to 45 milliseconds and changes the retransmission interval to 10 milliseconds.
device# configure terminal
device(config)# router isis
device(config-isis-router)# lsp-interval 42
device(config-isis-router)# retransmit-interval 10
The following example changes the LSP interval to 45 milliseconds and changes the retransmission interval to 10 milliseconds.
device# configure terminal device(config)# router isis device(config-isis-router)# lsp-interval 42 device(config-isis-router)# retransmit-interval 10