Drag to reposition cover

Brocade ICX Series (cheap & powerful 10gbE/40gbE switching)

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

clcorbin

Member
Feb 15, 2014
38
7
8
Break out port issue. I've configured the switch to use the two 40G ports for stacking and the other two QSFP ports as breakout ports. Stacking works great. I've setup 2/2/2 to 2/2/3 as tagged ports and each one connects to one of two servers. Same with ports 2/2/7 to 2/2/8. They connect perfectly at 10Gb and the two activity lights for the ports are all on and working perfectly.

The other four (ok, 2 times 2) break out ports are setup as untagged on a specific VLAN for management (overkill, but I have the ports, so...). And they do NOT work at all. To verify the ESXI side of things (and to have management access), I have configured one of the front 10Gb ports on the same VLAN and connected it to the primary server in place of the breakout cable. It connects and runs perfectly fine.

Here is the port configuration for the non working breakout port (2/2/4) and working front port (2/3/5):
Code:
blah(config)#sh int eth 2/2/4
  10GigabitEthernet 2/2/4 is down, line protocol is down
  Port down for 7 day(s) 17 hour(s) 50 minute(s) 29 second(s)
  Hardware is   10GigabitEthernet , address is blah (bia blah)
  Configured speed 10Gbit, actual unknown, configured duplex fdx, actual unknown
  Configured mdi mode AUTO, actual unknown
  Member of L2 VLAN ID blah, port is untagged, port state is BLOCKING
  BPDU guard is Disabled, ROOT protect is Disabled, Designated protect is Disabled
  Link Error Dampening is Disabled
  STP configured to ON, priority is level0, mac-learning is enabled
  Openflow is Disabled, Openflow Hybrid mode is Disabled,  Flow Control is config enabled, oper enabled, negotiation disabled
  Mirror disabled, Monitor disabled
  Mac-notification is disabled
  Not member of any active trunks
  Not member of any configured trunks
  Port name is blah
  MTU 1500 bytes, encapsulation ethernet
  300 second input rate: 0 bits/sec, 0 packets/sec, 0.00% utilization
  300 second output rate: 0 bits/sec, 0 packets/sec, 0.00% utilization
  0 packets input, 0 bytes, 0 no buffer
  Received 0 broadcasts, 0 multicasts, 0 unicasts
  0 input errors, 0 CRC, 0 frame, 0 ignored
  0 runts, 0 giants
  100183 packets output, 16651186 bytes, 0 underruns
  Transmitted 69827 broadcasts, 28642 multicasts, 1714 unicasts
  0 output errors, 0 collisions
  Relay Agent Information option: Disabled

Egress queues:
Queue counters    Queued packets    Dropped Packets
    0               97212                   0
    1                   0                   0
    2                   0                   0
    3                   0                   0
    4                   0                   0
    5                2971                   0
    6                   0                   0
    7                   0                   0
blah(config)#sh int eth 2/3/5
10GigabitEthernet2/3/5 is up, line protocol is up
  Port up for 18 minute(s) 25 second(s)
  Hardware is 10GigabitEthernet, address is blah (bia blah)
  Interface type is 10Gig SFP+
  Configured speed 10Gbit, actual 10Gbit, configured duplex fdx, actual fdx
  Member of L2 VLAN ID blah, port is untagged, port state is FORWARDING
  BPDU guard is Disabled, ROOT protect is Disabled, Designated protect is Disabled
  Link Error Dampening is Disabled
  STP configured to ON, priority is level0, mac-learning is enabled
  Openflow is Disabled, Openflow Hybrid mode is Disabled,  Flow Control is enabled
  Mirror disabled, Monitor disabled
  Mac-notification is disabled
  Not member of any active trunks
  Not member of any configured trunks
  Port name is blah
  MTU 1500 bytes, encapsulation ethernet
  300 second input rate: 58576 bits/sec, 8 packets/sec, 0.00% utilization
  300 second output rate: 24432 bits/sec, 10 packets/sec, 0.00% utilization
  5230063 packets input, 4533116887 bytes, 0 no buffer
  Received 228 broadcasts, 22742 multicasts, 5207093 unicasts
  0 input errors, 0 CRC, 0 frame, 0 ignored
  0 runts, 0 giants
  6132363 packets output, 1738716258 bytes, 0 underruns
  Transmitted 1425193 broadcasts, 1397917 multicasts, 3309253 unicasts
  0 output errors, 0 collisions
  Relay Agent Information option: Disabled

