Cisco Systems OL-6426-02 Saw User Manual


 
BETA DRAFT - CISCO CONFIDENTIAL
9-7
Cisco 1800 Series Integrated Services Routers (Fixed) Software Configuration Guide
OL-6426-02
Chapter 9 Configuring a Wireless LAN Connection
Configuration Example
Repeat these steps to configure more subinterfaces, as needed.
Configuration Example
The following configuration example shows a portion of the configuration file for the wireless LAN
scenario described in the preceding sections.
!
bridge irb
!
interface Dot11Radio0
no ip address
!
broadcast-key vlan 1 change 45
!
!
encryption vlan 1 mode ciphers tkip
!
ssid cisco
vlan 1
authentication open
authentication network-eap eap_methods
authentication key-management wpa
!
ssid ciscowep
vlan 2
authentication open
!
ssid ciscowpa
vlan 3
authentication open
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
rts threshold 2312
power local cck 50
power local ofdm 30
channel 2462
station-role root
!
interface Dot11Radio0.1
description Cisco Open
encapsulation dot1Q 1 native
no cdp enable
Step 5
bridge-group number
Example:
Router(config-subif)# bridge-group 1
Router(config-subif)#
Assigns a bridge group to the subinterface.
Step 6
exit
Example:
Router(config-subif)# exit
Router(config)#
Exits subinterface configuration mode, and
enters global configuration mode.
Command Purpose