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

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 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-wpa-aes dot11-auth open network-auth wpa encryption aes
config security-profile open-wpa-aes default-user-vlan wpa-vlan
6 Configure the name of the ESS
config security-profile open-wpa-aes ess-name open-wpa-aes-ess
Open - WPA PSK (Pre-Shared Key) - WEP 64
1 Create a security profile (open-wpapsk-64) by copying from the default unsecure profile.
create security-profile open-wpapsk-64 copy unsecure
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-64 dot11-auth open network-auth wpa-psk
encryption wep64
config security-profile open-wpapsk-64 default-user-vlan wpa-vlan
6 Configure the pre-shared key (PSK) for the security-profile.
config security-profile open-wpapsk-64 wpa-psk hex <hexadecimal digits>
...or...
config security-profile open-wpapsk-64 wpa-psk passphrase <alphanumeric string>
7 Configure the name of the ESS
config security-profile open-wpapsk-64 ess-name open-wpapsk-64-ess
Open - WPA PSK (Pre-Shared Key) - WEP 128
1 Create a security profile (open-wpapsk-128) by copying from the default unsecure profile.
create security-profile open-wpapsk-128 copy unsecure
2 Create a VLAN (wpa-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan wpa-vlan
Summit 300-48 Switch Software User Guide
Example Wireless Configuration Processes
125

Advertisement

Table of Contents
loading

Table of Contents