max-lsp-lifetime
Sets the maximum time that LSPs persist without being refreshed.
Syntax: max-lsp-lifetime [seconds]
no max-lsp-lifetime
seconds
Number of seconds an LSP can Valid values are 1 - 65535.
Description: The maximum lifetime of a link-state packet determines how long a link state packet will be propagated around the network before it is considered unusable. When an LSP's age reaches the max-lsp-lifetime, the packet is no longer usable.
NOTE The value set by the max-lsp-lifetime command must be larger than the value set by the lsp-refresh-interval command.
Use the max-lsp-lifetime seconds command to configure the number of seconds an LSP can persist without being refreshed.
Use the no max-lsp-lifetime command to configure the number of seconds an LSP can persist without being refreshed to the default value of 1200 seconds.
Factory Default: 1200 seconds.
Command Mode: Router configuration.
Example 1: 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 max-lsp-lifetime seconds command sets the number of seconds an LSP can persist without being refreshed to 1000,
- The show running-config isis command displays the setting:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z
router(config)#router isis net1
router(config-router)#max-lsp-lifetime 1000
router(config-router)#end
router#show run isis
!
router isis net1
net 47.1000.5000.0001.00
log-adjacency-changes
lsp-gen-interval 6
max-lsp-lifetime 1000
.
.
.
Related Commands: lsp-mtu
lsp-gen-interval
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: ISIS31.html
Last Updated: 05/10/04 at 16:35:45