update brocade firmware to 8095h

This commit is contained in:
Jon Sands 2022-09-16 08:44:53 -04:00
parent 5b439543d9
commit 14e82a8935
4 changed files with 7 additions and 7 deletions

View File

@ -3,11 +3,11 @@
## Master ZIP (Firmware, Manuals, Licenses) ## Master ZIP (Firmware, Manuals, Licenses)
Download the ZIP below which contains all the firmware, licenses, and documentation you'll need for the guides on this site. Download the ZIP below which contains all the firmware, licenses, and documentation you'll need for the guides on this site.
[```Brocade Master ZIP```](store/brocade-05-24-2022.zip) [```Brocade Master ZIP```](store/brocade-09-16-2022.zip)
```ICX6xxx SW version: 08030u``` ```ICX6xxx SW version: 08030u```
```ICX7xxx SW version: 08095g``` ```ICX7xxx SW version: 08095h```
```ZIP Updated: 05-24-2022``` ```ZIP Updated: 09-16-2022```
```MD5: d2f6a5383f116e7d8dee5a6d2938b414``` ```MD5: 03918cbbe88e428b53c5b8e6cc5e43e1```
Inside this archive you'll see a folder titled `brocade-(date)` - extract this entire folder somewhere on your PC. Then, you need to get a TFTP server up and running temporarily, serving files out of the `TFTP-Content` subfolder. If you're already familiar with how to do this, point your TFTP server at `TFTP-Content` so it's the root folder, then navigate to your switch model under the **Brocade Setup** menu on the left. If you need some pointers getting TFTP running, continue below. Inside this archive you'll see a folder titled `brocade-(date)` - extract this entire folder somewhere on your PC. Then, you need to get a TFTP server up and running temporarily, serving files out of the `TFTP-Content` subfolder. If you're already familiar with how to do this, point your TFTP server at `TFTP-Content` so it's the root folder, then navigate to your switch model under the **Brocade Setup** menu on the left. If you need some pointers getting TFTP running, continue below.

View File

@ -85,7 +85,7 @@ exit
Now that the switch has an IP address & is booted into `v08090` (which is capable of flashing the new UFI format images), we can flash the latest stable FastIron version. **First, move your ethernet cable** from the dedicated management port to any of the **regular switch ports**. Then run the following to flash the new UFI image. Like previous commands, replace the IP with the IP of your own TFTP server: Now that the switch has an IP address & is booted into `v08090` (which is capable of flashing the new UFI format images), we can flash the latest stable FastIron version. **First, move your ethernet cable** from the dedicated management port to any of the **regular switch ports**. Then run the following to flash the new UFI image. Like previous commands, replace the IP with the IP of your own TFTP server:
``` ```
copy tftp flash 192.168.1.8 ICX7xxx/SPR08095gufi.bin primary copy tftp flash 192.168.1.8 ICX7xxx/SPR08095hufi.bin primary
erase flash secondary erase flash secondary
reload reload
``` ```

View File

@ -81,7 +81,7 @@ exit
Now that the switch has an IP address & is booted into `v08090` (which is capable of flashing the new UFI format images), we can flash the latest stable FastIron version. **First, move your ethernet cable** from the dedicated management port to any of the **regular switch ports**. Then run the following to flash the new UFI image. Like previous commands, replace the IP with the IP of your own TFTP server: Now that the switch has an IP address & is booted into `v08090` (which is capable of flashing the new UFI format images), we can flash the latest stable FastIron version. **First, move your ethernet cable** from the dedicated management port to any of the **regular switch ports**. Then run the following to flash the new UFI image. Like previous commands, replace the IP with the IP of your own TFTP server:
``` ```
copy tftp flash 192.168.1.8 ICX7xxx/SPR08095gufi.bin primary copy tftp flash 192.168.1.8 ICX7xxx/SPR08095hufi.bin primary
erase flash secondary erase flash secondary
reload reload
``` ```

View File

@ -2,7 +2,7 @@
{% block announce %} {% block announce %}
<center> <center>
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v4.2 (08-08-2022)</a> <a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v4.3 (09-16-2022)</a>
- -
<a href="https://github.com/Fohdeesha/lab-docu" target="_blank">Sources, Suggest, Contribute</a> <a href="https://github.com/Fohdeesha/lab-docu" target="_blank">Sources, Suggest, Contribute</a>
- -