Specifications
Table Of Contents
- Contents
- Preface
- Getting Started
- Basic Router Configuration
- Interface Port Labels
- Viewing the Default Configuration
- Information Needed for Configuration
- Configuring Basic Parameters
- Configuring Static Routes
- Configuring Dynamic Routes
- Configuring Enhanced IGRP
- Basic Router Configuration
- Configuring Your Router for Ethernet and DSL Access
- Sample Network Deployments
- Configuring PPP over Ethernet with NAT
- Configuring PPP over ATM with NAT
- Configuring a LAN with DHCP and VLANs
- Configuring a VPN Using Easy VPN and an IPSec Tunnel
- Configure the IKE Policy
- Configure Group Policy Information
- Apply Mode Configuration to the Crypto Map
- Enable Policy Lookup
- Configure IPSec Transforms and Protocols
- Configure the IPSec Crypto Method and Parameters
- Apply the Crypto Map to the Physical Interface
- Create an Easy VPN Remote Configuration
- Verifying Your Easy VPN Configuration
- Configuration Example
- Configuring VPNs Using an IPSec Tunnel and Generic Routing Encapsulation
- Configuring a Simple Firewall
- Configuring a Wireless LAN Connection
- Sample Configuration
- Configuring Additional Features and Troubleshooting
- Additional Configuration Options
- Configuring Security Features
- Configuring Dial Backup and Remote Management
- Troubleshooting
- Reference Information
- Cisco IOS Software Basic Skills
- Concepts
- ROM Monitor
- Common Port Assignments

9-5
Cisco 1800 Series Integrated Services Routers (Fixed) Software Configuration Guide
OL-6426-02
Chapter 9 Configuring a Wireless LAN Connection
Configure Radio Station Subinterfaces
Repeat Step 2 through Step 6 above for each VLAN that requires a wireless interface.
Configure Radio Station Subinterfaces
Perform these steps to configure subinterfaces for each root station, beginning in global configuration
mode:
Step 3
bridge-group number
Example:
Router(config)# bridge-group 1
Router(config)#
Assigns a bridge group to the interface.
Step 4
bridge-group parameter
Example:
Router(config)# bridge-group
spanning-disabled
Router(config)#
Sets other bridge parameters for the bridging
interface.
Step 5
interface name number
Example:
Router(config)# interface bvi 1
Router(config)#
Enters configuration mode for the virtual bridge
interface.
Step 6
ip address address mask
Example:
Router(config)# ip address 10.0.1.1
255.255.255.0
Router(config)#
Specifies the address for the virtual bridge
interface.
Command or Action Purpose
Command Purpose
Step 1
interface type number
Example:
Router(config)# interface dot11radio 0.1
Router(config-subif)#
Enters subinterface configuration mode for the
root station interface.
Step 2
description string
Example:
Router(config-subif)# description Cisco open
Router(config-subif)#
Provides a description of the subinterface for the
administrative user.