mirror of
https://github.com/Fohdeesha/lab-docu.git
synced 2025-01-09 17:17:33 +01:00
fix PoE update
This commit is contained in:
parent
4d2d7d7488
commit
7c79e1b201
@ -7,6 +7,7 @@ Download the ZIP below, which contains the firmware files and documentation you'
|
|||||||
|
|
||||||
[```Brocade v8 Firmware/Docu Zip```](http://fohdeesha.com/data/other/08030r.zip)
|
[```Brocade v8 Firmware/Docu Zip```](http://fohdeesha.com/data/other/08030r.zip)
|
||||||
```SW version: 08030r```
|
```SW version: 08030r```
|
||||||
|
```Applicable Hardware: FCX & ICX6610```
|
||||||
```ZIP Updated: 04-08-2018```
|
```ZIP Updated: 04-08-2018```
|
||||||
|
|
||||||
|
|
||||||
@ -18,7 +19,7 @@ enable
|
|||||||
copy tftp flash 192.168.1.8 grz10100.bin bootrom
|
copy tftp flash 192.168.1.8 grz10100.bin bootrom
|
||||||
copy tftp flash 192.168.1.8 FCXR08030r.bin primary
|
copy tftp flash 192.168.1.8 FCXR08030r.bin primary
|
||||||
##update the PoE firmware if you have PoE model
|
##update the PoE firmware if you have PoE model
|
||||||
inline power install-firmware all tftp 192.168.1.8 fcx_poeplus_02.1.0.b004.fw
|
inline power install-firmware stack-unit 1 tftp 192.168.1.8 fcx_poeplus_02.1.0.b004.fw
|
||||||
reload
|
reload
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -115,7 +116,7 @@ The switch now has an IP. Unplug your ethernet cable from the rear isolated mana
|
|||||||
If your switch is the PoE model, you need to update the PoE controller firmware. If it's a non-PoE model, skip this step. Assuming you completed the previous section and the switch now has in-band network access, just put the ```fcx_poeplus_02.1.0.b004.fw``` file on your TFTP server and pull it in:
|
If your switch is the PoE model, you need to update the PoE controller firmware. If it's a non-PoE model, skip this step. Assuming you completed the previous section and the switch now has in-band network access, just put the ```fcx_poeplus_02.1.0.b004.fw``` file on your TFTP server and pull it in:
|
||||||
```
|
```
|
||||||
exit
|
exit
|
||||||
inline power install-firmware all tftp 192.168.1.8 fcx_poeplus_02.1.0.b004.fw
|
inline power install-firmware stack-unit 1 tftp 192.168.1.8 fcx_poeplus_02.1.0.b004.fw
|
||||||
#after a minute or so, hit enter to return to cli
|
#after a minute or so, hit enter to return to cli
|
||||||
reload
|
reload
|
||||||
#once it's booted back into the OS:
|
#once it's booted back into the OS:
|
||||||
@ -273,4 +274,4 @@ You'll need to pick up some official Brocade or Foundry optics on ebay, or buy s
|
|||||||
### Contributing:
|
### Contributing:
|
||||||
The markdown source for these guides is hosted on [**our Github repo.**](https://github.com/Fohdeesha/lab-docu) If you have any suggested changes or additions feel free to submit a pull request.
|
The markdown source for these guides is hosted on [**our Github repo.**](https://github.com/Fohdeesha/lab-docu) If you have any suggested changes or additions feel free to submit a pull request.
|
||||||
|
|
||||||
```Documentation version:``` [ v0.4 (04-28-18)](https://github.com/Fohdeesha/lab-docu/commits/master)
|
```Documentation version:``` [ v0.5 (05-10-18)](https://github.com/Fohdeesha/lab-docu/commits/master)
|
Loading…
Reference in New Issue
Block a user