like this:
when the client trried to connect the wireless network ,It shows:'can not connect the network'.
wlan service template is very common:
# wlan service-template h3c
ssid H3CTEST
vlan 50
service-template enable #
For ap1, everything is normal.
For ap2,
The association point is on the AC: The client can not connect to the wireless network.
The association point is on the AP: the client can connect to the wireless network.
1.Check AP online status and data channel status.
[AC]dis wlan ap all
[AC]dis wlan ap name ap1 ver | inc data-tunnel
CAPWAP data-tunnel status : Up
2.Checking Route Settings.
For inbound traffic path: user traffic-----------ap (add vlan tag 50)-------SW---------AC(VLAN 50 :192.168.100.172)
For outbound traffic path: AC(10.69.69.92)------->Router(10.69.69.1)------Router(10.10.10.1)------AP
Modify the route to make the ap traffic path is consistent.
#
ip route-static 0.0.0.0 0 10.69.69.1
ip route-static 10.10.10.0[ap subnet] 24 192.168.100.1
#
Also make sure : do not use ac WAN interface to manage aps.
Login before you can operate!
login你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作