Egress queues:
Queue counters    Queued packets    Dropped Packets
    0             5234343                   0
    1                   0                   0
    2                   0                   0
    3              859073                   0
    4                  40                   0
    5               17163                   0
    6               21744                   0
    7                   0                   0
The stack configuration from show run:
Code:
stack unit 1
  module 1 icx6610-48p-poe-port-management-module
  module 2 icx6610-qsfp-10-port-160g-module
  module 3 icx6610-8-port-10g-dual-mode-module
  no legacy-inline-power
  stack-port 1/2/1 1/2/6
stack unit 2
  module 1 icx6610-48p-poe-port-management-module
  module 2 icx6610-qsfp-10-port-160g-module
  module 3 icx6610-8-port-10g-dual-mode-module
  no legacy-inline-power
  priority 200
  stack-port 2/2/1 2/2/6
stack enable
stack mac blah
!
Finally, show interface brief unit 2:
Code:
2/2/1      Up      Forward Full 40G   None  No  N/A  0   
2/2/2      Up      Forward Full 10G   None  Yes N/A  0 
2/2/3      Up      Forward Full 10G   None  Yes N/A  0 
2/2/4      Down    None    None None  None  No  blah   0 
2/2/5      Down    None    None None  None  No  blah   0 
2/2/6      Up      Forward Full 40G   None  No  N/A  0 
2/2/7      Up      Forward Full 10G   None  Yes N/A  0 
2/2/8      Up      Forward Full 10G   None  Yes N/A  0 
2/2/9      Down    None    None None  None  No  blah   0 
2/2/10     Down    None    None None  None  No  blah   0 
<snip>
2/3/5      Up      Forward Full 10G   None  No  blah   0
Once more, I suspect it is something simple and obvious that I am missing. My gut says it has to be in the breakout port configuration, but they APPEAR to be the same as the working front 10Gb port, so I'm doubting my gut right now. Is there an issue with trying to run some of the breakout ports tagged and others untagged?

Any help would be greatly appreciated, even if you have to start the reply with "Hey knucklehead, did you notice ...!"

Regards,

clcorbin
 

fohdeesha

Kaini Industries
Nov 20, 2016
2,728
3,078
113
33
fohdeesha.com
Break out port issue. I've configured the switch to use the two 40G ports for stacking and the other two QSFP ports as breakout ports. Stacking works great. I've setup 2/2/2 to 2/2/3 as tagged ports and each one connects to one of two servers. Same with ports 2/2/7 to 2/2/8. They connect perfectly at 10Gb and the two activity lights for the ports are all on and working perfectly.

The other four (ok, 2 times 2) break out ports are setup as untagged on a specific VLAN for management (overkill, but I have the ports, so...). And they do NOT work at all. To verify the ESXI side of things (and to have management access), I have configured one of the front 10Gb ports on the same VLAN and connected it to the primary server in place of the breakout cable. It connects and runs perfectly fine.

Here is the port configuration for the non working breakout port (2/2/4) and working front port (2/3/5):
Code:
blah(config)#sh int eth 2/2/4
  10GigabitEthernet 2/2/4 is down, line protocol is down
  Port down for 7 day(s) 17 hour(s) 50 minute(s) 29 second(s)
  Hardware is   10GigabitEthernet , address is blah (bia blah)
  Configured speed 10Gbit, actual unknown, configured duplex fdx, actual unknown
  Configured mdi mode AUTO, actual unknown
  Member of L2 VLAN ID blah, port is untagged, port state is BLOCKING
  BPDU guard is Disabled, ROOT protect is Disabled, Designated protect is Disabled
  Link Error Dampening is Disabled
  STP configured to ON, priority is level0, mac-learning is enabled
  Openflow is Disabled, Openflow Hybrid mode is Disabled,  Flow Control is config enabled, oper enabled, negotiation disabled
  Mirror disabled, Monitor disabled
  Mac-notification is disabled
  Not member of any active trunks
  Not member of any configured trunks
  Port name is blah
  MTU 1500 bytes, encapsulation ethernet
  300 second input rate: 0 bits/sec, 0 packets/sec, 0.00% utilization
  300 second output rate: 0 bits/sec, 0 packets/sec, 0.00% utilization
  0 packets input, 0 bytes, 0 no buffer
  Received 0 broadcasts, 0 multicasts, 0 unicasts
  0 input errors, 0 CRC, 0 frame, 0 ignored
  0 runts, 0 giants
  100183 packets output, 16651186 bytes, 0 underruns
  Transmitted 69827 broadcasts, 28642 multicasts, 1714 unicasts
  0 output errors, 0 collisions
  Relay Agent Information option: Disabled

