06-12-2015 10:24 AM - edited 07-05-2021 03:24 AM
I'm attempting to configure the integrated AP in the C819 as a bridge. I can't rely on the infrastructure to be Cisco, so I'm using "station-role workgroup-bridge universal" with the MAC of the router. For some reason, the bridge AP is not accepting/forwarding broadcast traffic from the infrastructure. Broadcast packets (DHCP/ARP) egress the bridge AP (I can see them on the infrastructure side), but the replies never make it through the bridge AP. I blame the bridge AP because other clients can ARP/DHCP just fine w/the infrastructure. Unicast packets from the infrastructure are forwarded correctly.
We currently have a few hundred 3200 MARs using this exact technique and they don't have trouble with broadcasts.
Any idea what I could be missing?
06-14-2015 10:49 AM
with WGB and multiple vlans two things should be configured :
1) add the command "infra-structure SSID" , under the WGB SSID .
2)the WGB SSID should be in native vlan which is 12 , i see its configured for 11 and 11 is tagged vlan.
correct these two things and it should work ,
06-15-2015 09:02 AM
06-15-2015 12:21 PM
yes the configuration now is correct ,
is it working now ?
06-15-2015 12:22 PM
No. The router is still not receiving any of the broadcast packets from the wireless.
06-15-2015 12:41 PM
can you share the show run from the root AP ?
is it cisco or non-cisco AP ?
collect show brdige and show arp from the WGB .
and show run from 3200 mobility router
do you see the DHCP packet going out the wired/wireless clients behind the WGB , but no reply from the other side ? or you are checking from the root AP side ,
if you connect a wired client behind the bridge to vlan 20 , does it take ip address ?
06-17-2015 09:10 AM
Sorry for the delay. Thanks again for looking at this.
can you share the show run from the root AP ?
> attached
is it cisco or non-cisco AP ?
> Cisco, for testing purposes
collect show brdige and show arp from the WGB .
>
vehicle-router-ap#show bridge
Total of 300 station blocks, 299 free
Codes: P - permanent, S - self
Bridge Group 1:
Address Action Interface Age RX count TX count
6cfa.89d5.84a2 forward Gi0.11 0 5 0
vehicle-router-ap#show arp
vehicle-router-ap#
and show run from 3200 mobility router
> That's a bit tough due to all the customer specific data. Here are some relevant snippets:
dot11 ssid (redacted)
vlan 11
authentication open eap eap_methods1
authentication network-eap eap_methods1
authentication key-management wpa
accounting acct_methods1
dot1x credentials TLS
encryption mode ciphers tkip
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
ssid (redacted)
!
antenna transmit right-a
antenna receive right-a
station-role workgroup-bridge universal 1cdf.0fcc.7052
rts threshold 4000
no cdp enable
infrastructure-client
!
interface Dot11Radio0.11
encapsulation dot1Q 11 native
no ip route-cache
bridge-group 1
bridge-group 1 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
speed auto
full-duplex
!
interface FastEthernet0.11
description IP address here needed to support SNMP signaling to MARC
encapsulation dot1Q 11 native
ip address 10.255.253.251 255.255.255.0
no ip route-cache
bridge-group 1
!
interface FastEthernet0.20
description Sub-interface for consistent access/administration whether inside or outside of 802.11 coverage
encapsulation dot1Q 20
ip address 10.255.255.251 255.255.255.0
no ip route-cache
bridge-group 20
!
interface BVI1
description Bridge Virtual Address - On Vlan11 from MARC's perspective
ip address 10.255.254.251 255.255.255.0
no ip route-cache
!
ip default-gateway 10.255.255.254
no ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
bridge 1 aging-time 120
bridge 20 aging-time 86400
do you see the DHCP packet going out the wired/wireless clients behind the WGB , but no reply from the other side ? or you are checking from the root AP side ,
> I have a monitor session on the switchport the root AP is connected to
> I see the broadcasted DISCOVER from the WGB and a broadcasted OFFER. There's no indication in the router receives it (based on the output from debug dhcp)
if you connect a wired client behind the bridge to vlan 20 , does it take ip address ?
> yes. Other clients (laptops/iPhones) also work when connecting to the root AP
06-17-2015 09:25 AM
on the AP of the 3200 add this subinterface :
interface Dot11Radio0.20
encapsulation dot1q 20
bridge-group 20
----------------------------------------
on the root AP, you can copy and paste :
add below :
interface Dot11Radio0.20
encapsulation dot1q 20
bridge-group 20
interface Dot11Radio0.11
encapsulation dot1q 11 native
bridge-group 1
interface FastEthernet0.20
encapsulation dot1q 20
bridge-group 20
interface FastEthernet0.11
encapsulation dot1q 11 native
bridge-group 1
dot11 ssid iotwifi
vlan 11
===========
it should work ,
if not collect show bridge again from both sides .
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide