cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1303
Views
0
Helpful
3
Replies

cisco 891w universal workgoup bridge mode

Andriy Sidko
Level 1
Level 1

Hi guys.

I'm configuring cisco 891w universal workgroup group bridge mode to non-cisco access point (MAC c24a.0040.9f36). This non-cisco access point has no filtering or other limitations. (it just performing WPA2/PSK)

c891w router and access point module configuration attached.

c891w access point module successfully associated & authenticated with non-cisco access point
++++++++++++++++++++
gate-ap(config-if)#int do 0
gate-ap(config-if)#do sh ip int bri
gate-ap(config-if)# no ssid a81m-guest
gate-ap(config-if)#
gate-ap(config-if)# ssid a81m-guest
gate-ap(config-if)#
*Mar 1 00:17:06.903: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
*Mar 1 00:17:06.907: %DOT11-4-UPLINK_ESTABLISHED: Interface Dot11Radio0, Associated To AP c24a.0040.9f36 [None WPAv2 PSK]
*Mar 1 00:17:07.903: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
*Mar 1 00:17:13.179: %DHCP-6-ADDRESS_ASSIGN: Interface BVI70 assigned DHCP address 192.168.172.50, mask 255.255.255.248, hostname gate-ap
gate-ap(config-if)#
++++++++++++++++++++

leased IP assigned to access point int bvi70

++++++++++++++++++++
gate-ap#sh ip int bri
Interface IP-Address OK? Method Status Protocol
BVI1 10.2.2.2 YES NVRAM up up
BVI70 192.168.172.50 YES DHCP up up
Dot11Radio0 unassigned YES NVRAM up up
Dot11Radio0.70 unassigned YES unset up up
Dot11Radio1 unassigned YES NVRAM administratively down down
GigabitEthernet0 unassigned YES NVRAM up up
GigabitEthernet0.70 unassigned YES unset up up
Virtual-Dot11Radio0 unassigned YES unset up up
Virtual-Dot11Radio0.70 unassigned YES unset up up
gate-ap#
++++++++++++++++++++

from router module I see embedded access point MACs have been learned via interface wlan-g 0, native vlan70

++++++++++++++++++++
gate#sh mac-address-table
Destination Address Address Type VLAN Destination Port
------------------- ------------ ---- --------------------
7426.ac22.7930 Self 1 Vlan1
7426.ac22.7930 Self 10 Vlan10
7426.ac22.7930 Self 60 Vlan60
0000.0ce0.cff4 Dynamic 70 Wlan-GigabitEthernet0
00ed.b184.2174 Dynamic 70 Wlan-GigabitEthernet0
2c54.2dba.136e Dynamic 70 Wlan-GigabitEthernet0
7426.ac22.7930 Self 70 Vlan70
74a2.e6fd.dfe0 Dynamic 70 Wlan-GigabitEthernet0
gate#
++++++++++++++++++++

where MAC 00ed.b184.2174 is access point BVI70

++++++++++++++++++++
gate-ap#sh int bvi70 | i up|bia
BVI70 is up, line protocol is up
Hardware is BVI, address is 00ed.b184.2174 (bia 2c54.2dba.136e)
gate-ap#
++++++++++++++++++++

So. I assume. logical interconnection between router and access point modules setup correctly.

My goal is:

Get assigned IP from non-cisco access point to router module interface vlan 70

but whenever I unassigned bvi70 DHCP IP and hopping to get IP assigned to router module interface vlan70 but unfortunately it did not happen :

++++++++++++++++++++
gate-ap(config)#interface BVI70
gate-ap(config-if)#no ip address
gate-ap(config-if)#int do 0
gate-ap(config-if)#no ssid a81m-guest
*Mar 1 00:52:09.475: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to down
*Mar 1 00:52:09.483: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
*Mar 1 00:52:10.475: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
*Mar 1 00:52:10.479: %DOT11-4-NO_SSID_VLAN: No SSID with VLAN configured. Dot11Radio0 not started.
gate-ap(config-if)#ssid a81m-guest
*Mar 1 00:52:17.995: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
*Mar 1 00:52:17.999: %LINK-6-UPDOWN: Interface Dot11Radio0, changed state to up
*Mar 1 00:52:18.303: %DOT11-4-UPLINK_ESTABLISHED: Interface Dot11Radio0, Associated To AP c24a.0040.9f36 [None WPAv2 PSK]
gate-ap(config-if)#
++++++++++++++++++++

router module:

++++++++++++++++++++
gate#sh ip int bri | i lan
Vlan1 10.2.2.1 YES NVRAM up up
Vlan10 192.168.174.1 YES NVRAM up up
Vlan60 192.168.174.33 YES NVRAM up up
Vlan70 unassigned YES DHCP up up
Wlan-GigabitEthernet0 unassigned YES unset up up
wlan-ap0 10.1.1.1 YES NVRAM up up
gate#
++++++++++++++++++++

Could somebody suggest what I'm doing wrong? Unfortunately I red I lot of documentations in internet but did not find similar to my issue ones. (support forum has a lot of broken links now?)
W implemented similar configuration could you help?

Thank you.

1 Accepted Solution

Accepted Solutions

Thank you Flavio.

 

Not-cisco AP has assigned IP address to c891w access point module (l2 switch) bvi interface but cannot assign IP to c891w router module l3 interface  (vlan 70 in this case)

 

Router schema attached. So do you think access point module configuration preventing DHCP replays from DHCP server behind non-cisco AP and c891w access point module to be forward to c891w router module? is it c891w access point configuration? or something to related to router module?

Thank you in advance.

 

 

View solution in original post

3 Replies 3

Hi

 

 Maybe this can help:

"Some third-party WGBs need to operate in non-DHCP relay mode. If problems occur with the DHCP
assignment on devices behind the non-Cisco WGB, use the config dhcp proxy disable and config dhcp
proxy disable bootp-broadcast disable commands.
The defaultstate is DHCPproxy enabled. The best combination depends on the third-party characteristics
and configuration. "

As I could see, you are not using WLC but this may apply to your environment with some adjustment. 

 

-If I helped you somehow, please, rate it as useful.-

 

 

Thank you Flavio.

 

Not-cisco AP has assigned IP address to c891w access point module (l2 switch) bvi interface but cannot assign IP to c891w router module l3 interface  (vlan 70 in this case)

 

Router schema attached. So do you think access point module configuration preventing DHCP replays from DHCP server behind non-cisco AP and c891w access point module to be forward to c891w router module? is it c891w access point configuration? or something to related to router module?

Thank you in advance.

 

 

issue has been resolved.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card