
min-retry-delay
Sets the minimum path retry delay in either seconds or milliseconds.
Syntax: [no] min-retry-delay n {s | ms}
n
Minimum path retry delay in either seconds or milliseconds. Valid values are integers 0.0 - 4294967.00.
s
Specifies the minimum path retry delay in seconds.
ms
Specifies the minimum path retry delay in milliseconds.
Description: Attempts to establish an LSP can fail due to contention for resources or network failures. The minimum path retry delay specifies the minimum time between a failure to create an LSP and the next attempt. When an attempt to establish an LSP fails, the path retry delay is incremented by a factor of 1.125. The path retry delay is incremented after each failed attempt up to the value defined by the max-retry-delay command. Path retries continue until the number of attempts set by the max-attempts command is reached. If the max-retry-delay value is reached without exhausting the max-attempts counter, the value is not increased.
Use the min-retry-delay n s syntax to set the minimum path retry delay in seconds.
Use the min-retry-delay n ms syntax to set the minimum path retry delay in milliseconds.
Use the no min-retry-delay syntax to set the minimum path retry delay at the default value of 1 second.
Factory Default: 1 second.
Command Mode: Traffic engineering parameter-set, traffic engineering tunnel-default, and traffic engineering tunnel-name.
Example 1: In the following example, the min-retry-delay command sets the minimum path retry delay for tunnel oc48toBOS to 5 seconds:
router(config)#mpls te ospf
router(config-te)#tunnel oc48toBOS
router(config-te-tunnel)#min-retry-delay 5s
Example 2: In the following example, the no min-retry-delay command sets the minimum path retry delay at the default value of 1 second:
router(config)#mpls te ospf
router(config-te)#tunnel oc48toBOS
router(config-te-tunnel)#no min-retry-delay
Related Commands: max-attempts
max-retry-delay
min-teardown-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%20Commands33.html
Last Updated: 12/19/04 at 14:56:07