lsp-interval
Sets the maximum interval between successive retransmissions of LSPs.
Syntax: lsp-interval milli-seconds
no lsp-interval
milli-
secondsMilli-seconds between LSP retransmissions. Valid values are 0 - 65535. Default: 5000
Description: Use the lsp-interval command to set the maximum number of milli-seconds between retransmitting LSPs. Set the value lower to prevent needless retransmissions. Set the value higher for serial lines and virtual links.
NOTE Set the retransmit interval to be greater than the expected round-trip delay between any two routers on the attached network.
Use the lsp-interval seconds to configure the number of milli-seconds between retransmission of LSPs on this interface.
Use the no lsp-interval to configure the number of milli-seconds between retransmission of LSPs on this interface at the default value.
Factory Default: 5000 milli-seconds.
Command Mode: Router configuration.
Example: In the following example:
- The router isis command enables IS-IS on the router, specifies an IS-IS instance, and changes the command mode to Router configuration.
- The net command configures a NET for the routing process.
- The interface pos n/n/n identifies a specific POS interface and changes the command mode to Interface configuration.
- The ip router isis command enables the IS-IS process specified by the global router isis command on the interface.
- The lsp-interval milli-seconds command sets the retransmission interval for the interface to 10 seconds.
- The show running-config interface command displays the setting:
router(config)#router isis 0
router(config-router)#net 49.0001.0000.0000.1111.00
router(config-router)#interface pos 1/5/1
router(config-if)#ip router isis 0
router(config-if)#lsp-interval 10000
router(config-if)#end
router#show running-config interface
.
.
!
interface pos 1/5/1
sonet path-trace NPI1 1/5/1
ip address 10.100.53.2 255.255.255.0
crc 16
ip router isis 0
lsp-interval 10000
.
.
.
Related Commands: ip router isis
isis csnp-interval
isis psnp-interval
net
router isis
Copyright © 2004
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: ISIS.fm
HTML File Name: ISIS25.html
Last Updated: 05/10/04 at 16:35:45