Extreme Networks Summit 300-48 Software User's Manual page 127

Extreme summit 300-48: software user guide
Hide thumbs Also See for Summit 300-48:
Table of Contents

Advertisement

2 Create a VLAN (wpa-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan wpa-vlan
3 Configure the tag for the wpa-vlan
config vlan wpa-vlan tag 10
4 Add the wireless port to the VLAN.
config vlan wpa-vlan add ports 1:5 tagged
5 Configure the Dot11 Authentication, Network Authentication and Multicast Cipher/Encryption and
also assign the "default-user-vlan" parameter.
config security-profile open-wpapsk-aes dot11-auth open network-auth wpa-psk
encryption aes
config security-profile open-wpapsk-aes default-user-vlan wpa-vlan
6 Configure the pre-shared key (PSK) for the security-profile.
config security-profile open-wpapsk-aes wpa-psk hex <hexadecimal digits>
...or...
config security-profile open-wpapsk-aes wpa-psk passphrase <alphanumeric string>
7 Configure the name of the ESS
config security-profile open-wpapsk-aes ess-name open-wpapsk-aes-ess
Shared - None - WEP 64
1 Create a security profile (shared-none-64) by copying from the default unsecure profile.
create security-profile shared-none-64 copy unsecure
2 Create a VLAN (wep-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan wep-vlan
3 Configure the tag for the wep-vlan
config vlan wep-vlan tag 10
4 Add the wireless port to the VLAN.
config vlan wep-vlan add ports 1:5 tagged
5 Configure the Dot11 Authentication, Network Authentication and Multicast Cipher/Encryption and
also assign the "default-user-vlan" parameter.
config security-profile shared-none-64 dot11-auth shared network-auth none
encryption wep64
config security-profile shared-none-64 default-user-vlan wep-vlan
6 Configure the security profile for WEP encryption length of 64.
config security-profile shared-none-64 wep key add 0 hex abcdefaaaa
NOTE
If you enter the wrong number of characters for the code, a message similar to the following
appears.
Invalid number of bytes in key. Expected <xx> bytes, got <yy> bytes.
7 Configure the security profile to use the 0 key you just defined as the default encryption key.
Summit 300-48 Switch Software User Guide
Example Wireless Configuration Processes
127

Advertisement

Table of Contents
loading

Table of Contents