Introduction
Wireless clients can ping wired side but cannot ping neighboring wireless clients. They are also unable to get the IP address from the DHCP server on one VLAN
Resolution
In order to make sure that the wireless clients can communicate among them, configure the bridge-group 1 command on the radio interface.
Note: When the bridge-group 1 command is issued on the radio interface, these commands are automatically issued:
- bridge-group 1 subscriber-loop-control
- bridge-group 1 spanning-disabled
- bridge-group 1 block-unknown-source
Do not disable these commands. These commands are required for the wireless communication to occur. If these commands are disabled, wireless clients may not be able to communicate with each other.
Also, if the bridge-group command is not configured for the VLAN, the wireless clients are not able to get the IP address from the Dynamic Host Configuration Protocol (DHCP) server on one of the VLANs.
To overcome this situation, you can bridge on any interface, including any serial interface, regardless of encapsulation. Bridging can be configured between interfaces on different cards, although the performance is lower compared with interfaces on the same card. The serial interfaces must be running with High-Level Datalink Control (HLDC), X.25, or Frame Relay encapsulation.
To assign each network interface to a bridge group, issue the bridge-group command in interface configuration mode. To remove the interface from the bridge group, issue the no bridge-group command. The number of the bridge group to which the interface belongs must be in the range of 1 to 255.
Configure Bridging on VLANs
Perform these steps to configure integrated routing and bridging on VLANs, beginning in global configuration mode:
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. |
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 | 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. |
Repeat Step 2 through Step 6 above for each VLAN that requires a wireless interface.
Problem Type
No connectivity
Products
WLAN adapters (wireless card) / ACU (Aironet Client Utility)
Access Points
Reference
For more information about configuring a VLAN, refer to the Configuring VLANs
For more information on configuring bridging on VLANs, refer to Configure Bridging on VLANs