Manual
14-11
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-30644-01
Chapter 14 Configuring VLANs
VLAN Configuration Example
4. Configure VLAN 1, the Management VLAN, on both the fastEthernet and dot11radio interfaces on
the access point. You should make this VLAN the native VLAN.
5. Configure VLANs 2 and 3 on both the fastEthernet and dot11radio interfaces on the access point.
6.
Ta b l e 14-2 Configuration Commands for VLAN Example
Configuring VLAN 1 Configuring VLAN 2 Configuring VLAN 3
ap1200# configure terminal
ap1200(config)# interface
dot11radio 0
ap1200(config-if)# ssid boss
ap1200(config-ssid)# vlan 01
ap1200(config-ssid)# end
ap1200# configure terminal
ap1200(config)# in
terface
dot11radio 0
ap1200(config-if)# ssid teach
ap1200(config-ssid)# vlan 02
ap1200(config-ssid)# end
ap1200# c
onfigure terminal
ap1200(config)# interface
dot11radi
o 0
ap1200(config-if)# ssid learn
ap1200(config-ssid)# vlan 03
ap1200(config-ssid)# end
ap1200 configure
terminal
ap1200(config) i
nterface
FastEthernet0.1
ap1200(config-subif)
encapsulation do
t1Q 1 native
ap1200(config-subif) exit
ap1200(config) int
erface
FastEthernet0.2
ap1200(config-subif) encapsulation
dot1Q 2
ap1200(config-subif) bridge-group 2
ap1200(config-subif) exit
ap1200(config) interface
FastEther
net0.3
ap1200(config-subif) encapsulation
dot1Q 3
ap1200(config-subif) bridge-group 3
ap1200(config-subif) exit
ap1200(config)# interface
Dot11Radio 0.1
ap1200(config-subif)#
encapsulation do
t1Q 1 native
ap1200(config-subif)# exit
Note You do not need to configure
a bridge group on the
subinterface that you set up
as the native VLAN. This
bridge group is moved to the
native subinterface
automatically to maintain
the link to BVI 1, which
represents both the radio and
Ethernet interfaces.
ap1200(config) interface Dot11Radio
0.2
ap1200(config-subif) encapsulation
dot1Q 2
ap1200(config-subif) bridge-group 2
ap1200(config-subif) exit
ap1200(config) interface Dot11Radi
o
0.3
ap1200(config-subif) encapsulation
dot1Q 3
ap1200(config-subif) bridge-group 3
ap1200(config-subif) exit
Configure the client devices.
Table 14-2 sho
ws the commands needed to configure the three VLANs in this example.