System configuration 5-60 – SMC Networks SMC2555W-AG User Manual
Page 116

System Configuration
5-60
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).
SMC-AP(config)#interface wireless g
Enter Wireless configuration commands, one per line.
SMC-AP(if-wireless g)#authentication open
SMC-AP(if-wireless g)#encryption 128
SMC-AP(if-wireless g)#wpa-clients required
SMC-AP(if-wireless g)#wpa-mode pre-shared-key
SMC-AP(if-wireless g)#wpa-psk-type alphanumeric
SMC-AP(if-wireless g)#wpa-preshared-key ASCII asecret 6-93
SMC-AP(if-wireless g)#end
SMC-AP(config)#no 802.1x
SMC-AP(config)#no mac-authentication
SMC-AP(config)#interface wireless g
Enter Wireless configuration commands, one per line.
SMC-AP(if-wireless g)#authentication open
SMC-AP(if-wireless g)#encryption 128
SMC-AP(if-wireless g)#wpa-clients required
SMC-AP(if-wireless g)#wpa-mode dynamic
SMC-AP(if-wireless g)#multicast-cipher TKIP
SMC-AP(if-wireless g)#end
SMC-AP(config)#802.required
SMC-AP(config)#no mac-authentication