Configure DHCP On Router
Configure DHCP On Router
(On an
existing router, you would have already done this.)
Router(dhcp-config)#domain-name mydomain.com
5. Specify the primary and secondary DNS servers.
Router(dhcp-config)#default-router 1.1.1.1
7. Specify the lease duration for the addresses you're using from the pool.
Router(dhcp-config)#lease 7
8. Exit Pool Configuration Mode.
Router(dhcp-config)#exit