cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3612
Views
0
Helpful
3
Replies

DDNS - CCA

jcarter
Level 4
Level 4

Is there a way to setup DDNS for a UC500 using the CCA?

3 Replies 3

DDNS is not configurable today via CCA, but it is a committed feature for our next release, 2.1. Stay tuned.

Thanks,


Marcos

Based on the following config items, where do I put my dyndns.org username and password?

! Define the DDNS global settings

ip domain lookup source-interface FastEthernet0/0

ip domain name dyndns.org

!

ip ddns update method method1

http

add

! As there is a “?” in the CLI – there will be an error if you copy / paste this line as is. You need to

! first paste the CLI before the “?”, then hit “Ctrl +V”, type ? and then paste the rest of the CLI

http://uc520multi:cisco123@members.dyndns.org/nic/update?system=dyndns&hostname=cisco123@members.dyndns.org/nic/update?system=dyndns&hostname=&myip=

interval maximum 2 0 0 0

interval minimum 1 0 0 0

!

Configure WAN interface for DDNS and VPN

interface FastEthernet0/0

description $FW_OUTSIDE$

ip dhcp client update dns

ip ddns update hostname SANJOSE-UC520.dyndns.org

ip ddns update method1

ip address dhcp

ip access-group 104 in

ip nat outside

ip inspect SDM_HIGH out

ip virtual-reassembly

duplex auto

speed auto

Hi Jason,


The following document has some configuration examples and the full description of the DDNS feature in IOS:

http://www.cisco.com/en/US/partner/docs/ios/ipaddr/configuration/guide/iad_ddns_ps6441_TSD_Products_Configuration_Guide_Chapter.html

Thanks,


Marcos