Cisco Systems OL-29225-01 Film Camera User Manual


 
19-20
Cisco IOS Software Configuration Guide for Cisco Aironet Access Points
OL-30644-01
Chapter 19 Configuring Repeater and Standby Access Points and Workgroup 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
Step 12
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.
Step 13
mobile station scan (Optional) Restricts the list of channels that the workgroup bridge
should scan in search of an alternate access point.
Step 14
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.
Step 15
exit Exit radio configuration mode and return to global configuration
mode.
Step 16
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.
Step 17
end Return to privileged EXEC mode.
Step 18
copy running-config
startup-config
(Optional) Save your entries in the configuration file.
Command Purpose