<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to configure ZF7372 in Access Points - Indoor and Outdoor</title>
    <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9575#M2139</link>
    <description>How can I configure an AP ZF7372 using a configuration file? I am using an AP-7372 as a stand-alone, and would like to use a preset configuration file to configure the AP.  Doing it manually for each one is really painful.</description>
    <pubDate>Mon, 20 Oct 2014 18:19:31 GMT</pubDate>
    <dc:creator>aaron_han</dc:creator>
    <dc:date>2014-10-20T18:19:31Z</dc:date>
    <item>
      <title>How to configure ZF7372</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9575#M2139</link>
      <description>How can I configure an AP ZF7372 using a configuration file? I am using an AP-7372 as a stand-alone, and would like to use a preset configuration file to configure the AP.  Doing it manually for each one is really painful.</description>
      <pubDate>Mon, 20 Oct 2014 18:19:31 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9575#M2139</guid>
      <dc:creator>aaron_han</dc:creator>
      <dc:date>2014-10-20T18:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure ZF7372</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9576#M2140</link>
      <description>You can contact your Ruckus Partner or SE and ask them to vote for this Feature
&lt;BR /&gt;
Request that has been submitted years ago.  However, at this time, we do not have
&lt;BR /&gt;
a text configuration backup/restore capability for standalone mode APs.  I have
&lt;BR /&gt;
however, gathered information from an AP in use, that can be used to recreate or
&lt;BR /&gt;
setup a new AP with similar configuration (PSK/DVLAN) info.  The "Collecting
&lt;BR /&gt;
AP Backup Information" commands below are from much older code, but ought to 
&lt;BR /&gt;
all still be available in current releases.   -mwb
&lt;BR /&gt;&lt;BR /&gt;
Filename: AP-Standalone-Backup.doc
&lt;BR /&gt;&lt;BR /&gt;
We don’t have a backup under GUI/CLI for standalone APs, but you can collect information that will help reconfigure an AP, if you should ever have to factory default or replace one.  Use an SSH application like putty.exe to access the AP and the ‘help’ command to display available commands.  The output of these can
&lt;BR /&gt;
be helpful to (re)configure an AP from factory defaults.
&lt;BR /&gt;&lt;BR /&gt;
If you have an online working AP, collect the important IP scheme/gateway and SSID name/security policies from it, otherwise obtain new/previous IP addressing and VLAN-ID/subnet mapping from network admins.
&lt;BR /&gt;&lt;BR /&gt;
Assuming you will be setting up APs with a static/known IP address with a known default-gateway router,
&lt;BR /&gt;
you can follow these configuration steps to setup a new/factory defaulted AP for standalone mode service.
&lt;BR /&gt;
---
&lt;BR /&gt;
Configuring AP:
&lt;BR /&gt;&lt;BR /&gt;
1. Perform factory default of AP (boot 3 minutes, press Hard Reset for 8+ seconds, wait until you get replies to    
&lt;BR /&gt;
    pings to 192.168.0.1 IP address, from your pre-configured (192.168.0.anything-else) PC/laptop.  Open a 
&lt;BR /&gt;
    browser session to &lt;A href="https://192.168.0.1" rel="nofollow"&gt;https://192.168.0.1&lt;/A&gt;, and login with ‘super / sp-admin’ credentials.
&lt;BR /&gt;&lt;BR /&gt;
2. From Configuration::Device, enter an AP Device Name: _______ and click Update Settings.  Use a name
&lt;BR /&gt;
   that can help identify it’s location/purpose.
&lt;BR /&gt;&lt;BR /&gt;
3. From Configuration::Wireless (or Radio 2.4G and Radio 5G, respectively) and Common tab, be sure or set
&lt;BR /&gt;
   Country Code to United States, click Update Settings.
&lt;BR /&gt;&lt;BR /&gt;
4. From Wireless 1 tab, enter Wireless Network: ______ and SSID: _______ names (usually matching).
&lt;BR /&gt;
    Click Enabled for Wireless Availability and set option for Broadcast SSID as desired.  If using anything
&lt;BR /&gt;
    but Open Authentication, click and choose from Encryption Method: dropdown choice of WEP or WPA
&lt;BR /&gt;
    and setup the encryption and passphrase information. (we recommend WPA2/AES with PSK)
&lt;BR /&gt;&lt;BR /&gt;
5  Repeat on Wireless 2 tab, for additional SSID, Wireless 3 tab, etc.
&lt;BR /&gt;&lt;BR /&gt;
6. If using VLANs and different subnets for your wireless SSIDs, go to Configuration::VLAN page.  Enter the
&lt;BR /&gt;
    VLAN-ID number in the box beside the SSID to assign it.  Click Update Settings (test) button when 
&lt;BR /&gt;
    complete, and the AP will check the switchport to see if all VLANs are available on the trunk.  
&lt;BR /&gt;&lt;BR /&gt;
7. For last step, go to Configuration::Internet page, and enter the router default Gateway IP address for the
&lt;BR /&gt;
    subnet that the AP will be connected to.  Change the default Connection Type from DHCP to Static IP and 
&lt;BR /&gt;
    enter the IP Address: __.__.__.__ and network Mask: __.__.__.__  (ie 255.255.224.0 for /27 bit subnet).
&lt;BR /&gt;&lt;BR /&gt;
This is the “last step”, because when you click Update Settings, your 192.168.0.x PC/Laptop will lose connectivity with the AP, and it’s ready to be attached to your (PoE) switch port configured to trunk the 
&lt;BR /&gt;
optional VLANs that you can assign to WLAN SSIDs.
&lt;BR /&gt;
---
&lt;BR /&gt;&lt;BR /&gt;
Collecting AP Backup Information:
&lt;BR /&gt;&lt;BR /&gt;
SSH to an AP’s IP address with utility like putty.exe and collect/save the output from these commands which should be sufficient to reconfigure a defaulted (or apply to new) APs, as far as IP addressing and WLAN details.
&lt;BR /&gt;&lt;BR /&gt;
If using the putty terminal application, you can save session output to a filename, as your backup reference.  
&lt;BR /&gt;
&lt;A href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" rel="nofollow"&gt;http://www.chiark.greenend.org.uk/~sg...&lt;/A&gt; 
&lt;BR /&gt;&lt;BR /&gt;
Open putty.exe.  In top/left, under Session, click Logging.
&lt;BR /&gt;&lt;BR /&gt;
Under Session logging:, click Log all session output.  Rename putty.log to AP10-7-7-81-102710.log (for example, using AP’s IP address and a date in the filename), and Browse to the directory where you want
&lt;BR /&gt;
the session backup file saved.
&lt;BR /&gt;&lt;BR /&gt;
In top/left, click on Session.  Enter the IP address of the new/factory defaulted AP, 192.168.0.1 and note
&lt;BR /&gt;
that SSH (tcp:22) is specified as the default Protocol (you can telnet to devices that don’t support SSH).
&lt;BR /&gt;
Click Open to access the AP.  If prompted that you haven’t seen this host before, accept the challenge.
&lt;BR /&gt;&lt;BR /&gt;
Run these AP commands to collect the useful information.  In my example, I have one open auth WLAN
&lt;BR /&gt;
on 2.4GHz, and one open and one WPA2-PSK WLAN on 5GHz of my dual-band 7962 model AP.  I do
&lt;BR /&gt;
not have VLANs assigned however.
&lt;BR /&gt;&lt;BR /&gt;
rkscli: get boarddata					# optional, displays AP model and s/n info
&lt;BR /&gt;
 name:     zf7962
&lt;BR /&gt;
 magic:    35333131
&lt;BR /&gt;
 cksum:    a47
&lt;BR /&gt;
 rev:      5.3
&lt;BR /&gt;
 Serial#:  180901007787
&lt;BR /&gt;
 Customer ID: 4bss
&lt;BR /&gt;
 Model:    zf7962
&lt;BR /&gt;
rkscli: get version
&lt;BR /&gt;
 Ruckus 7962 Multimedia Hotzone Wireless AP
&lt;BR /&gt;
 Version 8.2.1.0.21
&lt;BR /&gt;
rkscli: get device-name
&lt;BR /&gt;
 device name : ‘mb7962-AP’
&lt;BR /&gt;
rkscli: get ipaddr wan
&lt;BR /&gt;
 IP Address Configuration Type: static, IP: 192.168.65.15 Netmask 255.255.255.0 Gateway 192.168.65.1
&lt;BR /&gt;
rkscli: get vlan
&lt;BR /&gt;
 -----------------------------------------------------------------------------------
&lt;BR /&gt;
 Network 0: (Management) VID 1
&lt;BR /&gt;
	Services: StaticIP
&lt;BR /&gt;
	Eth Port (no tag): 0,1
&lt;BR /&gt;
	Wireless (no tag):
&lt;BR /&gt;
		- wlan0 (mb7962-bgn)
&lt;BR /&gt;
		- wlan1 (Wireless 2)
&lt;BR /&gt;
		- wlan2 (Wireless 3)
&lt;BR /&gt;
		- wlan3 (Wireless 4)
&lt;BR /&gt;
		- wlan4 (Wireless 5)
&lt;BR /&gt;
		- wlan5 (Wireless 6)
&lt;BR /&gt;
		- wlan6 (Wireless 7)
&lt;BR /&gt;
		- wlan7 (Wireless 8)
&lt;BR /&gt;
		- wlan8 (mb7962-an)
&lt;BR /&gt;
		- wlan9 (mb7962-an2)
&lt;BR /&gt;
		- wlan10 (Wireless 11)
&lt;BR /&gt;
		- wlan11 (Wireless 12)
&lt;BR /&gt;
		- wlan12 (Wireless 13)
&lt;BR /&gt;
		- wlan13 (Wireless 14)
&lt;BR /&gt;
		- wlan14 (Wireless 15)
&lt;BR /&gt;
		- wlan15 (Wireless 16)
&lt;BR /&gt;
-----------------------------------------------------------------------------------
&lt;BR /&gt;
 OK
&lt;BR /&gt;
rkscli: get wlanlist                       # Note which wlanX have status of ‘up’, and run cmds below on them only.
&lt;BR /&gt;&lt;BR /&gt;
name         status   type   wlanID   radioID  bssid            
&lt;BR /&gt;
-----------------------------------------------------------
&lt;BR /&gt;
svcp         up       AP     wlan0    0        00:24:82:3d:35:98
&lt;BR /&gt;
home         down     AP     wlan1    0        00:00:00:00:00:00
&lt;BR /&gt;
rcks         down     AP     wlan2    0        00:00:00:00:00:00
&lt;BR /&gt;
mdfx         down     AP     wlan3    0        00:00:00:00:00:00
&lt;BR /&gt;
wlan4        down     AP     wlan4    0        00:00:00:00:00:00
&lt;BR /&gt;
wlan5        down     AP     wlan5    0        00:00:00:00:00:00
&lt;BR /&gt;
wlan6        down     AP     wlan6    0        00:00:00:00:00:00
&lt;BR /&gt;
wlan7        down     AP     wlan7    0        00:00:00:00:00:00
&lt;BR /&gt;
wlan8        up       AP     wlan8    1        00:24:82:3d:35:9c
&lt;BR /&gt;
wlan9        up       AP     wlan9    1        00:24:82:7d:35:9c
&lt;BR /&gt;
wlan10       down     AP     wlan10   1        00:00:00:00:00:00
&lt;BR /&gt;
wlan11       down     AP     wlan11   1        00:00:00:00:00:00
&lt;BR /&gt;
wlan12       down     AP     wlan12   1        00:00:00:00:00:00
&lt;BR /&gt;
wlan13       down     AP     wlan13   1        00:00:00:00:00:00
&lt;BR /&gt;
wlan14       down     AP     wlan14   1        00:00:00:00:00:00
&lt;BR /&gt;
wlan15       down     AP     wlan15   1        00:00:00:00:00:00
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: get ssid wlan0
&lt;BR /&gt;
wlan0 SSID: mb7962-bgn
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: get encryption wlan0
&lt;BR /&gt;
SSID             : mb7962-bgn
&lt;BR /&gt;
Net Security     : Open (plain-text)
&lt;BR /&gt;
Authentication   : Open
&lt;BR /&gt;
Encryption       : disabled
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: get passphrase wlan0
&lt;BR /&gt;
bad key:wlans/wlan0/wlan-wpa-passphrase
&lt;BR /&gt;
rkscli: get dvlan wlan0
&lt;BR /&gt;
wlan0 Dynamic-VLAN Mode: Disabled
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: get ssid wlan8
&lt;BR /&gt;
wlan8 SSID: mb7962an
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: get encryption wlan8
&lt;BR /&gt;
SSID             : mb7962an
&lt;BR /&gt;
Net Security     : Open (plain-text)
&lt;BR /&gt;
Authentication   : Open
&lt;BR /&gt;
Encryption       : disabled
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: get passphrase wlan8
&lt;BR /&gt;
bad key:wlans/wlan8/wlan-wpa-passphrase 
&lt;BR /&gt;
rkscli: get dvlan wlan8
&lt;BR /&gt;
wlan8 Dynamic-VLAN Mode: Disabled
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: get ssid wlan9
&lt;BR /&gt;
wlan9 SSID: mb7962an2
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: get encryption wlan9
&lt;BR /&gt;
SSID             : mb7962an2
&lt;BR /&gt;
Net Security     : WPA
&lt;BR /&gt;
Protocol Version : WPA2
&lt;BR /&gt;
Authentication   : Open
&lt;BR /&gt;
Cipher Algorithm : AES-CCMP
&lt;BR /&gt;
WPA PassPhrase   : 1234567890
&lt;BR /&gt;
OK 
&lt;BR /&gt;
rkscli: get passphrase wlan9
&lt;BR /&gt;
wlan9 WPA PassPhrase (10): 1234567890
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: get dvlan wlan9
&lt;BR /&gt;
wlan9 Dynamic-VLAN Mode: Disabled
&lt;BR /&gt;
OK
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: 
&lt;BR /&gt;
rkscli: exit
&lt;BR /&gt;
Quit:
&lt;BR /&gt;
OK</description>
      <pubDate>Wed, 22 Oct 2014 16:48:39 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9576#M2140</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2014-10-22T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure ZF7372</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9577#M2141</link>
      <description>Hi,&lt;BR /&gt;I don't have the ability of editing the SSID or editing the country code.&lt;BR /&gt;&lt;BR /&gt;Any idea why?</description>
      <pubDate>Fri, 24 Nov 2017 07:20:20 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9577#M2141</guid>
      <dc:creator>simon_dilosa</dc:creator>
      <dc:date>2017-11-24T07:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure ZF7372</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9578#M2142</link>
      <description>yes,&lt;BR /&gt;1) you are running a software version which does not allow you operate this AP as standalone. please confirm software version&lt;BR /&gt;2) you have AP which is locked to US country code. please confirm which country code does it have.</description>
      <pubDate>Sat, 25 Nov 2017 08:33:39 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9578#M2142</guid>
      <dc:creator>monnat_systems</dc:creator>
      <dc:date>2017-11-25T08:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure ZF7372</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9579#M2143</link>
      <description>Thanks for your response, the firmware I'm running is&amp;nbsp;9.7.1.0.17.&amp;nbsp;&lt;BR /&gt;Which firmware would I need to download to be able to edit SSID's as a Standalone AP?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 26 Nov 2017 12:00:48 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9579#M2143</guid>
      <dc:creator>simon_dilosa</dc:creator>
      <dc:date>2017-11-26T12:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure ZF7372</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9580#M2144</link>
      <description>well u shud get options to edit SSID settings in this version...&lt;BR /&gt;&lt;BR /&gt;anyway... try upgrading this AP with version -- &lt;A href="https://ufile.io/1zkjn" rel="nofollow" target="_blank" title="Link https//ufileio/1zkjn"&gt;https://ufile.io/1zkjn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;version - zf7372_9.8.2.0.15 i m giving is supported too...&lt;BR /&gt;&lt;BR /&gt;I just checked on R500 with 9.8.2.0.15 and was able to see the options...&lt;BR /&gt;&lt;BR /&gt;post upgrade... if you still dont see the options then perform a hard reset and still if you don't see it... then device is broken... get an RMA</description>
      <pubDate>Sun, 26 Nov 2017 17:47:16 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9580#M2144</guid>
      <dc:creator>monnat_systems</dc:creator>
      <dc:date>2017-11-26T17:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure ZF7372</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9581#M2145</link>
      <description>you shud see options as in below screenshot&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://snag.gy/IaTS7N.jpg" rel="nofollow" target="_blank"&gt;https://snag.gy/IaTS7N.jpg&lt;/A&gt;</description>
      <pubDate>Sun, 26 Nov 2017 17:55:48 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9581#M2145</guid>
      <dc:creator>monnat_systems</dc:creator>
      <dc:date>2017-11-26T17:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure ZF7372</title>
      <link>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9582#M2146</link>
      <description>Thanks! Working now!</description>
      <pubDate>Sun, 26 Nov 2017 23:00:02 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/Access-Points-Indoor-and-Outdoor/How-to-configure-ZF7372/m-p/9582#M2146</guid>
      <dc:creator>simon_dilosa</dc:creator>
      <dc:date>2017-11-26T23:00:02Z</dc:date>
    </item>
  </channel>
</rss>