Egress queues:
Queue counters    Queued packets    Dropped Packets
    0               97212                   0
    1                   0                   0
    2                   0                   0
    3                   0                   0
    4                   0                   0
    5                2971                   0
    6                   0                   0
    7                   0                   0
blah(config)#sh int eth 2/3/5
10GigabitEthernet2/3/5 is up, line protocol is up
  Port up for 18 minute(s) 25 second(s)
  Hardware is 10GigabitEthernet, address is blah (bia blah)
  Interface type is 10Gig SFP+
  Configured speed 10Gbit, actual 10Gbit, configured duplex fdx, actual fdx
  Member of L2 VLAN ID blah, port is untagged, port state is FORWARDING
  BPDU guard is Disabled, ROOT protect is Disabled, Designated protect is Disabled
  Link Error Dampening is Disabled
  STP configured to ON, priority is level0, mac-learning is enabled
  Openflow is Disabled, Openflow Hybrid mode is Disabled,  Flow Control is enabled
  Mirror disabled, Monitor disabled
  Mac-notification is disabled
  Not member of any active trunks
  Not member of any configured trunks
  Port name is blah
  MTU 1500 bytes, encapsulation ethernet
  300 second input rate: 58576 bits/sec, 8 packets/sec, 0.00% utilization
  300 second output rate: 24432 bits/sec, 10 packets/sec, 0.00% utilization
  5230063 packets input, 4533116887 bytes, 0 no buffer
  Received 228 broadcasts, 22742 multicasts, 5207093 unicasts
  0 input errors, 0 CRC, 0 frame, 0 ignored
  0 runts, 0 giants
  6132363 packets output, 1738716258 bytes, 0 underruns
  Transmitted 1425193 broadcasts, 1397917 multicasts, 3309253 unicasts
  0 output errors, 0 collisions
  Relay Agent Information option: Disabled

Egress queues:
Queue counters    Queued packets    Dropped Packets
    0             5234343                   0
    1                   0                   0
    2                   0                   0
    3              859073                   0
    4                  40                   0
    5               17163                   0
    6               21744                   0
    7                   0                   0
The stack configuration from show run:
Code:
stack unit 1
  module 1 icx6610-48p-poe-port-management-module
  module 2 icx6610-qsfp-10-port-160g-module
  module 3 icx6610-8-port-10g-dual-mode-module
  no legacy-inline-power
  stack-port 1/2/1 1/2/6
stack unit 2
  module 1 icx6610-48p-poe-port-management-module
  module 2 icx6610-qsfp-10-port-160g-module
  module 3 icx6610-8-port-10g-dual-mode-module
  no legacy-inline-power
  priority 200
  stack-port 2/2/1 2/2/6
stack enable
stack mac blah
!
Finally, show interface brief unit 2:
Code:
2/2/1      Up      Forward Full 40G   None  No  N/A  0  
2/2/2      Up      Forward Full 10G   None  Yes N/A  0
2/2/3      Up      Forward Full 10G   None  Yes N/A  0
2/2/4      Down    None    None None  None  No  blah   0
2/2/5      Down    None    None None  None  No  blah   0
2/2/6      Up      Forward Full 40G   None  No  N/A  0
2/2/7      Up      Forward Full 10G   None  Yes N/A  0
2/2/8      Up      Forward Full 10G   None  Yes N/A  0
2/2/9      Down    None    None None  None  No  blah   0
2/2/10     Down    None    None None  None  No  blah   0
<snip>
2/3/5      Up      Forward Full 10G   None  No  blah   0
Once more, I suspect it is something simple and obvious that I am missing. My gut says it has to be in the breakout port configuration, but they APPEAR to be the same as the working front 10Gb port, so I'm doubting my gut right now. Is there an issue with trying to run some of the breakout ports tagged and others untagged?

Any help would be greatly appreciated, even if you have to start the reply with "Hey knucklehead, did you notice ...!"

Regards,

