02-13-2012 03:07 PM - edited 07-03-2021 09:34 PM
Hello,
For reference I have attached the following:
Network Diagram
Ping Results Table
Configurations for 1811 router, ap1121g root access point, ap1121g wgb.
I am seeking assistance with the following problem.
Referring to the attached network diagram, I cannot communicate past the ap1121g-wgb in either direction.
Also attached is a result table of ping attempts through the ap1121wgb from each side.
I don't have a problem with the wireless connections. The ap1121g's associate ok.
Based on the ping results the problem appears to be in the ap1121g-wgb configuration, but I have run out of ideas.
The following two cisco documents have been my main reference, besides the cisco command lookup site.
Any insight will be greatly appreciated.
Thanks...
Solved! Go to Solution.
02-16-2012 08:39 AM
Robert,
Going back to your original post and looking through the example given in the first URL, I spotted a few lines in the example configurations which apply to older revisions of code, but not newer AP code, so they may be misleading. Based on the parameter availability of station-role workgroup-bridge in your last message, would you be wiling to try the following?
dot11 ssid WGB-SSID
authentication open
interface dot11radio 0
ssid WGB-SSID
station-role root
no shutdown
dot11 ssid WGB-SSID
authentication open
interface dot11radio 0
ssid WGB-SSID
station-role workgroup-bridge
no shutdown
The intended goal with this exercise is to get rid of all config and to try only basic required elements of a WGB configuration, starting with fresh factory defaults. Let's see if it will work for you as a bare-bones setup and then you can add other configuration like encryption and ACLs back in later.
Justin