880 Configuring DHCP Server SettingsConfiguring a Static Address PoolThe commands in this example create an address pool that assigns theaddress 192.168.2.10 to the host with a MAC address of 00:1C:23:55:E9:F3.When this hosts sends a DHCP message requesting network information, theswitch will offer the information configured in this example, which includes acustom DHCP option to assign the SMTP server IP address.To configure the switch:1 Create an address pool named “Tyler PC” and enter into DHCP poolconfiguration mode for the pool.console#configureconsole(config)#ip dhcp pool "Tyler PC"2 Specify the IP addresses that are available in the pool.console(config-dhcp-pool)#hardware-address00:1C:23:55:E9:F33 Specify the IP address and subnet mask to assign to the client.console(config-dhcp-pool)#host 192.168.2.10255.255.255.04 Specify the IP address to use as the default gateway.console(config-dhcp-pool)#default-router192.168.2.15 Specify the primary and secondary DNS servers the hosts will use.console(config-dhcp-pool)#dns-server192.168.2.100console(config-dhcp-pool)#dns-server192.168.5.1016 Specify the domain name to be assigned to clients that lease an addressfrom this pool.console(config-dhcp-pool)#domain-nameexecutive.dell.com7 Specify the option that configures the SMTP server IP address to the host.console(config-dhcp-pool)#option 69 ip192.168.1.33console(config-dhcp-pool)#exit