It may be down to the AP's being in a remote location
Provisioning loops can be caused by one of the 2 followingissues:
1. MTU
Solution:
Set the LWAPP MTU to 1250
2. QoSsettings on ZD
ruckus> enruckus# configYou have all rights in this mode.ruckus(config)# systemruckus(config-sys)# qosruckus(config-sys-qos)# showSystem QoS:ToS DATA TUNNEL = 0xA0ToS CTRL TUNNEL = 0xA0ToS Classification-Voice = 0xE0 0xC0 0xB8ToS Classification-Video = 0xA0 0x80ToS Classification-Data = 0x0ToS Classification-Background = 0x0Tx fail threshold = 50heuristics inter-packet-gap Video = 0 65heuristicsinter-packet-gap Voice = 15 275heuristics packet-length Video = 1000 1518heuristics packet-length Voice = 70 400heuristics classification Video = 50000heuristics classification Voice = 600heuristics no classification Video = 500000heuristics no classification Voice = 10000
The values highlighted need to be set are perthe below:
ToS DATA TUNNEL = 0x00ToS CTRL TUNNEL = 0x00
This can be done using this command:
ruckus# set_qos sys tunnel-tos-val data 0x00
and
ruckus# set_qos sys tunnel-tos-val ctrl 0x00