Chapter 19 DDNS
UAG CLI Reference Guide
130
19.3 DDNS Commands Example
The following example sets up a DDNS profile where the interface is wan1 and uses HTTP.
[no] backup-iface interface_name Sets the backup WAN interface in the specified DDNS profile.
The
no command clears it.
[no] ha-iface interface_name Sets the HA interface in the specified DDNS profile. The no
command clears it.
[no] backmx Enables the backup mail exchanger. The
no command
disables it.
[no] wildcard Enables the wildcard feature. The
no command disables it.
[no] https activate Encrypts traffic using SSL (port 443), including traffic with
username and password, to the DDNS server. Not all DDNS
providers support this option.
The
no command disables it.
[no] url url Sets the URL that can be used to access the server that will
host the DDSN service. For example, # url /api/dynamic/
update.php?hostname=home.example.com& ip=10.1.1.1
The
no command disables it.
[no] ddns-server fqdn Sets the IP address of the server that will host the DDSN
service. For example, # ddns-server www.dnspark.net
The
no command disables it.
[no] additional-ddns-options {--dyndns_system
| --ip_server_name}
Avaialable for User custom. Enter one ofg the following.
• --ip_server_name which should be the URL to get the
server’s public IP address - for example, http://
myip.easylife.tw/
• --dyndns_system to specify the DYNDNS Server type -
for example, dyndns@dyndns.org
Table 74 ip ddns Commands (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# ip ddns profile bbb
# activate
# service-type user-custom
# username yjyeh001 password xxxxxx
# host yjye007.dyndns.org
# wan-iface wan1
# url /nic/update?
# ddns-server members.dyndns.org
# additional-ddns-options --dyndns_system dyndns@dyndns.org