cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1553
Views
0
Helpful
5
Replies

877w As Wireless Bridge (Client)

Peter_sgc_2
Level 1
Level 1

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

5 Replies 5

Surendra BG
Cisco Employee
Cisco Employee

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

Regards
Surendra BG

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.

IP ahould be assigned to the BVI interface not on the Virtual dot11!!

natting should be on the BVI interface!!

Regards

Surendra

Regards
Surendra BG

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)

http://2.bp.blogspot.com/_cBrB5cT8ji0/SLpMpYqECBI/AAAAAAAAAS0/v8R2jh5kPsg/s1600/CiscoUC.jpg

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.,

Review Cisco Networking for a $25 gift card