10-16-2011 02:12 PM - edited 07-03-2021 08:56 PM
Hello,
Is there a guide anywhere on how to turn an AP inside an 877w into a Wireless Bridge?
I have been searching for hours
10-16-2011 08:21 PM
Get into the radio config mode and see if u find an option to configure the same to ROOT BRIDGE, this will do it..
en
conf t
int dot11 0
station-role root bridge
end
Please dont forget to rate the usefull posts!!
Regards
Surendra
10-17-2011 01:31 AM
Hey thanks for the information.
I have manged to get it configued via "Universal Client Mode", so that I now have a "Virtual-Dot11Radio0" that is getting a DHCP address from the server on the WLAN Side (192.168.1.254).
I was reading that I would need to setup NAT, Do I really need to, or Can I just setup the BVI / VLAN1 Interface to the same IP range (192.168.1.254) and get access to the internet if I set my PCs Gateway to the Gateway of the WLAN side?
These are probally all very simple questions / answers so sorry if it sounds dumb.
10-17-2011 02:21 AM
IP ahould be assigned to the BVI interface not on the Virtual dot11!!
natting should be on the BVI interface!!
Regards
Surendra
10-17-2011 02:29 AM
Thats not what the Cisco Article said, they said to apply IP DHCP to the Virtual Interface...
So if I apply IP DHCP to the BVI interface will it get an IP from the DHCP server on the WLAN side of the network?
Prehaps this will explain better what I am trying to do:
(Not with an 1841 but with an 877w, and the AP is not a 1242, just a generic AP)
10-17-2011 02:14 PM
I was able to fix it by using the same subnet on the VLAN1 and the router seems to be briding between the two..
Here is the config...
version 12.4
!
hostname 877W_R1
!
dot11 syslog
!
dot11 ssid
authentication open
authentication key-management wpa
wpa-psk ascii 0
!
ip cef
!
!
ip tftp source-interface Vlan1
!
interface Dot11Radio0
ip address dhcp
!
encryption mode ciphers tkip
!
ssid
!
speed basic-1.0 basic-2.0 basic-5.5 basic-6.0 basic-9.0 basic-11.0 basic-12.0 basic-18.0 basic-24.0 basic-36.0 basic-48.0 basic-54.0
station-role non-root
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
ip address 192.168.1.1 255.255.255.0
ip tcp adjust-mss 1460
!
ip forward-protocol nd
ip route 192.168.1.5 255.255.255.255 Vlan1
!
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
no cdp run
!
!
!
!
control-plane
!
!
scheduler max-task-time 5000
end
I've probally done something wrong or not best Pratice. If you see anything let me know.,
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