我正在尝试使用 1941W 路由器192.168.1.0\24
通过实验网络“扩展”网络。192.168.10.0\24
我已将 1941W 配置为分配192.168.10.0\24
网络,通过集成的 wlan-ap 0 访问 WLAN 并使用
这最初工作正常,但几分钟后,客户端与 AP 分离 - 然后重新连接。当这种情况发生时,他们似乎无法“重新获得”他们的租约(Wireshark 显示连续的 DCHP Discover 数据包而没有回复)和 IP - 但是租约仍然显示在 DHCP 绑定中。在客户端更新 DHCP 租约无效。这种间歇性意味着它与无线有关,但我不太确定。
我发现解决此问题的唯一方法是重新加载 AP,但尚未找到能够产生有意义差异的更改。任何指导或帮助将不胜感激!
如下图dot11 association
所示DHCP bindings
:
我们可以看到9801.a7ad.ea73
客户端既有租约又有关联……但没有 IP 地址。
请在下面找到我的 1941W 和 wlan-ap0 配置
配置
1941W路由器
Current configuration : 2615 bytes
!
! Last configuration change at 13:09:53 UTC Sun Jan 17 2021 by cisco
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Xbow
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 xxxxxxxxxxx
enable password 7 xxxxxxxxxxx
!
no aaa new-model
service-module wlan-ap 0 bootimage autonomous
!
no ipv6 cef
!
ip dhcp excluded-address 192.168.10.1 192.168.10.10
!
ip dhcp pool VLAN10-WIFI
network 192.168.10.0 255.255.255.0
default-router 192.168.1.1
dns-server 8.8.8.8
!
!
no ip domain lookup
ip domain name xbow.local
ip cef
multilink bundle-name authenticated
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO1941W-E/K9 sn FCZ1407C0MH
hw-module ism 0
!
username cisco password 7 xxxxxxxxxxxxx
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface wlan-ap0
description Service module interface to manage the embedded AP
ip address 11.11.11.11 255.255.255.255
arp timeout 0
no mop enabled
no mop sysid
!
interface GigabitEthernet0/1
ip address dhcp
duplex auto
speed auto
!
interface Wlan-GigabitEthernet0/0
description Internal switch interface connecting to the embedded AP
switchport mode trunk
no ip address
!
interface ATM0/0/0
no ip address
shutdown
no atm ilmi-keepalive
!
interface Vlan1
ip address 192.168.11.1 255.255.255.0
!
interface Vlan10
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
!
ip http server
ip http secure-server
!
ip nat inside source list 1 interface GigabitEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 192.168.1.1 254
ip route 0.0.0.0 0.0.0.0 192.168.1.1 254
!
access-list 1 permit any
!
control-plane
!
banner motd ^C
**************************
EXPERIMENTAL ROUTER
**************************
^C
!
line con 0
exec-timeout 30 0
password 7 060506324F41
logging synchronous
login local
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line 67
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
line vty 0 4
exec-timeout 30 0
privilege level 15
password 7 xxxxxxxxxx
logging synchronous
login local
transport input ssh
!
scheduler allocate 20000 1000
end
这是我的 WLAN AP 配置
WLAN-AP 0 *
Current configuration : 2001 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
enable secret 5 xxxxxxxx
!
no aaa new-model
!
!
dot11 syslog
!
dot11 ssid XBOW-WIFI
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii 7 xxxxxxxxxx
!
username Cisco password 7 xxxxxxxxxx
!
!
bridge irb
!
interface Dot11Radio0
description 2.4GHz radio
no ip address
no ip route-cache
!
encryption mode ciphers aes-ccm
!
ssid XBOW-WIFI
!
antenna gain 0
station-role root
bridge-group 10
bridge-group 10 subscriber-loop-control
bridge-group 10 block-unknown-source
no bridge-group 10 source-learning
no bridge-group 10 unicast-flooding
bridge-group 10 spanning-disabled
!
interface Dot11Radio1
description 5GHz radio
no ip address
no ip route-cache
!
encryption mode ciphers aes-ccm
!
ssid XBOW-WIFI
!
antenna gain 0
no dfs band block
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface GigabitEthernet0
description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
no ip address
no ip route-cache
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface GigabitEthernet0.10
encapsulation dot1Q 10
no ip route-cache
bridge-group 10
no bridge-group 10 source-learning
bridge-group 10 spanning-disabled
!
interface BVI1
ip address 192.168.11.253 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.10.0
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
bridge 1 route ip
!
line con 0
no activation-character
line vty 0 4
logging synchronous
login local
!
end