wlan dhcp p ddd n

Configures the WLAN dynamic host configuration protocol (DHCP) server settings on the CTM-200 gateway, specifically the starting IP address to assign to DHCP users and the maximum number of DHCP users on WLAN inteface.

p = 0 or 1ethernet port
ddd = 0 to 255Starting DHCP IP address to be leased. ddd is referring to the last ipv4 octet (ie. aaa.bbb.ccc.ddd). Use 0 to disable. (default 20).
n = 1 to 254Maximum number of DHCP clients. Use 0 to disable. (default 10)

Examples:

  1. Assign DHCP address range from 192.168.0.20 to 192.168.0.35 to WLAN DHCP clients
    cmd wlan dhcp 0 20 15
  1. Disable DHCP on WLAN
    cmd wlan dhcp 0 0 0

See also: DHCP

Last modified 5 years ago Last modified on 15-07-23 01:05:23 PM