122 Summit 300-48 Switch Software User Guide
Unified Access Security
config security-profile mac-radius-64 wep default-key-index 0
8 Configure the name of the ESS
config security-profile mac-radius-64 ess-name mac-radius-64-ess
Open - MAC Radius - WEP 128
1 Create a security profile (mac-radius-128) by copying from the default unsecure profile.
create security-profile mac-radius-128 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
Add the wireless port to the VLAN.
config vlan mac-radius-vlan add ports 1:5 tagged
4 Configure the Dot11 Authentication, Network Authentication and Multicast Cipher/Encryption and
also assign the “default-user-vlan” parameter.
config security-profile mac-radius-128 dot11-auth open network-auth mac-radius
encryption wep128
config security-profile mac-radius-128 default-user-vlan mac-radius-vlan
5 Configure the security profile with a WEP key of encryption length 128
config security-profile mac-radius-128 wep key add 0 hex abcdefaaaaaaaaaaaaaaaaaaaa
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.
6 Configure the security profile to use the 0 key you just defined as the default encryption key.
config security-profile mac-radius-128 wep default-key-index 0
7 Configure the name of the ESS
config security-profile mac-radius-128 ess-name mac-radius-128-ess
Open - Dot1x - WEP 64
1 Create a security profile (open-dot1x-64) by copying from the default unsecure profile.
create security-profile open-dot1x-64 copy unsecure
2 Create a VLAN (dot1x-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan dot1x-vlan
3 Configure the tag for the VLAN
config vlan dot1x-vlan tag 10
4 Add the wireless port to the VLAN.
config vlan dot1x-vlan add ports 1:5 tagged