Specifications

13 - 20 WiNG 5.2.6 Wireless Controller CLI Reference Guide
13.1.3.2.8 lease
dhcp-pool-mode
The lease is the duration a DHCP issued IP address is valid for a DHCP client. Once this lease expires, and if the lease is
not renewed, the IP address is revoked and is available for reuse. Generally, before an IP lease expires, the client tries to
get the same IP address issued for the next lease period. The lease period is about 24 hours.
Supported in the following platforms:
Access Points — AP300, AP621, AP622, AP650, AP6511, AP6521, AP6532, AP71XX, AP81XX
Wireless Controllers — RFS4000, RFS6000, RFS7000, NX9000, NX9500
Syntax
lease [<0-365>|infinite]
lease infinite
lease <0-365> {0-23} {0-59} {0-59}
Parameters
• lease infinite
• lease <0-365> {<0-23>} {<0-59>} {<0-59>}
Usage Guidelines
If lease parameter is not configured on the DHCP pool, the default is used. The default is 24 hours.
Examples
rfs7000-37FABE(config-dhcp-policy-test-pool-pool1)#lease 1 0 0
rfs7000-37FABE(config-dhcp-policy-test-pool-pool1)# show running-config
include-factory
..........................................
ip dhcp pool Test4lease
lease 1 0 0
no domain-name
no bootfile
no dns-server
no default-router
no next-server
no netbios-name-server
no netbios-node-type
................................................................
rfs7000-37FABE(config-dhcp-policy-test-pool-pool1))#
rfs7000-37FABE(config-dhcp-policy-test-pool-pool1)#lease infinite
Related Commands
infinite The lease never expires. Equal to a static IP address assignment
<0-365> Configures the number of days for the lease
<0-23> Optional. Sets the number of hours for the lease
<0-59> Optional. Sets the number of minutes for the lease
<0-59> Optional. Sets the number of seconds for the lease
no Resets values or disables the DHCP pool lease commands