8-6
Cisco Wireless ISR and HWIC Access Point Configuration Guide
OL-6415-04
Chapter 8 Configuring VLANs
Configuring VLANs
This example shows how to:
•
Name an SSID
•
Assign the SSID to a VLAN
•
Enable the VLAN on the radio and Ethernet ports as the native VLAN
router#
configure terminal
router(config)#
interface dot11radio0
router(config-if)#
ssid batman
router(config-ssid)#
vlan 1
router(config-ssid)#
exit
router(config)#
interface dot11radio0.1
router(config-subif)#
encapsulation dot1q 1 native
router(config-subif)#
exit
router(config)#
interface fastEthernet0.1
router(config-subif)#
encapsulation dot1q 1 native
router(config-subif)#
exit
router(config)#
end
Step 7
encapsulation dot1q
vlan-id
[
native
]
Enable a VLAN on the radio interface.
(Optional) Designate the VLAN as the native VLAN. On many
networks, the native VLAN is VLAN 1.
Step 8
exit
Return to global configuration mode.
Step 9
interface fastEthernet0.x
Enter interface configuration mode for the Ethernet VLAN
subinterface.
Step 10
encapsulation dot1q
vlan-id
[
native
]
Enable a VLAN on the Ethernet interface.
(Optional) Designate the VLAN as the native VLAN. On many
networks, the native VLAN is VLAN 1.
Step 11
end
Return to privileged EXEC mode.
Step 12
copy running-config startup-config
(Optional) Save your entries in the configuration file.
Command
Purpose
Summary of Contents for HWIC
Page 8: ...Contents 8 Cisco Wireless Router and HWIC Configuration Guide OL 6415 04 ...
Page 24: ...1 6 Cisco Wireless Router and HWIC Configuration Guide OL 6415 04 Chapter 1 Overview ...
Page 181: ...Index IN 7 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 182: ...Index IN 8 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 183: ...Index IN 9 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 184: ...Index IN 10 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 185: ...Index IN 11 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 186: ...Index IN 12 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 187: ...Index IN 13 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...
Page 188: ...Index IN 14 Cisco Wireless ISR and HWIC Access Point Configuration Guide OL 6415 04 ...