Ein kleines Beispiel wie das DynDNS-Feature auf einem Cisco 831 Router konfiguriert wird. Es wird mindestens Release 12.3(8)YA benötigt. Die DynDNS Config funktioniert natürlich auch auf anderen Cisco Routern die DDNS (DynDNS) erlauben.
ip ddns update method dyndns HTTP add http://account:password@<s>/nic/update?system=dyndns&hostname=<h>&myip=<a> interval maximum 0 1 0 0 ! interface Dialer1 description Link zum ISP ip ddns update hostname my-Cisco-Router.dyndns.org ip ddns update dyndns host members.dyndns.org
<s> -> members.dyndns.org <h> -> my-Cisco-Router.dyndns.org <a> -> IP Address
Mit „debug ip ddns update“ könnt ihr dann das ganze noch überprüfen.