Chapter 9 Wireless LAN Profiles
ZyWALL Series CLI Reference Guide
92
9.3.1 SSID Profile Example
The following example creates an SSID profile with the name ‘ZyXEL’. It makes the assumption that both
the security profile (SECURITY01) and the MAC filter profile (MACFILTER01) already exist.
9.4 Security Profile Commands
The following table identifies the values required for many of these commands. Other input values are
discussed with the corresponding commands.
The following table describes the commands available for security profile management. You must use
the
configure terminal command to enter the configuration mode before you can use these
commands.
Router(config)# wlan-ssid-profile SSID01
Router(config-ssid-radio)# ssid ZyXEL
Router(config-ssid-radio)# qos wmm
Router(config-ssid-radio)# data-forward localbridge
Router(config-ssid-radio)# security SECURITY01
Router(config-ssid-radio)# macfilter MACFILTER01
Router(config-ssid-radio)# exit
Router(config)#
Table 24 Input Values for General Security Profile Commands
LABEL DESCRIPTION
security_profile_name
The security profile name. You may use 1-31 alphanumeric characters, underscores
(
_), or dashes (-), but the first character cannot be a number. This value is case-
sensitive.
wep_key
Sets the WEP key encryption strength. Select either 64bit or 128bit.
wpa_key
Sets the WPA/WPA2 pre-shared key in ASCII. You may use 8~63 alphanumeric
characters. This value is case-sensitive.
wpa_key_64
Sets the WPA/WPA2 pre-shared key in HEX. You muse use 64 alphanumeric
characters.
secret
Sets the shared secret used by your network’s RADIUS server.
auth_method
The authentication method used by the security profile.
Table 25 Command Summary: Security Profile
COMMAND DESCRIPTION
show wlan-security-profile {all |
security_profile_name}
Displays the security profile(s).
all: Displays all profiles for the selected operating mode.
security_profile_name: Displays the specified profile for the
selected operating mode.
wlan-security-profile rename
security_profile_name1
security_profile_name2
Gives existing security profile (security_profile_name1) a
new name, (security_profile_name2).
[no] wlan-security-profile
security_profile_name
Enters configuration mode for the specified security profile. Use
the no parameter to remove the specified profile.