System configuration 6-86 – SMC Networks ElliteConnect 2.4GHz/5GHz User Manual
Page 162
System Configuration
6-86
authentication. To view the current 802.11g security settings, use
the show interface wireless a or show interface wireless g
command (not shown in example).
CLI Commands for WPA over 802.1X Security – From the
802.11a or 802.11g interface configuration mode, use the
authentication command to set the access point to “Open
System.” Use the WEP encryption command to enable all types
of encryption. Use the wpa-clients command to set WPA to be
required or supported for clients. Use the wpa-mode command
to enable WPA dynamic keys over 802.1X. Set the broadcast and
multicast key encryption using the multicast-cipher command.
Then set 802.1X to required, and disable MAC authentication. To
view the current 802.11g security settings, use the show
interface wireless g command (not shown in example).
AP(config)#interface wireless g
Enter Wireless configuration commands, one per line.
AP(if-wireless g)#authentication open
AP(if-wireless g)#encryption 128
AP(if-wireless g)#wpa-clients required
AP(if-wireless g)#wpa-mode pre-shared-key
AP(if-wireless g)#wpa-psk-type alphanumeric
AP(if-wireless g)#wpa-preshared-key ASCII asecret
AP(if-wireless g)#end
AP(config)#no 802.1X
AP(config)#no mac-authentication
AP(config)#interface wireless g
Enter Wireless configuration commands, one per line.
AP(if-wireless g)#authentication open
AP(if-wireless g)#encryption 128
AP(if-wireless g)#wpa-clients required
AP(if-wireless g)#wpa-mode dynamic
AP(if-wireless g)#multicast-cipher TKIP
AP(if-wireless g)#end
AP(config)#802.required
AP(config)#no mac-authentication