03-31-2015 11:07 AM
03-31-2015 01:36 PM
When attempting to connect non-Ruckus wireless bridge devices, we can test by disabling
directed-DHCP, our proprietary conversion of broadcast to unicast of DHCP offer and ack
messages, and evaluate how this affects the WDS with wireless bridge clients.
rkscli: set qos directedDHCP
usage: set qos directedDHCP {enable|disable}
rkscli:
From ZD CLI: remote_ap_cli –A “set qos directedDHCP disable”
The “-A” switch before the double-quoted AP command, means apply to all currently connected APs.
03-31-2015 02:04 PM
This worked perfectly - now any device behind the bridge is able to get an ip.
Thank you
03-31-2015 01:41 PM
Clarification, the ZD CLI command is run from ZD Debug mode.
ruckus# remote_ap_cli
Invalid command "remote_ap_cli". The command is either unrecognized or incomplete. To view a list of commands that you can run from this context, type '?' or 'help'.
ruckus# debug
You have all rights in this mode.
ruckus(debug)# remote_ap_cli
usage: remote_ap_cli [-q] {-a ap_mac | -A } "cmd arg1 arg2 .."
excute AP CLI command in remote AP
-A ; all connected AP's
-q ; do not show result
cmd ; Ruckus CLI, e.g. "get station wlan0 list"
ruckus(debug)#
09-08-2017 06:47 PM
Sep 8 21:34:19 dhcpd DHCPOFFER on 10.3.2.207 to 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:34:19 dhcpd DHCPDISCOVER from 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:34:10 dhcpd DHCPOFFER on 10.3.2.207 to 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:34:10 dhcpd DHCPDISCOVER from 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:34:06 dhcpd DHCPOFFER on 10.3.2.207 to 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:34:06 dhcpd DHCPDISCOVER from 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:33:34 dhcpd DHCPOFFER on 10.3.2.207 to 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:33:34 dhcpd DHCPDISCOVER from 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:33:17 dhcpd DHCPOFFER on 10.3.2.207 to 00:50:56:38:7c:40 (fruitcake-fusion) via bge0 Sep 8 21:33:17 dhcpd DHCPDISCOVER from 00:50:56:38:7c:40 (fruitcake-fusion) via bge0
06-02-2018 05:49 PM