enable config t ip dhcp pool dhcp-pool network 172.16.100.0 255.255.255.0 lease 1 1 30 default-router 172.16.100.254 dns-server 8.8.8.8 exit ip dhcp excluded-address 172.16.100.1 172.16.100.2 ip dhcp excluded-address 172.16.100.254 end write
B.
enable config t ip dhcp pool dhcp-pool network 172.16.100.0 255.255.255.0 ip dhcp excluded-address 172.16.100.1 172.16.100.2 ip dhcp excluded-address 172.16.100.254 lease 1 1 30 default-router 172.16.100.254 dns-server 8.8.8.8 exit end write
C.
enable config t ip dhcp pool dhcp-pool network 172.16.100.3 172.16.100.253 netmask 255.255.255.0 lease 1 1 30 default-router 172.16.100.254 dns-server 8.8.8.8 exit end write
D.
enable config t ip dhcp pool dhcp-pool network 172.16.100.0 255.255.255.0 lease 1 1 30 exit ip dhcp excluded-address 172.16.100.1 172.16.100.2 ip dhcp excluded-address 172.16.100.254 default-router 172.16.100.254 dns-server 8.8.8.8 end write