Option 43 does not work with ruckus r300.
The following is the configuration on Cisco switch:
===================
!
ip dhcp pool alfa
network 192.168.2.0 255.255.255.0
default-router 192.168.2.1
dns-server 192.168.2.1
option 43 hex f104.c0a8.6464
!
Option 43 was configured according to this article:
https://support.ruckuswireless.com/an...
If I issue "show ip dhcp bindinds" command on Cisco switch I can see that the connected R300 gets its IP:
Switch#show ip dhcp binding
IP address Client-ID/ Lease expiration Type
Hardware address
192.168.2.2 01e0.107f.3673.90 Mar 02 1993 12:35 AM Automatic
192.168.2.3 0100.21cc.d04d.4f Mar 02 1993 12:35 AM Automatic
Switch#
01e0.107f.3673.90 is R300 MAC address.
I am connected to the same subnet with my PC.
I connect to R300 via SSH session and check DHCP options:
Here's the output. As you can see DHCP option 43 is not set on R300.
OK
rkscli: get director
------ ZoneDirector Info ------
Primary Controller : n/a
Secondary Controller : n/a
DHCP Opt43 Code : 3
AP is in Stand-alone mode.
OK
What do you think is the issue here? I cannot deploy APs if this setting is not working.
Thank you for reply!