Example Wireless Configuration Processes
Summit 300-48 Switch Software User Guide 117
indicated in the parameter or into the VLAN indicated by a Vendor Specific Attribute (VSA) VLAN-ID or
VLAN Name. Any authentication failures will deny the client access to the network.
NOTE
In the following examples, the heading of each example is formatted as follows:
Dot11 Authentication – Network Authentication – Encryption/Multicast Cipher
Open - None - None
1 Create a security profile (open-auth) by copying from the default unsecure profile.
create security-profile open-auth copy unsecure
2 Create a VLAN (open-vlan) for the potential clients that will connect to the network using this
security-profile.
create vlan open-vlan
3 Configure the tag for the VLAN
config vlan open-vlan tag 10
4 Add the wireless port to the VLAN.
config vlan open-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-auth dot11-auth open network-auth none encryption none
config security-profile open-auth default-user-vlan open-vlan
6 Configure the name of the ESS
config security-profile open-auth ess-name open-ess
Open - None – Wep 64
1 Create a security profile (wep-secure) by copying from the default unsecure profile.
create security-profile wep-secure 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 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 wep-secure dot11-auth open network-auth none encryption
wep64
config security-profile wep-secure default-user-vlan wep-vlan