prolly around whatever ebay prices are currently minus ~20% - can you do indy pickup?How much for a 6610? I am enjoying my 6450, but the temptation is there to go with 10GB, lol.
prolly around whatever ebay prices are currently minus ~20% - can you do indy pickup?How much for a 6610? I am enjoying my 6450, but the temptation is there to go with 10GB, lol.
Ahh bummer, didn't see the local pickup piece.prolly around whatever ebay prices are currently minus ~20% - can you do indy pickup?
Yea good point, I have been meaning to do that. I'll try that out before resorting to flashing.I'd start by setting a static IP on your management interface. DHCP reservations are usually fine, but I would avoid DHCP for infrastructure. If that doesn't sort it out, backup the config and factory default it.
ICX6450-C12PD-Router#show license
Index Lic Mode Lic Name Lid/Serial No Lic Type Status Lic Period Lic Capacity
Stack unit 1:
1 Node Lock ICX6450-PREM-LIC-SW H4CKTH3PLN8 Normal Active Unlimited 1
2 Node Lock ICX6450-10G-LIC-POD H4CKTH3PLN8 Normal Invalid Unlimited 2
Well that's where I went wrong. Step 1 *reading the documentation*. For some reason I thought the SFP ports were 10gig. Oh well. Thanks for setting me straight!The ICX6450-C12PD is 1G only, with SFP slots instead of SFP+ on the larger ones (24 + 4 SFP+ / 48 + 4 SFP+). For reference, check the datasheet linked in Post #1 of this thread.
That's probably why the 10G license is invalid, it does not need it having not 10G ports.
#IP of your TFTP server:
setenv serverip 192.168.1.8
setenv image_name ICX7xxx/SPR08090mc.bin
setenv uboot ICX7xxx/spz10118.bin
#IP of your TFTP server:
setenv serverip 192.168.1.8
setenv image_name ICX7xxx/SPR08080f.bin
setenv uboot ICX7xxx/spz10114.bin
did you first flash the newer bootloader, then reset, *then* flash 8090mc? It will work fine if you do so (as the guide says)I just got ICX 7250. Following fohdeesha's guide works perfectly except the SPR08090mc.bin from download page can NOT be flashed to primary. Downloaded 8080f and works fine. In case anyone having the same issue.
Instead doing:
I didBash:#IP of your TFTP server: setenv serverip 192.168.1.8 setenv image_name ICX7xxx/SPR08090mc.bin setenv uboot ICX7xxx/spz10118.bin
Bash:#IP of your TFTP server: setenv serverip 192.168.1.8 setenv image_name ICX7xxx/SPR08080f.bin setenv uboot ICX7xxx/spz10114.bin
Preparation
If you haven't already, visit the Brocade Overview page to download the latest guide package and get it ready to be served via TFTP - this unified package includes all the latest firmware, licenses, and documentation.
Connect to the serial/console port using a program like Putty (9600 8N1), then connect the management ethernet port to your network (do NOT use any of the regular switch ports yet). The management port is the one above the full size USB port.
Power on the switch while watching your serial terminal - start smashing the b key until you're dropped into the bootloader prompt, which looks like ICX7xxx-Boot> . If you missed the prompt and it boots the OS instead, pull power and try again.
Now at the boot prompt, give the bootloader a temporary IP on your network, as well as supply the IP of your TFTP server where it can find your files. Replace the example IPs with your own. This IP is only going to be used temporarily by the bootloader. We'll also tell it the filename & path of the firmware images:
#Temp IP address of the switch: setenv ipaddr 192.168.1.50 setenv netmask 255.255.255.0 #IP of your TFTP server: setenv serverip 192.168.1.8 setenv image_name ICX7xxx/SPR08090mc.bin setenv uboot ICX7xxx/spz10118.bin
Those are just the setenv commands that saves the name of the images, so the bootloader knows what image names to use later when you run the actual update commands. They don't do anything themselves. After that, there's the update_uboot command, then a reset command so the new bootloader takes effect: (excuse the mobile screenshot)Thanks foheesha as always.
I did followed your guide step by step. I did Page Brocade Overview ---> Brocade Setup --> ICX7250 / ICX7450. And the first step on the page is the command I put in my post. I am not sure about "flash newer bootloader". But I just double checked there is no other step before. But if I am not using 8090 instead 8080 it works and I could boot into primary after then flash the latest 8095.
If I recall correctly that was after "update_primary".How did it fail? what was the error message, did it spew one right after you ran "update_primary"?