As you know Enterasys was named Cabletron company long long time ago. I guess more than decade. Cabletron was one of strong vendor on switches market at that time. Due to I had really good experience with Cabletron product, I trust Enterasys’s product line. Actually, I installed many Enterasys switches since 2005. Today, I just want to share a tip to upgrade firmware on Enterasys switches. Compare to generic 3rd party switch vendors, Enterasys release new firmware more often. Well, some of people might say due to all lot of bugs, but I like to say "Diligent and effort" (too much?).There are detailed documents from vendor, but this guide would be easier for beginner. Well, lets see what the steps to complete upgrading firmware are.
1. Find out what model of switch you are upgrading and what is current version of firmware running on the switch. Type "Show version" from the prompt.
– Model : C3G124-48
– Firmware : 01.01.02.0007
2. Go to the website "www.enterasys.com" and download proper firmware from the download library. and extract firmware to any folder your tftp server will use.
3. Assign IP address on the Enterasys switch in order to communicate with you computer which is running tftp server.
ex) computer 192.168.1.47, Enterasys switch is 192.168.1.8, default gateway .254
"set ip address 192.168.1.8 mask 255.255.255.0 gateway 192.168.1.254"
4. Ping the Enterasys switch from your computer.
5. Execute tftp server. (If you don’t have, just down one from solarwinds)
6. Copy firmware from tftp server
Enterasys(su)->copy tftp://192.168.1.47/c3-series_01.02.04.0005 system:image
– I will take time…to be done (few minutes)
7. From the switch, make sure new firmware is uploaded and check which firmware version is on active.
8. Type to "set boot system c3-series_01.02.04.0005" to booting up switch with new firmware(active).
B2(su)>>set boot system c3-series_01.02.04.0005
Do you want to replace ? (y/n) y
Automatically Enterasys switch will reboot.
9. Confirm now, new firmware is on active status.