8095q, S4810 MAC issue, de-halloween

merry crimmasssss
This commit is contained in:
Jon Sands 2025-01-08 03:57:59 -05:00
parent 80337173c1
commit b03ee84608
6 changed files with 13 additions and 11 deletions

View File

@ -215,7 +215,9 @@ upgrade system tftp://192.168.1.8/FTOS-SE-9.14.1.14.bin b
upgrade fpga-image stack-unit 0 booted
#confirm yes even if versions match
```
The switch will now reboot, and will automatically boot fully into FTOS, and you are done - you now have a regular S4810P.
**NOTE:** If no matter what you try, you receive `TFTP_TIMEOUT: Transfer Timed Out` when trying the upgrade command above, you need to follow [this](store/S4810-mac-issue.pdf) to fix the burned in MAC addresses.
If the above commands all went through successfully the switch will now reboot, and will automatically boot fully into FTOS, and you are done - you now have a regular S4810P.
## Thanks
- Thanks to is39 from ServeTheHome for providing access to multiple S4810-ON units to fine tune this guide with.

View File

@ -3,11 +3,11 @@
## 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.
[```Brocade Master ZIP```](store/brocade-08-03-2024.zip)
[```Brocade Master ZIP```](store/brocade-01-08-2025.zip)
```ICX6xxx SW version: 08030u```
```ICX7xxx SW version: 08095p```
```ZIP Updated: 08-03-2024```
```MD5: 2a112d78a42177ec542e5f7039058987```
```ICX7xxx SW version: 08095q```
```ZIP Updated: 01-08-2025```
```MD5: f0afabe70c6e3ca009163ecbcaf47ab7```
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
TFTP_USERNAME="nobody"
TFTP_DIRECTORY="/home/jon/brocade-08-03-2024/TFTP-Content"
TFTP_DIRECTORY="/home/jon/brocade-01-08-2025/TFTP-Content"
TFTP_ADDRESS="0.0.0.0:69"
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:
```
copy tftp flash 192.168.1.8 ICX7xxx/SPR08095pufi.bin primary
copy tftp flash 192.168.1.8 ICX7xxx/SPR08095qufi.bin primary
erase flash secondary
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:
```
copy tftp flash 192.168.1.8 ICX7xxx/SPR08095pufi.bin primary
copy tftp flash 192.168.1.8 ICX7xxx/SPR08095qufi.bin primary
erase flash secondary
reload
```

View File

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

View File

@ -2,7 +2,7 @@
{% block announce %}
<center>
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v6.1 (08-03-2024)</a>
<a href="https://github.com/Fohdeesha/lab-docu/commits/master" target="_blank">Docu Version: v6.2 (01-08-2025)</a>
-
<a href="https://github.com/Fohdeesha/lab-docu" target="_blank">Sources, Suggest, Contribute</a>
-