User Manual User guide

226 Rockwell Automation Publication 1783-UM006A-EN-P - May 2014
Chapter 6 Administering the WAP Access
5. Configure the duration of the lease for IP addresses assigned by the
wireless device.
days, configure the lease duration in number of days
(optional) hours, configure the lease duration in number of hours
(optional) minutes, configure the lease duration in number of minutes
infinite, set the lease duration to infinite
lease { days [ hours ] [ minutes ] |
infinite }
6. Specify the IP address of the default router for DHCP clients on the
subnet. One IP address is required; however, you can specify up to eight
addresses in one command line.
default-router address [address2 ... address 8]
7. Return to privileged EXEC mode.
end
8. Verify your entries.
show running-config
9. (Optional) Save your entries in the configuration file.
copy running-config startup-config
Use the no form of these commands to return to default settings.
This example shows how to configure the wireless device as a DHCP server,
exclude a range of IP address, and assign a default router:
AP# configure terminal
AP(config)# ip dhcp excluded-address 172.16.1.1
172.16.1.20
AP(config)# ip dhcp pool wishbone
AP(dhcp-config)# network 172.16.1.0 255.255.255.0
AP(dhcp-config)# lease 10
AP(dhcp-config)# default-router 172.16.1.1
AP(dhcp-config)# end