08-26-2019 06:36 AM - edited 07-05-2021 10:54 AM
Hi guys.
I'm configuring uWGB at cisco 891W. AP module successfully connected to remote AP:
++++++++++++++++++++
ap(config)#do sh dot11 ass all | i State|Connected
State : Assoc Parent : -
Signal Strength : -37 dBm Connected for : 1863 seconds
ap(config)#
++++++++++++++++++++
int bvi 1 configured to get IP from DHCP
++++++++++++++++++++
ap(config-if)#do sh runn int bvi 1
Building configuration...
Current configuration : 89 bytes
!
interface BVI1
mac-address 00ed.b184.2174
ip address dhcp client-id Dot11Radio0
end
++++++++++++++++++++
however IP has not assigned to interface BVI1
++++++++++++++++++++
ap(config-if)#do sh ip int bri | i BVI
BVI1 unassigned YES DHCP up up
ap(config-if)#end
++++++++++++++++++++
same time I've found right IP 192.168.172.50 assigned to client w/ MAC 00ed.b184.2174 (this is ap's BVI1. see above)
++++++++++++++++++++
gate-dhcp#sh ip dhcp bin | i ed
Bindings from all pools not associated with VRF:
192.168.172.50 0100.edb1.8421.74 Aug 25 2019 03:03 AM Automatic
gate-dhcp#
++++++++++++++++++++
Could somebody explain why?
wireless link works correctly because whenever I assigned same IP 192.168.172.50 I got from DHCP server manually at access point interface BVI1
++++++++++++++++++++
ap(config)#do sh runn int bvi1
interface BVI1
mac-address 00ed.b184.2174
ip address 192.168.172.50 255.255.255.248
end
++++++++++++++++++++
I can reach stations behind uWBG (bellow).
++++++++++++++++++++
ap(config)#do pin 192.168.172.197 re 10
Type escape sequence to abort.
Sending 10, 100-byte ICMP Echos to 192.168.172.197, timeout is 2 seconds:
!!!!!!!!!!
Success rate is 100 percent (10/10), round-trip min/avg/max = 1/3/4 ms
ap(config)#
++++++++++++++++++++
complete ap configuration attached.
Thank you in advance.
08-26-2019 06:58 AM
addition.
wireless network reserved for wireless bridges 192.168.172.48/29
08-26-2019 07:26 AM
08-26-2019 08:26 AM
Thank you Ric.
I know this rule. Question in this case why access point's module interface BVI1 is not relaying DHCP packets towards to router module interface vlan 1? (router interface vlan 1 in dhcp mode)
++++++++++++
Router#sh ip int brie | i lan1
Vlan1 unassigned YES DHCP up up
Router#
++++++++++++
Link between router and ap modules works. So after assigning same subnet IPs to AP's BVI1 and router VLAN1 I can ping vise versa
AP and router modules updated config attached.
p.s. changes were:
ip address dhcp erased from BVI1 config
interface BVI1
mac-address 00ed.b184.2174
no ip address
as well as default gateway configuration
ip default-gateway 192.168.172.49
Thank you.
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