Configuring Dhcp Scopes (Cli) - Cisco Catalyst 3650 Series Configuration Manual

Wlan configuration guide, cisco ios xe release 3e
Hide thumbs Also See for Catalyst 3650 Series:
Table of Contents

Advertisement

Configuring DHCP for WLANs

Configuring DHCP Scopes (CLI)

SUMMARY STEPS
1. configure terminal
2. ip dhcp pool pool-name
3. network network-name mask-address
4. dns-server hostname
5. end
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
ip dhcp pool pool-name
Example:
Switch(config)#ip dhcp pool test-pool
Step 3
network network-name mask-address
Example:
Switch(dhcp-config)#network 209.165.200.224
255.255.255.0
Step 4
dns-server hostname
Example:
Switch(dhcp-config)#dns-server example.com
Step 5
end
Example:
Switch(config)# end
Related Topics
Information About DHCP Scopes, on page 52
OL-32353-01
Purpose
Enters global configuration mode.
Configures the DHCP pool address.
Specifies the network number in dotted-decimal notation
and the mask address.
Specifies the DNS name server. You can specify an IP
address or a hostname.
Returns to privileged EXEC mode. Alternatively, you can
also press Ctrl-Z to exit global configuration mode.
WLAN Configuration Guide, Cisco IOS XE Release 3E (Catalyst 3650 Switches)
Configuring DHCP Scopes (CLI)
55

Advertisement

Table of Contents
loading

Table of Contents