
AVPro MXNet 10G
Ultra-low latency HDMI 2.0 4K60 4:4:4 video distribution featuring lossless audio, control signal distribution over 10G ethernet using SDVoE.
ShopThis guide will walk you through step by step for installing a firmware update on any Ruckus ICX switch with a USB port. Note the ICX7150-C08 does not have a USB port.
Click the ICX download button below to download the recommended ICX firmware. Transfer the file SPS08095fufi.bin to your USB drive.
(Note the C08P does not have a USB port. Please contact us for assistance with that model)
In our examples I am using the Mac OS X program Terminal to do this work. You can also use the
windows program Putty.
Connect the USB to serial to the switches console port. This is labeled |O|O|
Tip: the 10,12, and 24 ports feature the port on the front left. The 48 port
switches have this connection on the back.
OS X Terminal Tip: If you have never used terminal for serial device before plug in your serial
to USB adapter and open Terminal.
LS /dev/tty.*
/dev/tty.usbserial-AQ00OH28
your name will be completely different but willscreen /dev/tty.usbserial-AQ00OH28 9600
Putty Tips:
super
sp-admin
The switch will require you to change the password. Do something super easy like adminadmin
Now type enable and you will see the Switch> change to Switch#
To copy the files from the USB stick to the switch you will use the following command:
copy disk0 flash SPS08095bcufi.bin primary
Note: In our example the file name is SPS08095bcufi.bin
as new firmwares come out this file name will be different.
The file will start to upload and you will see a light show of periods scrolling on your screen.
The file will take 45-60 seconds to upload and process. The confirmation of Bundle image processed successfully confirms it was uploaded.
In most cases you can press the up arrow to re-type the last command you did. If that works remove the word primary and change it to secondary and press enter to upload the file to the secondary section of the switch.
copy disk0 flash SPS08095bcufi.bin secondary
Note: your file name may be different. Wait the same time and look for the same Bundle image processed successfully message.
Now the fun begins!
Type reload and then press the Y key twice. The switch will reboot.
NOTE: There is no going back once you start this. It will take another 20-30 minutes for this to complete.
Break time! Go for a walk, enjoy the amazing snacks you found in your Blackwire shipment or go work on other non networking related tasks on the job site as this switch will be completely down for 20-25 minutes.
Start a 25 minute timer and when it expires you should see something similar to this. The POE firmware download is a sign that it is nearing its end of the update.
Messages like PoE Module 1 of Unit 1 Initialization is done means you are good to go. If it has been 25 minutes and you see this message it is time to setup the switch.
Log back into the switch by pressing enter
super
sp-admin
You will see the same prompt to change the password again do something easy like adminadmin.
The commands below are in text form so you can copy and paste everything if you like. Keep in mind you are to only use the commands after the >
or #
Example: device> enable
= only type enable. The device part is referencing what menu system you are in with the switch. All of the commands are also in bold below.
Commands:
device> enable
device# configure terminal
device(config)# crypto-ssl certificate generate
This will take up to a minute. Do not move forward until you see the message ssl-certificate creation is successful.
device(config)# username <username> password <password>
<username> <password>
would be just the words with out the < > Example: username admin password $up3rs3cur3pa$$word!
device(config)# aaa authentication login default local
device(config)# aaa authentication web-server default local
evice(config # no telnet server
device(config # enable aaa console
device(config)# web-management https
device(config)# password-change any
device(config)# ip ssh timeout 30
device(config)# ip ssh idle-time 20
device(config)# console timeout 30
device(config)# ip address <IP address> <subnet mask>
<IP address> <subnetmask>
would be the information with out the < > Example: IP address 192.168.10.2 255.255.255.0
device(config)# ip default-gateway <IP address>
<ip default gateway>
would be the information with out the < > Example: ip default-gateway 192.168.10.1
device(config)# ip multicast active
device(config)# vlan 1
device(config-vlan-1)# multicast fast-leave-v2
device(config)# exit
device(config)# write memory
device(config)# exit
That is it! You are finished!
Click here to register an account
Registration is easy and should only take a minute to fill out the form.