cancel
Showing results for 
Search instead for 
Did you mean: 

apply static ip to unleashed member ap if there is no dhcp

ajaypratp
New Contributor

how can we give static ip to unleashed member ap if there is no dhcp in the network, initial setup or custom setup is showing only master ap configuration.

2 REPLIES 2

Mayank
RUCKUS Team Member

Hi Ajaypratp,

The initial setup wizard (via web UI)  configures the Master AP; you cannot assign IPs to member APs there.

Once APs have joined the Master, you can log in to the Unleashed dashboard → Access Points → Edit AP and assign static IPs to member APs.

So static IPs for member APs must be set after they join the Unleashed network (through the Master interface)

Thanks

Mayank

Chandini
RUCKUS Team Member

Hi Ajaypratp,

Thank you for reaching us. Below are few reference links for your query if this is a initial setup

If you are able access the AP on CLI you can use the below command to set the IP address

rkscli: set ipaddr
Commands starting with 'set ipaddr' :
set ipaddr : set ipaddr {wan|wan-lte|video|mgmt} [vlan <vlan id>] {options}
-> <ipaddr> <netmask> <gateway> "static IP case"
-> dynamic "DHCP case "
For wan-lte, only dynamic configuration is supported
-- Modify IP address

Example:
set ipaddr wan 10.1.6.2 255.255.255.0 10.1.6.1

Thank you