
max-retry-delay
Sets the maximum path retry delay in either seconds or milliseconds.
Syntax: [no] max-retry-delay n {s | ms}
n
Maximum path retry delay in either seconds or milliseconds. Valid values are integers 0.0 - 4294967.00
s
Specifies the maximum path retry delay in seconds.
ms
Specifies the maximum path retry delay in milliseconds.
Description: Attempts to establish an LSP can fail due to contention for resources or network failures. The maximum path retry delay specifies the maximum time between a failure to create an LSP and the next attempt. The minimum path retry delay determines the initial wait between retries. This wait incrementally grows after each retry by a multiple of 1.125 until it reaches maximum path retry delay. The number of retries is set by the max-attempts command.
Use the max-retry-delay n s command to set the maximum path retry delay in seconds.
Use the max-retry-delay n ms command to set the maximum path retry delay in milliseconds.
Use the no max-retry-delay command to set the maximum path retry delay to the default value of 300 seconds.
Factory Default: 300 seconds.
Command Mode: Traffic engineering parameter-set, traffic engineering tunnel-default, and traffic engineering tunnel-name.
Example 1: In the following example the max-retry-delay command sets the maximum delay between attempts to establish an LSP at 500 seconds:
router(config)#mpls te ospf
router(config-te)#tunnel oc12toBos
router(config-te-tunnel)#max-retry-delay 500s
Example 2: In the following example, the no max-retry-delay command sets the maximum delay between attempts to establish an LSP at the default value of 300 seconds:
router(config)#mpls te ospf
router(config-te)#tunnel oc12toBos
router(config-te-tunnel)#no max-retry-delay
Related Commands: max-attempts
min-retry-delay
tunnel
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: TE%20Commands.fm
HTML File Name: TE%20Commands29.html
Last Updated: 12/19/04 at 14:56:07