update brocade icx7xxx guide to 8095m

This commit is contained in:
Jon Sands 2023-12-19 03:47:50 -05:00
parent 466da9a2ec
commit ae9eb9ac88
5 changed files with 9 additions and 9 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-06-22-2023.zip) [```Brocade Master ZIP```](store/brocade-12-19-2023.zip)
```ICX6xxx SW version: 08030u``` ```ICX6xxx SW version: 08030u```
```ICX7xxx SW version: 08095k``` ```ICX7xxx SW version: 08095m```
```ZIP Updated: 06-22-2023``` ```ZIP Updated: 12-19-2023```
```MD5: 656ac17bc882b567ab385dc742544034``` ```MD5: b96dadaa807d7a27b0ddeb6477527ae5```
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.
@ -31,7 +31,7 @@ Now you need to edit the config located at `/etc/default/tftpd-hpa` to match the
# /etc/default/tftpd-hpa # /etc/default/tftpd-hpa
TFTP_USERNAME="nobody" TFTP_USERNAME="nobody"
TFTP_DIRECTORY="/home/jon/brocade-05-24-2022/TFTP-Content" TFTP_DIRECTORY="/home/jon/brocade-12-19-2023/TFTP-Content"
TFTP_ADDRESS="0.0.0.0:69" TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure -vvvv" TFTP_OPTIONS="--secure -vvvv"
``` ```

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/SPR08095kufi.bin primary copy tftp flash 192.168.1.8 ICX7xxx/SPR08095mufi.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/SPR08095kufi.bin primary copy tftp flash 192.168.1.8 ICX7xxx/SPR08095mufi.bin primary
erase flash secondary erase flash secondary
reload reload
``` ```

View File

@ -8,7 +8,7 @@ theme:
name: 'material' name: 'material'
custom_dir: overrides custom_dir: overrides
palette: palette:
primary: 'orange' primary: 'red'
accent: 'green' accent: 'green'
dev_addr: 192.168.1.27:8000 dev_addr: 192.168.1.27:8000

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.9 (10-31-2023)</a> <a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v5.0 (12-19-2023)</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>
- -