-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
494 lines (409 loc) · 32.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ruckus Unleashed & ZoneDirector Firmware Selector</title>
<meta name="description" content="Ruckus Unleashed AP to Firmware mapping">
<meta name="keywords" content="ruckus, unleashed, switch, access point, wifi, firmware" />
<meta name="author" content="Karthikeyan Krish">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/sunburst.css">
<link rel="stylesheet" href="css/filtrify.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/highlight.pack.js"></script>
<script src="js/script.js"></script>
<script src="js/filtrify.min.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<style>
/**** Isotope Filtering- ****/
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: top, left, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
</style>
<script type="text/javascript">
$(function() {
var container = $("#container");
container.isotope({
itemSelector : 'ul#container > li',
layoutMode : 'fitRows'
});
$.filtrify("container", "placeHolder", {
hide : false,
callback : function ( query, match, mismatch ) {
container.isotope({ filter : $(match) });
}
});
});
</script>
<script type="text/javascript">
$(function() {
var ft = $.filtrify("container", "placeHolder", {
close : true,
callback : function( query, match, mismatch ) {
if ( mismatch.length ) $("div#reset").show();
else $("div#reset").hide();
}
});
$("div#reset span").click(function() {
ft.reset();
});
});
</script>
<script type="text/javascript">
$(function() {
$.filtrify("container", "placeHolder", {
close : true,
callback : function( query, match, mismatch ) {
if ( !mismatch.length ) {
$("#legend").html("<i>Viewing all Versions.</i>");
} else {
var category, tags, i, tag, legend = "<h4>Viewing:</h4>";
for ( category in query ) {
tags = query[category];
if ( tags.length ) {
legend += "<p><span>" + category + ":</span>";
for ( i = 0; i < tags.length; i++ ) {
tag = tags[i];
legend += "<em>" + tag + "</em>";
};
legend += "</p>";
};
};
legend += "<p><i>" + match.length + " version" + (match.length !== 1 ? "s" : "") + " found. ↓</i></p>";
$("#legend").html( legend );
};
}
});
});
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
</style>
</head>
<body>
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div id="header" role="banner">
<h1>RUCKUS Unleashed & ZoneDirector</h1>
<!--<p>by the same author of <a href="http://luis-almeida.github.com/jPages/">jPages</a>, <i>Luís Almeida</i></p>-->
</div>
<div id="main" role="main">
<div id="content" class="demo">
<h2>AP/ZD/Firmware Selector</h2>
<p>Select AP/ZD models here</p>
<div id="placeHolder"></div>
<div id="reset" style="display: none;"><span>reset</span></div>
<div id="legend"><i>No filters. Showing all Versions.</i></div>
<ul id="container">
<li data-AP-Model="Dedicated Master(R850/R750), R850, R750, R650, R550, R350, R350e, H550, H350, T350c, T350d, T350se, T750, T750se, ICX7XXX, ICX8200">
<strong>Unleashed 200.16 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/4824'>What's New</a>
<img src="https://www.ruckusnetworks.com/globalassets/digizuite/925332-ruckus-unleashed-app-icon-hero.png">
<i>Scales up to 150 APs and 16 Switches. 2000 clients</i></br>
<i>Dedicated Master support. Wi-Fi 5 AP support removed</i></br>
<i>Select ICX8200 support for AV profile</i></br>
<i>Supports AP Models H350, H550, R350, R350e, R550, R650, R750, R850, T350c, T350d, T350se, T750, T750se</i></br>
<i>Supports Switches ICX7000 and ICX8000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="Dedicated Master(R850/R750), H320, H350, H510, H550, R320, R350, R350e, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T350se, T610, T610s, T710, R650, T710s, T750, T750se, C110, E510, ICX7000">
<strong>Unleashed 200.15 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/4679'>What's New</a>
<img src="https://www.ruckusnetworks.com/globalassets/digizuite/925332-ruckus-unleashed-app-icon-hero.png">
<i>Scales up to 150 APs and 16 Switches. 2000 clients</i></br>
<i>Dedicated Master support</i></br>
<i>No new AP models released</i></br>
<i>Supports AP Models H320, H350, H510, H550, R320, R350, R350e, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T350se, T610, T610s, T710, T710s, T750, T750se, C110, E510</i></br>
<i>Supports Switches ICX7000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="Dedicated Master(R850/R750), H320, H350, H510, H550, R320, R350, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T350se, T610, T610s, T710, T710s, T750, T750se, C110, E510, ICX7000">
<strong>Unleashed 200.14 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/4423'>What's New</a>
<img src="https://www.ruckusnetworks.com/globalassets/digizuite/925332-ruckus-unleashed-app-icon-hero.png">
<i>Scales up to 128 APs and 8 Switches. 2000 clients</i></br>
<i>Dedicated Master support</i></br>
<i>No new AP models released</i></br>
<i>Supports AP Models H320, H350, H510, H550, R320, R350, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T350se, T610, T610s, T710, R650, T710s, T750, T750se, C110, E510</i></br>
<i>Supports Switches ICX7000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="Dedicated Master(R850/R750), H320, H350, H510, H550, R320, R350, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T350se, T610, T610s, T710, R650, T710s, T750, T750se, C110, E510, ICX7000">
<strong>Unleashed 200.13 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/4108'>What's New</a>
<img src="https://www.ruckusnetworks.com/globalassets/digizuite/925332-ruckus-unleashed-app-icon-hero.png">
<i>Scales upto 128 APs and 8 Switches. 2000 clients</i></br>
<i>Dedicated Master support</i></br>
<i>Supports AP Models H320, H350, H510, H550, R320, R350, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T350se, T610, T610s, T710, R650, T710s, T750, T750se, C110, E510</i></br>
<i>Supports Switches ICX7000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="H320, H350, H510, H550, R320, R350, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T350se, T610, T610s, T710, R650, T710s, T750, T750se, C110, E510, ICX7000">
<strong>Unleashed 200.12 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/4324'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 128 APs and 8 Switches. 2000 clients</i></br>
<i>New AP models added - H350 and T350SE</i></br>
<i>Supports AP Models H320, H350, H510, H550, R320, R350, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T350se, T610, T610s, T710, R650, T710s, T750, T750se, C110, E510</i></br>
<i>Supports Switches ICX7000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="H320, H510, H550, R320, R350, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T610, T610s, T710, R650, T710s, T750, T750se, C110, E510, ICX7000">
<strong>Unleashed 200.11 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3951'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 128 APs and 8 Switches. 2000 clients</i></br>
<i>Expected to support AP Models H550, R350, T350 Series</i></br>
<i>Supports AP Models H320, H510, H550, R320, R350, R510, R550, R610, R650, R710, R720, R750, R850, M510, T310c, T310d, T310n, T310s, T350c, T610, T610s, T710, R650, T710s, T750, T750se, C110, E510</i></br>
<i>Supports Switches ICX7000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="C110, E510, H320, T310c, H510, T310d, M510, T310n, R320, T310s, R510, T610, R550, T610s, R610, T710, R650, T710s, R710, T750, R720, R750, R850, T750se, ICX7000">
<strong>Unleashed 200.10 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3756'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 128 APs and 8 Switches. 2000 clients</i></br>
<i>Supports AP Models C110, E510, H320, T310c, H510, T310d, M510, T310n, R320, T310s, R510, T610, R550, T610s, R610, T710, R650, T710s, R710, T750, R720, R750, R850, T750se</i></br>
<i>Supports Switches ICX7000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="C110, E510, H320, T310c, H510, T310d, M510, T310n, R320, T310s, R510, T610, R550, T610s, R610, T710, R650, T710s, R710, T750, R720, R750, R850, ICX7000">
<strong>Unleashed 200.9 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3439'>What's New</a>
<a href='https://support.ruckuswireless.com/documents/3439-ruckus-unleashed-200-9-ga-what-s-new'><img src="img/unl-logo.png"></a>
<i>Scales upto 128 APs and 8 Switches. 2000 clients</i></br>
<i>Supports AP Models C110, E510, H320, T310c, H510, T310d, M510, T310n, R320, T310s, R510, T610, R550, T610s, R610, T710, R650, T710s, R710, T750, R720, R750, R850</i></br>
<i>Supports Switches ICX7000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="C110, E510, H320, T310c, H510, T310d, M510, T310n, R320, T310s, R510, T610, R610, T610s, R710, T710, R720, T710s, R750, ICX7000">
<strong>Unleashed 200.8 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3126'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 128 APs and 8 Switches. 2000 clients</i></br>
<i>Supports AP Models C110, E510, H320, T310c, H510, T310d, M510, T310n, R320, T310s, R510, T610, R550, T610s, R610, T710, R650, T710s, R710, T750, R720, R750, R850</i></br>
<i>Introducing ICX Switch monitoring and basic configuration support. Supports Switches ICX7000 Series</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="C110, E510, H320, T300, H510, T300e, M510, T301n, R310, T301s, R320, T310c, R500, T310d, R510, T310n, R600, T310s, R610, T610, R710, T610s, R720, T710, T710s">
<strong>Unleashed 200.7 802.11ac wave 1 and 2 - 50 APs only </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/2683'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 50 APs and 1024 clients</i></br>
<i>Supports AP Models C110, E510, H320, T300, H510, T300e, M510, T301n, R310, T301s, R320, T310c, R500, T310d, R510, T310n, R600, T310s, R610, T610, R710, T610s, R720, T710, T710s</i>
</li>
<li data-AP-Model="C110, E510, H320, H510, M510, R320, T310c, T310d, R510, T310n, T310s, R610, T610, R710, T610s, R720, T710, T710s">
<strong>Unleashed 200.7 802.11ac wave2 only - 128 APs </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/2683'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 128 APs and 2000 clients</i></br>
<i>Supports AP Models C110, E510, H320, H510, M510, R320, T310c, T310d, R510, T310n, T310s, R610, T610, R710, T610s, R720, T710, T710s</i></br>
<i>In gateway mode, a maximum of 50 APs and 1,028 clients are supported</i>
</li>
<li data-AP-Model="C110, T300, E510, T300e, H320, T301n, H510, T301s, R310, T310c, R500, T310d, R510, T310n, R600, T310s, R610, T610, R710, T610s, R720, T710, T710s">
<strong>Unleashed 200.6 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/2279'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 25 Access Points and 512 concurrent clients</i></br>
<i>Supports AP Models C110, T300, E510, T300e, H320, T301n, H510, T301s, R310, T310c, R500, T310d, R510, T310n, R600, T310s, R610, T610, R710, T610s, R720, T710, T710s</i>
</li>
<li data-AP-Model="H320, H510, R310, R500, R510, R600, R610, R710, R720, T300, T300e, T301n, T301s, T610, T610s, T710, T710s">
<strong>Unleashed 200.5 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/2033'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 25 Access Points and 512 concurrent clients</i></br>
<i>Supports AP Models H320, H510, R310, R500, R510, R600, R610, R710, R720, T300, T300e, T301n, T301s, T610, T610s, T710, T710s</i>
</li>
<li data-AP-Model="R310, R500, R510, H510, R600, R610, R710, T300, T300e, T301n, T301s, T710, T710s">
<strong>Unleashed 200.4 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/1670'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 25 Access Points and 512 concurrent clients</i></br>
<i>Supports AP Models R310, R500, R510, H510, R600, R610, R710, T300, T300e, T301n, T301s, T710, T710s</i>
</li>
<li data-AP-Model="R310, R500, R510, H510, R600, R710, T300, T300e, T301n, T301s, T710, T710s">
<strong>Unleashed 200.3 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/1294'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 25 Access Points and 512 concurrent clients</i></br>
<i>Supports AP Models R310, R500, R510, H510, R600, R710, T300, T300e, T301n, T301s, T710, T710s</i>
</li>
<li data-AP-Model="R710, R310, R500, R600, T710, T710s, T300, T300e, T301n, T301s">
<strong>Unleashed 200.2 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/1167'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 25 Access Points and 512 concurrent clients</i></br>
<i>Supports AP Models R710, R310, R500, R600, T710, T710s, T300, T300e, T301n, T301s</i>
</li>
<li data-AP-Model="R310, R500, R600, T300, T300e, T301n, T301s">
<strong>Unleashed 200.1 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/906'>What's New</a>
<img src="img/unl-logo.png">
<i>Scales upto 25 APs and 512 clients</i></br>
<i>Supports AP Models R310, R500, R600, T300, T300e, T301n, T301s</i>
</li>
<li data-AP-Model="R500, R600">
<strong>Unleashed 200.0 </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/849-ruckus-wireless-unleashed-200-0-ga-release-notes'>Release Notes</a>
<img src="img/unl-logo.png">
<i>Scales upto 25 APs and 512 clients</i></br>
<i>Supports AP Models R500, R600</i>
</li>
<li data-AP-Model="ZD1200, C110, H320, H510, R310, R320, R500, R510, R550, R600, R610, R650, R710, R720, R730, R750, R850, R350, H550, H350, E510, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s, T750, T750se, T350c, T350d, T350se">
<strong>ZoneDirector 10.5 (ZD1200) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/4045-zonedirector-10-5-1-ga-what-s-new'>What's New</a>
<img src="img/zd_img.png">
<i>Supports AP Models C110, H320, H510, R310, R320, R500, R510, R550, R600, R610, R650, R710, R720, R730, R750, R850, R350, H550, H350, E510, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s, T750, T750se, T350c, T350d, T350se</i>
</li>
<li data-AP-Model="ZD1200, C110, H320, H510, R310, R320, R500, R510, R550, R600, R610, R650, R710, R720, R730, R750, R850, E510, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s, T750, T750se">
<strong>ZoneDirector 10.4 (ZD1200) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3713-zonedirector-10-4-1-ga-refresh4-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models C110, H320, H510, R310, R320, R500, R510, R550, R600, R610, R650, R710, R720, R730, R750, R850, E510, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s, T750, T750se</i>
</li>
<li data-AP-Model="ZD1200, C110, E510, H320, H510, R310, R320, R500, R510, R600, R610, R700, R710, R720, R730, R750, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s">
<strong>ZoneDirector 10.3 (ZD1200) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3323-zonedirector-10-3-1-mr1-refresh3-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models C110, E510, H320, H510, R310, R320, R500, R510, R600, R610, R700, R710, R720, R730, R750, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s</i>
</li>
<li data-AP-Model="ZD1200, ZD3000, C110, E510, H320, H510, R310, R320, R500, R510, R600, R610, R700, R710, R720, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s">
<strong>ZoneDirector 10.2 (ZD1200, ZD3000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/4358-zonedirector-10-2-1-mr1-refresh9-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models C110, E510, H320, H510, R310, R320, R500, R510, R600, R610, R700, R710, R720, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s</i>
</li>
<li data-AP-Model="ZD1200, ZD3000, C110, H320, H500, H510, R300, R310, R500, R510, R600, R610, R700, R710, R720, R730, ZF7055, ZF7352, ZF7372, ZF7372-E, ZF7982, E510, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S">
<strong>ZoneDirector 10.1 (ZD1200, ZD3000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3532-zonedirector-10-1-2-mr2-refresh7-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models C110, H320, H500, H510, R300, R310, R500, R510, R600, R610, R700, R710, R720, R730, ZF7055, ZF7352, ZF7372, ZF7372-E, ZF7982, E510, T300, T300e, T301n, T301s, T310c, T310d, T310n, T310s, T610, T610s, T710, T710s, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S</i>
</li>
<li data-AP-Model="ZD1200, ZD3000, ZD5000, C110, H320, H500, H510, R300, R310, R500, R510, R600, R610, R700, R710, R720, T300, T300e, T301n, T301s, T610, T610s, T710, T710s, ZF7055, ZF7352, ZF7372, ZF7372-E, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982">
<strong>ZoneDirector 10.0 (ZD1200, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/4006-zonedirector-10-0-1-mr1-refresh12-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models C110, H320, H500, H510, R300, R310, R500, R510, R600, R610, R700, R710, R720, T300, T300e, T301n, T301s, T610, T610s, T710, T710s, ZF7055, ZF7352, ZF7372, ZF7372-E, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982</i>
</li>
<li data-AP-Model="ZD1200, ZD3000, ZD5000, C110, H500, H510, R300, R310, R500, R510, R600, R610, R700, R710, T300, T300e, T301n, T301s, T610, T610s, T710, T710s, ZF7055, ZF7352, ZF7372, ZF7372-E, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982">
<strong>ZoneDirector 9.13 (ZD1200, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/2276-zonedirector-9-13-3-mr3-refresh7-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models C110, H500, H510, R300, R310, R500, R510, R600, R610, R700, R710, T300, T300e, T301n, T301s, T610, T610s, T710, T710s, ZF7055, ZF7352, ZF7372, ZF7372-E, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982</i>
</li>
<li data-AP-Model="ZD1200, ZD3000, ZD5000, H500, R300, R310, R500, R600, R700, R710, SC8800-S, SC8800-S-AC, T300, T300e, T301n, T301s, ZF7055, ZF7321, ZF7231-u, ZF7341, ZF7343, ZF7352, ZF7363, ZF7372, ZF7372-E, ZF7441, ZF7761-CM, ZF7762, ZF7762-AC, ZF7762-S, ZF7762-S-AC, ZF7762-T, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982">
<strong>ZoneDirector 9.12 (ZD1200, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3761-zonedirector-9-12-3-mr3-refresh10-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models H500, R300, R310, R500, R600, R700, R710, SC8800-S, SC8800-S-AC, T300, T300e, T301n, T301s, ZF7055, ZF7321, ZF7231-u, ZF7341, ZF7343, ZF7352, ZF7363, ZF7372, ZF7372-E, ZF7441, ZF7761-CM, ZF7762, ZF7762-AC, ZF7762-S, ZF7762-S-AC, ZF7762-T, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982</i>
</li>
<li data-AP-Model="ZD1200, ZD3000, ZD5000, H500, R300, R500, R600, R700, SC8800-S, SC8800-S-AC, T300, T300e, T301n, T301s, ZF7055, ZF7321, ZF7321-u, ZF7341, ZF7343, ZF7352, ZF7363, ZF7372, ZF7372-E, ZF7441, ZF7761-CM, ZF7762, ZF7762-AC, ZF7762-S, ZF7762-S-AC, ZF7762-T, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982">
<strong>ZoneDirector 9.10 (ZD1200, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3564-zonedirector-9-10-2-mr2-refresh10-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models H500, R300, R500, R600, R700, SC8800-S, SC8800-S-AC, T300, T300e, T301n, T301s, ZF7055, ZF7321, ZF7321-u, ZF7341, ZF7343, ZF7352, ZF7363, ZF7372, ZF7372-E, ZF7441, ZF7761-CM, ZF7762, ZF7762-AC, ZF7762-S, ZF7762-S-AC, ZF7762-T, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982</i>
</li>
<li data-AP-Model="ZD1100, R300, R500, R600, R700, SC8800-S, SC8800-S-AC, T300, T300e, T301n, T301s, ZF7055, ZF7321, ZF7321-u, ZF7341, ZF7343, ZF7352, ZF7363, ZF7372, ZF7372-E, ZF7441, ZF7761-CM, ZF7762, ZF7762-AC, ZF7762-S, ZF7762-S-AC, ZF7762-T, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982">
<strong>ZoneDirector 9.10 (ZD1100) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/3564-zonedirector-9-10-2-mr2-refresh10-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models R300, R500, R600, R700, SC8800-S, SC8800-S-AC, T300, T300e, T301n, T301s, ZF7055, ZF7321, ZF7321-u, ZF7341, ZF7343, ZF7352, ZF7363, ZF7372, ZF7372-E, ZF7441, ZF7761-CM, ZF7762, ZF7762-AC, ZF7762-S, ZF7762-S-AC, ZF7762-T, ZF7781CM, ZF7782, ZF7782-E, ZF7782-N, ZF7782-S, ZF7982</i>
</li>
<li data-AP-Model="ZD1100, ZD3000, ZD5000, ZF7025, ZF7055, ZF7321, ZF7321-U, ZF7341, ZF7343, ZF7363, ZF7351, ZF7352, ZF7372, ZF7372-E, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7781CM, ZF7782, ZF7782-S, ZF7782-N, ZF7782-E, ZF7962, ZF7982, SC8800-S, ZF7441, R300, R500, R600, R700, T300, T301n, T301s">
<strong>ZoneDirector 9.8 (ZD1100, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/2113-zonedirector-9-8-3-mr3-refresh2-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF7025, ZF7055, ZF7321, ZF7321-U, ZF7341, ZF7343, ZF7363, ZF7351, ZF7352, ZF7372, ZF7372-E, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7781CM, ZF7782, ZF7782-S, ZF7782-N, ZF7782-E, ZF7962, ZF7982, SC8800-S, ZF7441, R300, R500, R600, R700, T300, T301n, T301s</i>
</li>
<li data-AP-Model="ZD1100, ZD3000, ZD5000, ZF2741, ZF2942, ZF7025, ZF7055, ZF7321-U, ZF7341, ZF7343, ZF7363, ZF7351, ZF7352, ZF7372, ZF7372-E, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7781CM, ZF7782, ZF7782-S, ZF7782-N, ZF7962, ZF7982, SC8800-S, ZF7441, R300">
<strong>ZoneDirector 9.7 (ZD1100, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/488-zoneflex-9-7-2-mr2-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2741, ZF2942, ZF7025, ZF7055, ZF7321-U, ZF7341, ZF7343, ZF7363, ZF7351, ZF7352, ZF7372, ZF7372-E, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7781CM, ZF7782, ZF7782-S, ZF7782-N, ZF7962, ZF7982, SC8800-S, ZF7441, R300</i>
</li>
<li data-AP-Model="ZD1100, ZD3000, ZD5000, ZF2741, ZF2942, ZF7025, ZF7055, ZF7321, ZF7321-U, ZF7341, ZF7343, ZF7363, ZF7351, ZF7352, ZF7372, ZF7372-E, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7781CM, ZF7782, ZF7782-S, ZF7782-N, ZF7782-E, ZF7962, ZF7982, SC8800-S">
<strong>ZoneDirector 9.6 (ZD1100, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/410-zoneflex-9-6-2-mr2-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2741, ZF2942, ZF7025, ZF7055, ZF7321, ZF7321-U, ZF7341, ZF7343, ZF7363, ZF7351, ZF7352, ZF7372, ZF7372-E, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7781CM, ZF7782, ZF7782-S, ZF7782-N, ZF7782-E, ZF7962, ZF7982, SC8800-S</i>
</li>
<li data-AP-Model="ZD1100, ZD3000, ZD5000, ZF2741, ZF2942, ZF7025, ZF7055, ZF7321, ZF7341, ZF7343, ZF7363, ZF7352, ZF7372, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7781CM, ZF7782, ZF7782-S, ZF7782-N, ZF7782-E, ZF7962, ZF7982">
<strong>ZoneDirector 9.5 (ZD1100, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/267-zoneflex-9-5-1-mr-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2741, ZF2942, ZF7025, ZF7055, ZF7321, ZF7341, ZF7343, ZF7363, ZF7352, ZF7372, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7781CM, ZF7782, ZF7782-S, ZF7782-N, ZF7782-E, ZF7962, ZF7982</i>
</li>
<li data-AP-Model="ZD1100, ZD3000, ZD5000, ZF2741, ZF2942, ZF7025, ZF7321, ZF7341, ZF7343, ZF7363, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7942, ZF7962, ZF7982">
<strong>ZoneDirector 9.4 (ZD1100, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/263-zoneflex-9-4-mr3-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2741, ZF2942, ZF7025, ZF7321, ZF7341, ZF7343, ZF7363, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7942, ZF7962, ZF7982</i>
</li>
<li data-AP-Model="ZD1000, ZD1100, ZD3000, ZD5000, ZF2741, ZF2942, ZF7025, ZF7341, ZF7343, ZF7363, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7942, ZF7962">
<strong>ZoneDirector 9.3 (ZD1000, ZD1100, ZD3000, ZD5000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/248-zoneflex-9-3-4-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2741, ZF2942, ZF7025, ZF7341, ZF7343, ZF7363, ZF7761-CM, ZF7762, ZF7762-S, ZF7762-T, ZF7762-AC, ZF7762-S-AC, ZF7942, ZF7962</i>
</li>
<li data-AP-Model="ZD1000, ZD1100, ZD3000, ZF2741, ZF2942, ZF7025, ZF7341, ZF7343, ZF7363, ZF7762, ZF7762-S, ZF7762-T, ZF7942, ZF7962">
<strong>ZoneDirector 9.1 (ZD1000, ZD1100, ZD3000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/179-zoneflex-9-1-2-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2741, ZF2942, ZF7025, ZF7341, ZF7343, ZF7363, ZF7762, ZF7762-S, ZF7762-T, ZF7942, ZF7962</i>
</li>
<li data-AP-Model="ZD1000, ZD3000, ZF2741, ZF2942, ZF7343, ZF7363, ZF7762, ZF7942, ZF7962">
<strong>ZoneDirector 9.0 (ZD1000, ZD3000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/175-zoneflex-9-0-0-0-102-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2741, ZF2942, ZF7343, ZF7363, ZF7762, ZF7942, ZF7962</i><br>
<i>ZD3000 9.0 firmware download requires a Premium Support account</i>
</li>
<li data-AP-Model="ZD1000, ZD3000, ZF2741, ZF2942, ZF7343, ZF7363, ZF7762, ZF7942, ZF7962">
<strong>ZoneDirector 8.2 (ZD1000, ZD3000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/143-zonedirector-release-8-2-2-0-7-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2741, ZF2942, ZF7343, ZF7363, ZF7762, ZF7942, ZF7962</i><br>
<i>ZD3000 8.2 firmware download requires a Premium Support account</i>
</li>
<li data-AP-Model="ZD1000, ZD3000, ZF2925, ZF2942, ZF7942, ZF7962, ZF2741, ZF7762">
<strong>ZoneDirector 8.1 (ZD1000, ZD3000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/129-zonedirector-release-8-1-1-0-12-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2925, ZF2942, ZF7942, ZF7962, ZF2741, ZF7762</i><br>
<i>ZD3000 8.1 firmware download requires a Premium Support account</i>
</li>
<li data-AP-Model="ZD1000, ZD3000, ZF2925, ZF2942, ZF7942, ZF7962, ZF2741">
<strong>ZoneDirector 8.0 (ZD1000, ZD3000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/119-zonedirector-release-8-0-2-0-7-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF2925, ZF2942, ZF7942, ZF7962, ZF2741</i><br>
<i>ZD3000 8.0 firmware download requires a Premium Support account</i>
</li>
<li data-AP-Model="ZD1000, ZD3000, ZF2925, ZF2942, ZF7942, ZF2741">
<strong>ZoneDirector 7.1 (ZD1000, ZD3000) </strong><a target="_blank" href='https://support.ruckuswireless.com/documents/96-zonedirector-7-1-0-0-54-release-notes'>Release Notes</a>
<img src="img/zd_img.png">
<i>Supports AP Models ZF7942, ZF2942, ZF2925, ZF2741</i><br>
<i>ZD3000 7.1 firmware download no longer available</i>
</li>
<!--
<li data-AP-Model="">
<strong>Unleashed 200.</strong>
<img src="img/unl-logo.png">
<i>Scales upto 25 Access Points and 512 concurrent clients</i></br>
<i>Supports AP Models </i></br>
</li>
-->
</ul>
<p> Unleashed documentation : <a href="https://docs.commscope.com/bundle?labelkey=unl-200.10&name_filter.field=title&name_filter.value=&rpp=10&sort.field=title&sort.value=asc#">Click here</a></p>
<p> FAQ about installation : <a href="https://docs.commscope.com/bundle/unleashed-200.10-troublshootingref/page/GUID-CE73C941-021E-4D96-8EE0-884222D1A74E.html">Click here</a></p>
</br><p>Adopted by Karthikeyan Krish <a href="https://www.linkedin.com/in/mkarthikeyan/">LinkedIn profile</a></p>
</br><p>Adopted from source <a href="http://luis-almeida.github.com/jPages/">jPages</a>, and author <i>Luís Almeida</i></p>
</div>
</div>
<script>
var _gaq=[['_setAccount','UA-30247115-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>