Assigning static IPs to Access points
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-11-2014 10:05 AM
Hi,
Can we assign static IP to APs throught its CLI? What is the default username/password for AP? User guide/Maint guide instructs to assign static IP only after AP connects to controller. But we need to assign IP address and controller address manually to AP to make it adopt to controller. Running own DHCP server or specifying options in existing DHCP server are not possible.
Regards
Karthik.
Can we assign static IP to APs throught its CLI? What is the default username/password for AP? User guide/Maint guide instructs to assign static IP only after AP connects to controller. But we need to assign IP address and controller address manually to AP to make it adopt to controller. Running own DHCP server or specifying options in existing DHCP server are not possible.
Regards
Karthik.
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-11-2014 03:30 PM
If you are working with the IdentFi Wireless Access Points:
Default Log in: admin/new2day
cset ipaddr
cset ipmask <255.255.255.255>
cset gateway
cset authIpAddr 1
cset dhcp disable
capply
csave
(Wait until the prompt comes back)
reboot
Example:
cset ipaddr 10.1.1.1
cset ipmask 255.255.0.0
cset gateway 10.1.254.254
cset authipaddr 1 10.1.1.2
cset dhcp disable
capply
csave
(Wait until the prompt comes back)
reboot
Default Log in: admin/new2day
cset ipaddr
cset ipmask <255.255.255.255>
cset gateway
cset authIpAddr 1
cset dhcp disable
capply
csave
(Wait until the prompt comes back)
reboot
Example:
cset ipaddr 10.1.1.1
cset ipmask 255.255.0.0
cset gateway 10.1.254.254
cset authipaddr 1 10.1.1.2
cset dhcp disable
capply
csave
(Wait until the prompt comes back)
reboot
Doug Hyde
Director, Technical Support / Extreme Networks
Director, Technical Support / Extreme Networks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-11-2014 10:15 AM
If it WM 3700/3600/3400 username and password for AP is same as controller.
From CLI of controller use
Connect
Type username and password.
Once you login you can assign static ip address and you can specify controller ip address to adopt as well.
From CLI of controller use
Connect
Type username and password.
Once you login you can assign static ip address and you can specify controller ip address to adopt as well.
