Cisco Catalyst 3650 Series Configuration Manual page 63

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

Advertisement

Configuring DHCP for WLANs
SUMMARY STEPS
1. configure terminal
2. shutdown
3. wlan profile-name
4. ip dhcp opt82 {ascii | format {add-ssid | ap-ethmac} | rid}
5. ip dhcp required
6. ip dhcp server ip-address
7. no shutdown
8. end
9. show wlan wlan-name
DETAILED STEPS
Command or Action
Step 1
configure terminal
Example:
Switch# configure terminal
Step 2
shutdown
Example:
Switch(config)# shutdown
Step 3
wlan profile-name
Example:
Switch# wlan test4
Step 4
ip dhcp opt82 {ascii | format {add-ssid |
ap-ethmac} | rid}
Example:
Switch(config)# ip dhcp opt82 format
add-ssid
OL-32353-01
Purpose
Enters global configuration mode.
Shut down the WLAN.
Enters the WLAN configuration submode. The profile-name is the
profile name of the configured WLAN.
Specifies the DHCP82 payload on the WLAN. The keyword and
arguments are as follows:
• ascii—Configures ASCII for DHCP Option 82. If this is not
configured, the option 82 format is set to ASCII format.
• format—Specifies the DHCP option 82 format. The following
options are available:
• add-ssid—Set RemoteID format that is the AP radio MAC
address and SSID.
• ap-ethmac—Set RemoteID format that is the AP Ethernet
MAC address.
Note
If the format option is not configured, only the AP
radio MAC address is used.
• rid—Adds the Cisco 2 byte RID for DHCP option 82.
WLAN Configuration Guide, Cisco IOS XE Release 3E (Catalyst 3650 Switches)
Configuring DHCP for WLANs (CLI)
53

Advertisement

Table of Contents
loading

Table of Contents