Well, I'd deleted my post because you'd followed up while I was writing it, and got it to work which, um, OK, makes it all the stranger. They could have just moved the USB connector to the back, which is completely blank on these, used a stacked pair of rj45s in the front and any typical network guy could just walk in and do what he needed to do with what he had with him. I assume that USB is for save/restores and firmware flashes. Which in most cases can usually be done another way. The 6610s don't have a USB of any sort so I assume this is somehow something to do with the 7250s being Linux based and the 6610s not. But anyway, seems like a lot of shenanigans to solve a problem, in an obscure way, that I'm not convinced was really a problem.This is in response to a post that has been deleted.
It's working following my previous post.
I'm not sure why brocade chose this type of usb mini connector, although it was fairly standard at the time.
You could place your argument in front of the brocade team involved with the development, and you would probably get overruled by someone who mentions that the required console cable is simply in the box together with the switch. There's a Terry Henry video where he shows what brocade provided with the different switches.
It is explained in the "Technical Specification" and in the "Installation Guide" of the ICX 7250. It is not one single cable but a set of two.Over the last several days I have looked at many tech docs about the 7250, and many many ebay listings for those switches, I don't recall any tech docs mentioning that obscure console cable or saw it included in any ebay listing. I've gone through fohdeesha's guides to make sure it'll do what I need it to do, but didn't see where he even explained that.

Mini-USB to RJ-45 console cable: BPN 50-1000122-01
Brocade L3 functionality is determined by the type of firmware version you are using, not by a license you install. There is a "switch" firmware and a "router" firmware. In order to get L3 functionality, you need to install the router firmware. You can still use the switch as a "layer 2" device if you install the router firmware, but it has the L3 functionality that isn't available on the plain "switch" firmware.I have followed the guides on updating and licensing a FCX that I just got. Thank you fohdeesha they were very clear!
But, it looks like the switch doesn't have a L3 license, is there anything I can do for this or am I out of luck?
Here is a way to clearly identify the firmware:If the CLI prompt shows something like "ICX7250-24 Router" , then you are already using the "router" firmware. If it only shows as "ICX7250-24" or ICX7250-24 Switch", then you know you are using the switch firmware and will need to upload the router firmware to get access to the L3 functionality.
SSH@switch01>show version
Copyright (c) Ruckus Networks, Inc. All rights reserved.
UNIT 1: compiled on Jun 27 2025 at 08:27:18 labeled as SPR09010k
(33554432 bytes) from Primary SPR09010k.bin (UFI)
SW: Version 09.0.10kT213
Compressed Primary Boot Code size = 786944, Version:10.1.27T225 (mnz10127)
Compiled on Fri Feb 7 06:30:52 2025
HW: Stackable ICX7150-C12-POE
==========================================================================
UNIT 1: SL 1: ICX7150-C12-2X1G POE 12-port Management Module
Serial #:FEK3848P063
Software Package: ICX7150_L3_SOFT_PACKAGE
Current License: 2X10GR
P-ASIC 0: type B160, rev 11 Chip BCM56160_B0
==========================================================================
UNIT 1: SL 2: ICX7150-2X1GC 2-port 2G Module
==========================================================================
UNIT 1: SL 3: ICX7150-2X10GF 2-port 20G Module
==========================================================================
1000 MHz ARM processor ARMv7 88 MHz bus
8 MB boot flash memory
2 GB code flash memory
1 GB DRAM
STACKID 1 system uptime is 59 day(s) 9 hour(s) 20 minute(s) 4 second(s)
The system started at 09:07:08 GMT+01 Fri Nov 14 2025
The system : started=cold start
Brocade L3 functionality is determined by the type of firmware version you are using, not by a license you install. There is a "switch" firmware and a "router" firmware. In order to get L3 functionality, you need to install the router firmware. You can still use the switch as a "layer 2" device if you install the router firmware, but it has the L3 functionality that isn't available on the plain "switch" firmware.
If the CLI prompt shows something like "ICX7250-24 Router" , then you are already using the "router" firmware. If it only shows as "ICX7250-24" or ICX7250-24 Switch", then you know you are using the switch firmware and will need to upload the router firmware to get access to the L3 functionality.
Thank you both. The FCX switch I've got is using a router firmware as far as I can tell. It has "Router" in its default hostname and is using the firmware from these instructions which does have the R in its filename ICX6610-FCX/FCXR08030u.bin. But it's still complaining about the missing L3 license and L3 related commands are missingHere is a way to clearly identify the firmware:
The R in the firmware stand for Router and the S in the Firmware stands for Switch.
You can download the router version on the Ruckus homepage and flash it.
This Example is the router firmware: SPR09010k.bin
Code:SSH@switch01>show version Copyright (c) Ruckus Networks, Inc. All rights reserved. UNIT 1: compiled on Jun 27 2025 at 08:27:18 labeled as SPR09010k (33554432 bytes) from Primary SPR09010k.bin (UFI) SW: Version 09.0.10kT213 Compressed Primary Boot Code size = 786944, Version:10.1.27T225 (mnz10127) Compiled on Fri Feb 7 06:30:52 2025 HW: Stackable ICX7150-C12-POE ========================================================================== UNIT 1: SL 1: ICX7150-C12-2X1G POE 12-port Management Module Serial #:FEK3848P063 Software Package: ICX7150_L3_SOFT_PACKAGE Current License: 2X10GR P-ASIC 0: type B160, rev 11 Chip BCM56160_B0 ========================================================================== UNIT 1: SL 2: ICX7150-2X1GC 2-port 2G Module ========================================================================== UNIT 1: SL 3: ICX7150-2X10GF 2-port 20G Module ========================================================================== 1000 MHz ARM processor ARMv7 88 MHz bus 8 MB boot flash memory 2 GB code flash memory 1 GB DRAM STACKID 1 system uptime is 59 day(s) 9 hour(s) 20 minute(s) 4 second(s) The system started at 09:07:08 GMT+01 Fri Nov 14 2025 The system : started=cold start
what commands are complaining about a missing license? There's an "ADV" license which unlocks some advanced l3 stuff, but it's only VRFs and tunnels basically. everything else is included in the base system. IUf you need the VRFs and tunnels, follow the i2c licensing instruction at the end of the FCX guide as @klui saidThank you both. The FCX switch I've got is using a router firmware as far as I can tell. It has "Router" in its default hostname and is using the firmware from these instructions which does have the R in its filename ICX6610-FCX/FCXR08030u.bin. But it's still complaining about the missing L3 license and L3 related commands are missing