19-20
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-30644-01
Chapter19 Configuring Repeater and Standby Access Points and Wo rkgroup Bridge Mode
Configuring Workgroup Bridge Mode
This example shows how to configure an access point as a workgroup bridge. In this example, the
workgroup bridge uses the configured username and password to perform LEAP authentication, and the
devices attached to its Ethernet port are assigned to VLAN 22:
AP# configure terminal
AP(config)# interface dot11radio 0
AP(config-if)# station-role workgroup-bridge
AP(config-if)# ssid infra
AP(config-ssid)# infrastructure-ssid
AP(config-ssid)# authentication client username wgb1 password cisco123
AP(config-ssid)# exit
AP(config-if)# exit
AP(config)# workgroup-bridge client-vlan 22
AP(config)# end
Step12 mobile station minimum-rate
rate
(Optional) When a workgroup bridge scans for an alternate
access point, this command determines the minimum data rate
that should be achievable to the new access point in order for the
workgroup bridge to consider the alternate access point as a
potential connection point.
Step13 mobile station scan (Optional) Restricts the list of channels that the workgroup bridge
should scan in search of an alternate access point.
Step14 mobile station ignore
neighbor-list
(Optional) When the workgroup bridge is configured to restrict
the list of scanned channels, this command instructs the
workgroup bridge to ignore the CCX neighbor list messages that
indicate potential neighboring access points and their channel.
Step15 exit Exit radio configuration mode and return to global configuration
mode.
Step16 workgroup-bridge client-vlan
vlan-id
(Optional) Specify the VLAN to which the devices that are
connected to the workgroup bridge’s Ethernet port are assigned.
Step17 end Return to privileged EXEC mode.
Step18 copy running-config
startup-config
(Optional) Save your entries in the configuration file.
Command Purpose