cnPilot Enterprise AP User Guide CAMBIUM NETWORKS
Specifies IP address of the default gateway to be
assigned to the clients
Primary &
Secondary
DNS
Server IP
Specifies IP address of the domain name servers.
Default values:
8.8.8.8 & 8.8.4.4 (when dns proxy is configured at device)
SVI IP & none (when dns proxy is not configured on
device)
Specifies the domain name to be assigned to clients.
Specifies the lease time.
Specifies subnet of SVI to which this DHCP server should
attach.
Specifies specific binding between MAC address and IP
address.
You can configure the above parameters through the CLI.
In the CLI
To switch from configuration context to DHCP pool context:
(cnPilot Enterprise AP) (configure)# ip dhcp pool pool-num
To configure IP address range to be assigned to the clients:
(cnPilot Enterprise AP) (configure)# address-range a.b.c.d A.B.C.D
To configure default router IP to be assigned to clients. Default router, if present in address range
is excluded.
(cnPilot Enterprise AP) (configure)# default-router a.b.c.d
To configure primary and secondary DNS server IP to be assigned to clients. Default Value: 8.8.8.8
for primary & 208.67.222.222 for secondary:
(cnPilot Enterprise AP) (configure)# dns-server primary-server-ip secondary-server-ip
To configure domain name to be assigned to clients:
(cnPilot Enterprise AP) (configure)# domain-name
To configure lease time:
(cnPilot Enterprise AP) (configure)# lease days hrs min
To specify subnet (SVI) to attach with DHCP server:
(cnPilot Enterprise AP) (configure)# network a.b.c.d /x
To bind IP address with MAC address. Up to 32 bindings can be specified:
(cnPilot Enterprise AP) (configure)# bind xx:xx:xx:xx:xx:xx a.b.c.d