
C613-50186-01 Rev B
Command Reference for AR2050V
731
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
D
OMAIN
N
AME
S
ERVICE
(DNS) C
OMMANDS
RETRY
-
INTERVAL
(DDNS)
retry-interval (DDNS)
Overview
Use this command to enable DDNS update retries. Retries are attempted after a
DDNS update fails after the specified interval. If the DDNS update keeps failing,
then no more than the specified maximum retries are attempted.
NOTE
:
The retry interval is used for one DDNS update at one time, so if an update is not
complete within the specified interval, an update will not begin until it has completed.
Use the
no
variant of this command to disable DDNS update retires.
Syntax
retry-interval <
1-3888000
> maximum-retries <
1-100
>
no retry-interval
Default
Disabled
Mode
DDNS Update Method Configuration
Usage
If an update is triggered by another source, such as an IP address change or a
manual update, then the retry counter will start again from the beginning.
Example
To enable DDNS update retry attempts every hour up to 5 times for the method
“dyndns”, use the commands:
awplus#
configure terminal
awplus(config)#
ddns-update-method dyndns
awplus(config-ddns-update-method)#
retry-interval 3600
maximum-retries 5
To disable DDNS update retry attempts for the method “dyndns”, use the
commands:
awplus#
configure terminal
awplus(config)#
ddns-update-method dyndns
awplus(config-ddns-update-method)#
no retry-interval
Related
Commands
Command
changes
Version 5.4.7-0.1: command added
Parameter
Description
<1-3888000>
The retry interval in seconds (from 1 second to 4.5 days), after
which a failed DDNS update will be retried.
<1-100>
The maximum number of times a retry is allowed.