Configuring VLANs
Configuring VLANs
5
Cisco 3200 Series Wireless MIC Software Configuration Guide
This example shows how to:
•
Enable the VLAN on the radio and Ethernet ports as the native VLAN
•
Name an SSID
•
Assign the SSID to a VLAN
bridge#
configure terminal
bridge(config)#
interface dot11radio0.1
bridge(config-subif)#
encapsulation dot1q 1 native
bridge(config-subif)#
bridge group 1
bridge(config-subif)#
exit
bridge(config)#
interface fastEthernet0.1
bridge(config-subif)#
encapsulation dot1q 1 native
bridge(config-subif)#
bridge group 1
bridge(config-subif)#
exit
bridge(config)#
interface dot11radio0
bridge(config-if)#
ssid batman
bridge(config-ssid)#
vlan 1
bridge(config-ssid)#
infrastructure-ssid
bridge(config-ssid)#
end
Step 14
encryption
[
vlan
vlan-id
]
mode wep
{
optional
[
key-hash
] |
mandatory
[
mic
] [
key-hash
]}
(Optional) Enables WEP and WEP features on the native
VLAN.
•
(Optional) Select the VLAN for which you want to enable
WEP and WEP features.
•
Set the WEP level and enable TKIP and MIC. If you enter
optional
, another bridge can associate to the WMIC with
or without WEP enabled. You can enable TKIP with WEP
set to optional but you cannot enable MIC. If you enter
mandatory
, other bridges must have WEP enabled to
associate to the WMIC. You can enable both TKIP and
MIC with WEP set to mandatory.
Note
You can enable encryption for each VLAN, but the
WMIC uses only the encryption on the native VLAN.
For example, if the native VLAN encryption is set to
128-bit static WEP, that is the only encryption method
used for traffic between the root device and non-root
bridge.
Step 15
exit
Returns to interface configuration mode for the radio interface.
Step 16
end
Returns to privileged EXEC mode.
Step 17
copy running-config startup-config
(Optional) Saves your entries in the configuration file.
Command
Purpose