R1>ena
R1#configure terminal
R1(config)#ip dhcp pool CLIENT_LAN
R1(dhcp-config)#network 192.168.1.0 255.255.255.0
R1(dhcp-config)#dns-server 8.8.8.8
R1(dhcp-config)#default-router 192.168.1.254
R1(dhcp-config)# domain-name senumerique.fr
Exclure les adresses 192.168.1.1 à 192.168.1.10
R1(config)#ip dhcp excluded-address 192.168.1.1 192.168.1.10