12-6
Cisco Aironet 1400 Series Wireless Bridges Software Configuration Guide
OL-4059-01
Chapter 12 Configuring VLANs
Configuring VLANs
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
BR#
configure terminal
BR(config)#
interface dot11radio0.1
BR(config-subif)#
encapsulation dot1q 1 native
BR(config-subif)#
bridge group 1
BR(config-subif)#
exit
BR(config)#
interface fastEthernet0.1
BR(config-subif)#
encapsulation dot1q 1 native
BR(config-subif)#
bridge group 1
BR(config-subif)#
exit
BR(config)#
interface dot11radio0
BR(config-if)#
ssid batman
BR(config-ssid)#
vlan 1
BR(config-ssid)#
infrastructure-ssid
BR(config-ssid)#
end
Step 14
encryption
[
vlan
vlan-id
]
mode wep
{
optional
[
key-hash
] |
mandatory
[
mic
] [
key-hash
]}
(Optional) Enable 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 bridge 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 bridge. You can enable both TKIP and MIC
with WEP set to mandatory.
Note
You can enable encryption for each VLAN, but the
bridge 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 and non-root bridge.
Step 15
exit
Return to interface configuration mode for the radio interface.
Step 16
end
Return to privileged EXEC mode.
Step 17
copy running-config startup-config
(Optional) Save your entries in the configuration file.
Command
Purpose