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

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

Advertisement

Open - MAC Radius - None
1 Create a security profile (mac-radius-open) by copying from the default unsecure profile.
create security-profile mac-radius-open copy unsecure
2 Create a VLAN (mac-radius-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan mac-radius-vlan
3 Configure the tag for the VLAN
config vlan mac-radius-vlan tag 10
4 Add the wireless port to the VLAN.
config vlan mac-radius-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 mac-radius-open dot11-auth open network-auth mac-radius
encryption none
config security-profile mac-radius-open default-user-vlan mac-radius-vlan
6 Configure the name of the ESS
config security-profile mac-radius-open ess-name mac-radius-open-ess
Open - MAC Radius - WEP 64
1 Create a security profile (mac-radius-64) by copying from the default unsecure profile.
create security-profile mac-radius-64 copy unsecure
2 Create a VLAN (mac-radius-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan mac-radius-vlan
3 Configure the tag for the VLAN
config vlan mac-radius-vlan tag 10
4 Add the wireless port to the VLAN.
config vlan mac-radius-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 mac-radius-64 dot11-auth open network-auth mac-radius
encryption wep64
config security-profile mac-radius-64 default-user-vlan mac-radius-vlan
6 Configure the security profile with a WEP key of encryption length 64.
config security-profile mac-radius-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
121

Advertisement

Table of Contents
loading

Table of Contents