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-4
Cisco 1800 Series Integrated Services Routers (Fixed) Software Configuration Guide
OL-6426-02
Chapter 9 Configuring a Wireless LAN Connection
Configure Bridging on VLANs
Configure Bridging on VLANs
Perform these steps to configure integrated routing and bridging on VLANs, beginning in global
configuration mode:
Step 10
power [client | local] [cck [number | maximum] |
ofdm [number | maximum]]
Example:
Router(config-if)# power local cck 50
Router(config-if)# power local ofdm 30
Router(config-if)#
(Optional) Specifies the radio transmitter power
level.
See the Cisco Access Router Wireless
Configuration Guide for available power level
values.
Step 11
channel [number | least-congested]
Example:
Router(config-if)# channel 2462
Router(config-if)#
(Optional) Specifies the channel on which
communication occurs.
See the Cisco Access Router Wireless
Configuration Guide for available channel
numbers.
Step 12
station-role [repeater | root]
Example:
Router(config-if)# station-role root
Router(config-if)#
(Optional) Specifies the role of this wireless
interface.
You must specify at least one root interface.
Step 13
exit
Example:
Router(config-if)# exit
Router(config)#
Exits interface configuration mode, and enters
global configuration mode.
Command Purpose
Command or Action Purpose
Step 1
bridge [number | crb | irb |mac-address-table]
Example:
Router(config)# bridge irb
Router(config)#
Specifies the type of bridging.
The example specifies integrated routing and
bridging.
Step 2
interface name number
Example:
Router(config)# interface vlan 1
Router(config)#
Enters interface configuration mode.
We want to set up bridging on the VLANs, so the
example enters the VLAN interface
configuration mode.