User Guide
Table Of Contents
- Cisco Wireless ISR and HWIC Access Point Configuration Guide
- Contents
- Preface
- Overview
- Configuring Radio Settings
- Enabling the Radio Interface
- Roles in Radio Network
- Configuring Network or Fallback Role
- Universal Client Mode
- Configuring Universal Client Mode
- Configuring Radio Data Rates
- Configuring Radio Transmit Power
- Configuring Radio Channel Settings
- Enabling and Disabling World Mode
- Enabling and Disabling Short Radio Preambles
- Configuring Transmit and Receive Antennas
- Disabling and Enabling Access Point Extensions
- Configuring the Ethernet Encapsulation Transformation Method
- Enabling and Disabling Reliable Multicast to Workgroup Bridges
- Enabling and Disabling Public Secure Packet Forwarding
- Configuring Beacon Period and DTIM
- Configuring RTS Threshold and Retries
- Configuring Maximum Data Retries
- Configuring Fragmentation Threshold
- Enabling Short Slot Time for 802.11g Radios
- Performing a Carrier Busy Test
- Configuring Multiple SSIDs
- Configuring an Access Point as a Local Authenticator
- Understand Local Authentication
- Configure a Local Authenticator
- Guidelines for Local Authenticators
- Configuration Overview
- Configuring the Local Authenticator Access Point
- Configuring Other Access Points to Use the Local Authenticator
- Configuring EAP-FAST Settings
- Limiting the Local Authenticator to One Authentication Type
- Unblocking Locked Usernames
- Viewing Local Authenticator Statistics
- Using Debug Messages
- Configuring Encryption Types
- Configuring Authentication Types
- Configuring RADIUS Servers
- Configuring and Enabling RADIUS
- Understanding RADIUS
- RADIUS Operation
- Configuring RADIUS
- Default RADIUS Configuration
- Identifying the RADIUS Server Host
- Configuring RADIUS Login Authentication
- Defining AAA Server Groups
- Configuring RADIUS Authorization for User Privileged Access and Network Services
- Starting RADIUS Accounting
- Selecting the CSID Format
- Configuring Settings for All RADIUS Servers
- Configuring the Access Point to Use Vendor-Specific RADIUS Attributes
- Configuring the Access Point for Vendor-Proprietary RADIUS Server Communication
- Configuring WISPr RADIUS Attributes
- Displaying the RADIUS Configuration
- RADIUS Attributes Sent by the Access Point
- Configuring and Enabling RADIUS
- Configuring VLANs
- Configuring QoS
- Channel Settings
- Protocol Filters
- Supported MIBs
- Error and Event Messages
- Glossary
- Index
8-10
Cisco Wireless ISR and HWIC Access Point Configuration Guide
OL-6415-04
Chapter 8 Configuring VLANs
VLAN Configuration Example
Table 8-2 shows the commands needed to configure the three VLANs in this example.
Table 8-3 shows the results of the configuration commands in Table 8-2. Use the show running
command to display the running configuration on the access point.
Ta b l e 8-2 Configuration Commands for VLAN Example
Configuring VLAN 1 Configuring VLAN 2 Configuring VLAN 3
router# configure terminal
router(config)# interface
dot11radio 0
router(config-if)# ssid boss
router(config-ssid)# vlan 01
router(config-ssid)# end
router# configure terminal
router(config)# interface
dot11radio
0
router(config-if)# ssid teach
router(config-ssid)# vlan 02
router(config-ssid)# end
router# configure terminal
router(config)# interface
dot11radio
0
router(config-if)# ssid learn
router(config-ssid)# vlan 03
router(config-ssid)# end
router configure terminal
router(config) interface
FastEthernet0.1
router(config-subif)
encapsulation dot1Q 1 native
router(config-subif) exit
router(config) interface
FastEthernet0.2
router(config-subif) encapsulation
dot1Q 2
router(config-subif) bridge-group 2
router(config-subif) exit
router(config) interface
FastEthernet0.3
router(config-subif) encapsulation
dot1Q 3
router(config-subif) bridge-group 3
router(config-subif) exit
router(config)# interface
Dot11Radio 0.1
router(config-subif)#
encapsulation dot1Q 1 native
router(config-subif)
bridge-group 1
router(config-subif)# exit
router(config) interface Dot11Radio
0.2
router(config-subif) encapsulation
dot1Q 2
router(config-subif) bridge-group 2
router(config-subif) exit
router(config) interface Dot11Radio
0.3
router(config-subif) encapsulation
dot1Q 3
router(config-subif) bridge-group 3
router(config-subif) exit
Ta b l e 8-3 Results of Example Configuration Commands
VLAN 1 Interfaces VLAN 2 Interfaces VLAN 3 Interfaces
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no ip route-cache
no cdp enable
bridge-group 1
bridge-group 1
subscriber-loop-control
bridge-group 1
block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
interface Dot11Radio0.2
encapsulation dot1Q 2
no ip route-cache
no cdp enable
bridge-group 2
bridge-group 2
subscriber-loop-control
bridge-group 2
block-unknown-source
no bridge-group 2 source-learning
no bridge-group 2 unicast-flooding
bridge-group 2 spanning-disabled
interface Dot11Radio0.3
encapsulation dot1Q 3
no ip route-cache
bridge-group 3
bridge-group 3
subscriber-loop-control
bridge-group 3 block-unknown-source
no bridge-group 3 source-learning
no bridge-group 3 unicast-flooding
bridge-group 3 spanning-disabled
interface FastEthernet0.1
encapsulation dot1Q 1 native
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
interface FastEthernet0.2
encapsulation dot1Q 2
no ip route-cache
bridge-group 2
no bridge-group 2 source-learning
bridge-group 2 spanning-disabled
interface FastEthernet0.3
encapsulation dot1Q 3
no ip route-cache
bridge-group 3
no bridge-group 3 source-learning
bridge-group 3 spanning-disabled










