Configuring the DHCP address pool

  1. Enable DHCP globally.

    [FW] dhcp enable

  2. Create a DHCP server address pool named poolforap for IP address allocation to APs.

    # Configure the dynamical allocation address range as 192.168.10.0/24, the address that does not participate in automatic allocation as 192.168.10.1, and the gateway address as 192.168.10.1.

    [FW] dhcp server ip-pool poolforap

    [FW-dhcp-pool-poolforap] network 192.168.10.0 24

    [FW-dhcp-pool-poolforap] forbidden-ip 192.168.10.1

    [FW-dhcp-pool-poolforap] gateway-list 192.168.10.1

  3. Create a DHCP server address pool named poolforsta for IP address allocation to access terminals.

    Configure the dynamic allocation address range as 192.168.20.0/24, the address that does not participate in automatic allocation as 192.168.20.1, the gateway address as 192.168.20.1, and the DNS server address as 114.114.114.114. (Specify the DNS server address for wireless clients according to your actual network configuration.)

    [FW] dhcp server ip-pool poolforsta

    [FW-dhcp-pool-poolforsta] network 192.168.20.0 24

    [FW-dhcp-pool-poolforsta] forbidden-ip 192.168.20.1

    [FW-dhcp-pool-poolforsta] gateway-list 192.168.20.1

    [FW-dhcp-pool-poolforsta] dns-list 114.114.114.114

    [FW-dhcp-pool-poolforsta] quit