cancel
Showing results for 
Search instead for 
Did you mean: 

Need help of ICX7150/24 switches

Eric
New Contributor

I got 2 of the ICX7150/24 switches, second hand from the US.

Works but I cannot stack (so I can only use 1), also firmware old
(checked with CLI, but no idea how to upgrade)

Can I get your service to:

1. update firmware to latest
2. make they stackable
3. make sure SFP port is 10G

Please advice if you can help

3 REPLIES 3

Vásquez_Fer
Moderator
Moderator

Hi @Eric 

Hope you are doing well 

Please refer to the base version if you want to upgrade your units 

save image.PNG

To go to the latest version or the version recommended by the support site we have to first go to the 8080f version as intermediate

1-You can use a TFTP server

copy tftp flash <ip address of TFTP server> <boot-code-image> boot
copy tftp flash <ip address of TFTP server> <OS-code-image> <primary/secondary>

Example for 8030 > 8080f

copy tftp flash 192.168.1.250 spz10114.bin boot
copy tftp flash 192.168.1.250 SPR08080f.bin primary
write memory
Boot system flash primary yes ( In order to boot up the unit into 8080f )

Once booted to 8080f:

*wait for POE firmware upgrade if applicable - happens automatically and can be seen on console or 'show log'*

write memory (this is necessary to ensure your configuration is upgraded as syntax can change)

copy tftp flash <ip address of TFTP server> <UFI-code-image> <primary/secondary>

Example for 8080f > 8095g

copy tftp flash 192.168.1.250 SPR08095gufi.bin primary
wr mem
*Boot system flash primary yes (too boot up into 80995gufi)
wr mem

Also there are other methods to upgrade the units:https://docs.commscope.com/bundle/fastiron-08095-upgradeguide/page/GUID-5DD7EE86-6988-4CA7-81D2-22EA...

2-Made sure 'Stack enable' is enabled

https://docs.ruckuswireless.com/fastiron/08.0.60/fastiron-08060-commandref/GUID-D86E0A45-C033-42A7-B...

or you can use stack secure-setup ( interactive setup in later releases )

Secure

https://docs.ruckuswireless.com/fastiron/08.0.50/fastiron-08050-switchstackingguide/GUID-E12FD905-C1...

Interactive

https://docs.commscope.com/bundle/fastiron-08095-switchstackingguide/page/GUID-D2193661-D622-4A1B-95...

At the initial of the show running config command will let you know which ports are participating in stacking

ICX7150-C12 Switch#show running-config
Current configuration:
!
ver 08.0.80fT211
!
stack unit 1
module 1 icx7150-c12-poe-port-management-module
module 2 icx7150-2-copper-port-2g-module
module 3 icx7150-2-sfp-plus-port-20g-module
stack-port 1/3/2

Or you can use 'show stack' or show stack connections and if stack is enable 

ICX7150-C12 Switch#show stack

Stacking topology : https://docs.commscope.com/bundle/icx7150-installguide/page/GUID-C5540536-89EF-4BA0-BB66-7D0C10C0684...

Stacking overview : https://docs.commscope.com/bundle/fastiron-08095-switchstackingguide/page/GUID-ED19F884-7A42-439C-9...

-The 'show media Ethernet x/x/x' will let you know the part number of the SFP

st1#show media ethernet 3/3/1
Port 3/3/1: Type : 10GE SR 300m (SFP+)
Vendor: RUCKUS Version: A
Part# : 57-0000075-01 Serial#: AAF21104000073E

-The 'Show media validation Ethernet x/x/x ' will let know you if this is supported or not

st1#show media validation ethernet 3/3/1

Port Supported Vendor Type
----------------------------------------------------------------------
3/3/1 Yes RUCKUS Type : 10GE SR 300m (SFP+)
st1#

Best Regards 

Fernando Vasquez 

Eric
New Contributor

Followed all steps. Thank you.

Now I am having the latest firmware but cannot setup IP anymore, so I cannot get Web Interface to work. Please advice. Thanks

Hello @Eric 

If you are running SPS you can assigned an IP globally 

https://docs.commscope.com/bundle/icx7150-installguide/page/GUID-3A82588D-F1EF-4325-8396-EED525B9D24...

If you are running SPR you need to create a virtual interface 

https://docs.commscope.com/bundle/fastiron-08095-l3guide/page/GUID-D453EF8F-6F32-43CF-97BE-F7BA9E58D...

Make sure you have configured : 

 

device(config)# aaa authentication login default local
device(config)# aaa authentication web-server default local

Best Regards 

Fernando Vasquez