clcorbin
reboot the stack (both switches) once the breakout cable is connected on both ends (to the icx's and to your hypervisor hardware). hopefully it will come up after the switch reboot
 

clcorbin

Member
Feb 15, 2014
38
7
8
reboot the stack (both switches) once the breakout cable is connected on both ends (to the icx's and to your hypervisor hardware). hopefully it will come up after the switch reboot
I will give that a try this evening before bed. Thanks!
 

Wolfcastle

Member
Jan 3, 2022
50
23
8
I use two of them stacked, one in the garage and one in my "hobby room" closet. The only extra downside to these switches has to be the noise. They are a bit noisy on low fan speed, but the instant they hit 75C (and that is pretty easy...), the fans will spool up to 18,000rpm+ and they sound like a jet getting ready to take off (ok, slight exaggeration). Then, 10 to 15 seconds later, they drop back down for a bit.

How bad this is all depends on where you are placing them and how sensitive to noise you are. These sort of things don't bother me TOO much, but I will say, I have purchased a nice piece of 1/8" plexiglass to make a new cover and allow me to place the 120mm fans on top of the hot spots. I'll also build a pulse generator/fan monitor out of attiny45 8 pin MCU to give me a nice fan header and to keep the switch happy. I'll probably leave the fans in the power supplies alone (I want to keep them cool and on low speed, they are not too bad) but pull the 4 fans out of the two fan trays and feed in the signal from the pulse generator to them.

Overall, I am very happy with the upgrade from my Aruba S3500 stack. The Brocade is definitely a LOT more capable and flexible hardware. Not to mention the 16 10Gb ports on each of them...
If you want some pointers on the fan mod, take a look at my earlier post in this thread, the whole mod is painless to do. My 6610 and my 7450 (see other thread) are both happily running for months now. My PC is louder than my switches now.
 
  • Like
Reactions: clcorbin

frogtech

Well-Known Member
Jan 4, 2016
1,482
272
83
35
Because...?
My guess would be because it's another vector for potential attack not because there's anything inherently insecure about it (or less insecure than usual for HTTPS)

Of course, I'm saying that without being aware of any prior information that would suggest ruckus web interface has a vulnerability in it
 
Last edited:
  • Like
Reactions: Sprint8

clcorbin

Member
Feb 15, 2014
38
7
8
reboot the stack (both switches) once the breakout cable is connected on both ends (to the icx's and to your hypervisor hardware). hopefully it will come up after the switch reboot
As always, you are the man! I was able to reboot the stack this afternoon and everything is working like a champ now.
 
  • Like
Reactions: fohdeesha

ms264556

Well-Known Member
Sep 13, 2021
322
261
63
New Zealand
ms264556.net
I can't decide if this guy is what the Irish would call "touched", or if he's maliciously trying to force CommScope to sic lawyers onto Fohdeesha...

 
  • Like
Reactions: Vesalius

ptaylor

New Member
Apr 8, 2022
10
0
1
I can't decide if this guy is what the Irish would call "touched", or if he's maliciously trying to force CommScope to sic lawyers onto Fohdeesha...

Sorry - I didn't mean to upset anyone.

I'm neither "touched" or trying to be malicious.

Someone PM'ed me there, so I've edited my message to remove the Fohdeesha link, not even referencing anything vague like "finding it on the Internet", since it's not exactly hard to find this if you take a few minutes to look.

It's my understanding that Ruckus doesn't care what you do with their Unleashed stuff - you don't need any further licenses to use it, software updates are free, and since they own Brocade (and there is interoperability to some degree between their unleashed controller and Brocade switches) I legitimately wondered if they were equally fine with these licenses being distributed this way. This might be seen as theft by some companies, but more enlightened ones might see it as a way to get future generations of network engineers familiar with their brand and their hardware by using it at home, especially since it's EOL'ed.
 

Vesalius

Active Member
Nov 25, 2019
252
190
43
I can't decide if this guy is what the Irish would call "touched", or if he's maliciously trying to force CommScope to sic lawyers onto Fohdeesha...

Sent him a PM on that forum assuming it was done out of ignorance and not malice, but we will see if he deletes.
 

fohdeesha

Kaini Industries
Nov 20, 2016
2,728
3,078
113
33
fohdeesha.com
Sorry - I didn't mean to upset anyone.

I'm neither "touched" or trying to be malicious.

Someone PM'ed me there, so I've edited my message to remove the Fohdeesha link, not even referencing anything vague like "finding it on the Internet", since it's not exactly hard to find this if you take a few minutes to look.

It's my understanding that Ruckus doesn't care what you do with their Unleashed stuff - you don't need any further licenses to use it, software updates are free, and since they own Brocade (and there is interoperability to some degree between their unleashed controller and Brocade switches) I legitimately wondered if they were equally fine with these licenses being distributed this way. This might be seen as theft by some companies, but more enlightened ones might see it as a way to get future generations of network engineers familiar with their brand and their hardware by using it at home, especially since it's EOL'ed.
The licenses in this guide are for the EoL models that no longer have licenses you can purchase even if you wanted to - ruckus stopped selling these switches and associated licenses when they went EoL, leaving them to become e-waste. Moreover, on the newer non-eol icx7xxx series, they've made the licenses freely usable with honor based licenses you can install by just running "license install"
 

ptaylor

New Member
Apr 8, 2022
10
0
1
The licenses in this guide are for the EoL models that no longer have licenses you can purchase even if you wanted to - ruckus stopped selling these switches and associated licenses when they went EoL, leaving them to become e-waste. Moreover, on the newer non-eol icx7xxx series, they've made the licenses freely usable with honor based licenses you can install by just running "license install"
Sounds like they are probably okay with it then. I've written software and even for-sale PDFs in the past. As such, I try to make sure things I use are licensed properly, as I would want people to do with my software & other publishing.
 

i386

Well-Known Member
Mar 18, 2016
4,220
1,540
113
34
Germany
I can't decide if this guy is what the Irish would call "touched", or if he's maliciously trying to force CommScope to sic lawyers onto Fohdeesha...

If they decide to do something about it they should send him an awesome giftbasket, he sold me on ruckus assces points and icx switches :D
 
  • Like
Reactions: Serhan and ms264556

kpfleming

Active Member
Dec 28, 2021
383
205
43
Pelham NY USA
I also bought (used) 7150s after finding the helpful information here. In addition, I actually contacted Ruckus to see if I could purchase a support contract so that I'd have a proper channel for reporting issues (their web forum is not that), and I was told they won't sell a support contract except for used equipment. Seems like a silly restriction since I'm not asking for them to take responsibility for the operation of the hardware, only the software, but it's their choice.
 

Nardokor

New Member
Apr 8, 2022
1
0
1
Hey everyone,

I'm pretty new to the higher end of networking. I bought an ICX6610 48 port a few months ago, one power supply and one extra fan if it matters. It worked fine until the other day when it turned off and won't finish booting. On applying power, the two fans ramp to full speed and the orange LEDs in the front SFP ports light up. The data below comes out of the serial monitor port at the same time. I have some idea of what this means, but not if it's likely to be fixable. Are there any other troubleshooting steps that could give me more information or am I better off just looking for a new one?

Thanks in advance.

Code:
$
ICX Boot Code Version 10.1.00 (grz10100)
Enter 'a' to stop at memory test
Enter 'b' to stop at boot monitor
BOOT INFO: load monitor from boot flash, cksum = 71f1
BOOT INFO: verify flash files.......

Exception Type 0100 (Critical Input), $con
02029030(msr)
00000000(dar)
00800000(esr)
000a9120(pc)
0008f8b0(lr)
0008e9e4
00041be8
00040118
End of Trace
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abo▒$
ICX Boot Code Version 10.1.00 (grz10100)
Enter 'a' to stop at memory test
Enter 'b' to stop at boot monitor
BOOT INFO: load monitor from boot flash, cksum = 71f1
BOOT INFO: verify flash files.......

Exception Type 0100 (Critical Input), $con
02029030(msr)
00000000(dar)
00800000(esr)
000a9120(pc)
0008f8b0(lr)
0008e9e4
00041be8
00040118
End of Trace
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abort
Error flash copy, err#: 7
4. Abo▒$
ICX Boot Code Version 10.1.00 (grz10100)
Enter 'a' to stop at memory test
Enter 'b' to stop at boot monitor
 

ms264556

Well-Known Member
Sep 13, 2021
322
261
63
New Zealand
ms264556.net
I actually contacted Ruckus to see if I could purchase a support contract so that I'd have a proper channel for reporting issues (their web forum is not that)
They provide so little support to their web forum that it's a complete waste of time.
Better to ask here or reddit so you can be directed at resources like Fohdeesha's pages, rather than get ignored (most likely) or be told to buy a new switch/AP.
Their latest forum "upgrade" doesn't even let you sort by active discussions. Useless.

(I also tried and failed to buy a support contract, but this is normal for enterprise gear.)
 
  • Like
Reactions: kpfleming