Example Wireless Configuration Processes
Summit 300-48 Switch Software User Guide 119
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.
config security-profile wep-secure wep default-key-index 0
8 Configure the name of the ESS
config security-profile wep-secure ess-name open-wep128-ess
Open – Web Based Network Login - None
1 Create a security profile (web-based-open) by copying from the default unsecure profile.
create security-profile web-based-open copy unsecure
2 Create a VLAN (web-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan web-vlan
3 Configure the tag for the VLAN
config vlan web-vlan tag 10
4 Add the wireless port to the VLAN.
config vlan web-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 web-based-open dot11-auth open network-auth web-based
encryption none
config security-profile web-based-open default-user-vlan web-vlan
6 Configure the name of the ESS
config security-profile web-based-open ess-name open-web-ess
Open – Web Based Network Login - WEP 64
1 Create a security profile (web-based-64) by copying from the default unsecure profile.
create security-profile web-based-64 copy unsecure
2 Create a VLAN (web-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan web-vlan
3 Configure the tag for the VLAN
config vlan web-vlan tag 10
4 Add the wireless port to the VLAN.
config vlan web-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.