01-11-2016 05:37 PM
01-11-2016 11:06 PM
01-19-2016 01:17 AM
It may be down to the AP's being in a remote location
Provisioning loops can be caused by one of the 2 following issues:
1. MTU
Solution:
Set the LWAPP MTU to 1250
2. QoS settings on ZD
ruckus> en ruckus# config You have all rights in this mode. ruckus(config)# system ruckus(config-sys)# qos ruckus(config-sys-qos)# show System QoS: ToS DATA TUNNEL = 0xA0 ToS CTRL TUNNEL = 0xA0 ToS Classification-Voice = 0xE0 0xC0 0xB8 ToS Classification-Video = 0xA0 0x80 ToS Classification-Data = 0x0 ToS Classification-Background = 0x0 Tx fail threshold = 50 heuristics inter-packet-gap Video = 0 65 heuristicsinter-packet-gap Voice = 15 275 heuristics packet-length Video = 1000 1518 heuristics packet-length Voice = 70 400 heuristics classification Video = 50000 heuristics classification Voice = 600 heuristics no classification Video = 500000 heuristics no classification Voice = 10000
Solution:
The values highlighted need to be set are per the below:
ToS DATA TUNNEL = 0x00 ToS 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 0x00It is mainly caused when 3rd party switches can have traffic marked differently and prevent the AP from taking their config.
01-24-2016 05:05 PM
01-11-2016 11:45 PM