Dragon,
No, it is not.
With a Windows DNS Server, the client "registers" by writing its address
into the DNS file. With a Cisco DHCP, the client does not "register"
anything. The DHCP server assigns an address to the client, and stores the
information.
You would need to have a process that reads the router config, obtains the
DHCP information and then writes it to the DNS Server. The router itself has
no mechanism to do this.
On the other hand, you could use a remote Windows DHCP server, by setting
the router to forward the DHCP requests. Then you could have the Windows
DHCP server register the clients in Windows DNS.
The disadvantage is that the DevX clients are then dependent on the WAN for
their address assignment. That could be OK depending on the stability of the
WAN link.
Hope that helps,
Anthony
http://www.airdesk.com
"Dragon" <> wrote in message
news:...
> Hi,
>
> I would like to find out if it is possible to have dynamic updates between
> a Cisco Router's DHCP server and Windows Server 2003's DNS server.
>
> Here is the scenario:
>
> - Remote locations with (custom) IP devices (We will call them DevX)
> - These devices request IP address from DHCP which is then provided by
> local Cisco Router
> - Cisco Router provides IP address and DNS address list.
> - DevX is not capable of registering itself with DNS Server
> - DevX does register its name with DHCP server when getting an IP.
>
> Is it possible for Cisco DHCP Server to send these registrations to a DNS
> Server on a remote Windows Server?
>
> Thank you.
>