Specifying default routers available to the client

Complete the following steps to specify the IP addresses of the default routers for a client.

  1. Enter global configuration mode by issuing the configure terminal command.
    device# configure terminal
  2. Create and enter DHCP server pool configuration mode.
    device(config)# ip dhcp-server pool cabo
  3. Specify the IP addresses of the default routers for the client.
    device(config-dhcp-cabo)# dhcp-default-router address [10.2.1.141, 10.2.2.140]