We use 2800 router as DHCP servers.
We would like this routers to perform DDNS registration on behalf of the client:-
ip dhcp pool DHCP
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 4.2.2.2
!
A dhcp request comes in from a client, and the router issues IP address 192.168.2.10 in the DHCP response, then binds 192.168.2.10 to client MAC 014c.5138.0g62.
At this point, I’d also like the router to perform DDNS registration on behalf of the client.
How should i configure this box for it?
I would really appreciate any help on this.