H3C S3100 switch firmware update
1. Set PC and switch Communication
The PC is connected to port e1/0/1, which is divided into VLAN10. Therefore, I configure an IP address in the same network segment for VLAN10 to communicate, but the default Management VLAN of the switch is VLAN1, therefore, we need to cancel VLAN management.
- Undo interface vlan 1
Then we set our VLAN10 as the management VLAN so that we can add an IP address to the VLAN10.
- Management-vlan 10
Then go to vlan 10
- Interface Vlan-interface 10
Configure IP addresses
- Ip address 192.168.10.200 24
Ping each other and directly connect the PC to the vswitch.
Then download the latest firmware from the official website.
- Http://www.h3c.com.cn/Service/Software_Download/Switches/Catalog/H3C_S3100/S3100-EI/
Run tftp32.exe on the PC and copy the S31EI *. binfile and S31EI * .btmfile to the running directory of the tftp32.exe program. Run the dir command in normal mode to check the remaining space. The space is about 5 MB. Otherwise, only the previous firmware is deleted:
- Delete/unreserved s31ei_e-cmw310-r2211p07.bin
Note that there is a recycle bin. Run the following command to clear the recycle bin:
- Reset recycle-bin
After we have enough space, we can download the firmware:
- Tftp 192.168.10.196 get S31EI_E-CMW310-R2211P07.bin
- Tftp 192.168.10.196 get S31EI_E-612.btm
Then upgrade:
- Boot bootrom s31ei_e-612.btm
- Boot-loader s31ei_e-cmw310-r2211p07.bin
After the upgrade, reboot the device.