GUI access of Secondary Fortinet Stopped After Firmware Upgrade

logo_fortinet

Views: 249 Scenario:Make: FortiGate, FortiNetModel: FortiGate 400E, 100F, 60F, 240D FirewallsMode: Graphical User Interface [GUI]Version: 7.4.3 or aboveDescription: In this article, we will discuss a stepwise method of how to resolve the issue of GUI or HTTP/HTTPS access of Secondary unit of HA Fortinet Firewall stop working after firmware upgrade to 7.4.3 or above. Problem … Read more

How to Upgrade Downgrade Firmware of FortiGate Firewalls

logo_fortinet

Views: 367 Scenario:Make: FortiGateModel: FortiGate 400E, 100F, 60F, 240D FirewallsMode: Graphical User Interface [GUI]Description: In this article, we will discuss a stepwise method of how to Upgrade and/or Downgrade the firmware of FortiGate firewalls. Process of firmware upgrade of FortiGate firewalls are similar to firmware upgrade of Cisco Switches, Dell Switches, Cisco ASA Firewalls, SonicWALL … Read more

Curl Failed Error – Ubiquiti Unifi Firmware Upgrade Failing

Ubiquiti logo

Views: 443 Scenario:Make: UbiquitiModel: Ubiquiti Unifi UAP-nanoHD, U6-LR, U6-Light, UAP-AC-HD, etcMode: CLI [Command Line Interface]Description: In this article, we will discuss the stepwise method of firmware upgrade of Ubiquiti Unifi Access points failure due to the curl error. We get this error when we do a custom firmware upgrade via CLI. It is really important … Read more

Ubiquiti Unifi Access Point Firmware Upgrade to 6.2.44

Ubiquiti logo

Views: 635 In this article, we will discuss the compatibility, issues, and result of upgrading the firmware of Ubiquiti Unifi Access Points to 6.2.44. This is really important to keep the firmware of access points up to date to keep it secure and also improve performance. Firmware 6.2.44 Firmware version 6.2.44 was released in Nov’2022. … Read more

Custom Firmware Upgrade Of Ubiquiti Unifi Access Point – CLI

Ubiquiti logo

Views: 2,450 v1.3, Last Updated: 05-Nov-2023 Scenario:Make: UbiquitiModel: Unifi UAP-nanoHD, U6-LR, U6-Light, UAP-AC-HD, etcMode: CLI [Command Line Interface]Version: 6.0.15Description: This article is to discuss a stepwise method of how to custom upgrade or downgrade the firmware of Ubiquiti Unifi Access Points. We can Custom Upgrade or Downgrade the firmware of Access Point via GUI as … Read more

Custom Firmware Upgrade Of Ubiquiti Unifi Access Point – GUI

Ubiquiti logo

Views: 1,495 v1.3, Last Updated: 05-Nov-2023 Scenario:Make: UbiquitiModel: Unifi UAP-nanoHD, U6-LR, U6-Light, UAP-AC-HD, etcMode: GUI [Graphical User Interface]Version: 6.0.15Description: This article is to discuss a stepwise method of how to custom upgrade/downgrade the firmware of Ubiquiti Unifi Access Points via GUI. We can Custom Upgrade or Downgrade the firmware of Access Point via CLI as … Read more

Firmware or IOS Upgrade Of Cisco 2960 Switch Stack

edledge Cisco logo

Scenario
Make
: Cisco Switches
Model: Cisco 2960 Series
Mode: Command Line Interface [CLI]
Description: In this article, we will discuss the stepwise method to upgrade or downgrade the firmware or IOS of the Cisco 2960 Switch Stack. We are considering here the switch stack has 4 members. Firmware upgrade of Cisco Standalone Switch can also be done as mentioned in the linked article.

Firmware Download

First of all download the firmware from the Cisco Software Download Site which you want to upgrade and save it on your local desktop/laptop. There are many Firmware or IOS Release types available on the Cisco Software download site (Refer to the attached article to understand the differences).

Once the required firmware or IOS is downloaded, save it to the local drive. This firmware will be used to transfer to the switch.

Firmware Upgrade

Step1TFTP Server
A TFTP server must be on the network and the switch software must be accessible to the TFTP server before attempting to download the switch software by TFTP. Download the TFTP server using the link attached below if you do not have one.

http://tftpd32.jounin.net/tftpd32_download.html

Step2Access Of The Switch
Access the master switch and ensure the TFTP server and switch both can ping each other.

edledge-switch#ping 192.168.1.5
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.5, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms

Step3Configuration Backup
It is always recommended and important to take back up the current running configuration before starting the firmware upgrade/downgrade to counter the situation if anything goes wrong.

edledge-switch#copy running-config tftp:
Address or name of remote host []? 192.168.1.5
Destination filename [edledge-switch-config]? edledge_cisco_2960_switch_stack_backup
Accessing tftp://192.168.1.5/edledge_standalone_2960_switch_backup.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!
1030 bytes copied in 2.489 secs (395 bytes/sec)
edledge-switch#

Step4Enable Password
Set enable password if it is not set yet. It is not required if any other alternative mode of authentication is already configured. Do not forget to save the configuration when you set the enable password.

edledge-switch#conf t
edledge-switch(config)#enable password edledge
edledge-switch(config)#exit
edledge-switch#wr
Building configuration...
[OK]

Step5Image Transfer
Now transfer the firmware file using the TFTP server from local storage to the switches. Since the switch is in the stack and also it has 4 members. We would need to upload the firmware into the flash of each member.

Upload the firmware on First Switch:

edledge-switch# copy tftp flash1:
Address or name of remote host []? 192.168.1.5
Source filename []? c2960x-universalk9-mz.152-7.E3.bin
Destination filename [c2960x-universalk9-mz.152-7.E3.bin]? [ENTER]

Accessing tftp://192.168.1.5/c2960x-universalk9-mz.152-7.E3.bin...
Loading c2960x-universalk9-mz.152-7.E3.bin from 192.168.1.5:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 26714112 bytes]
26714112 bytes copied in 165.180 secs (860573 bytes/sec)
---------------------------------------------------------------------------------------------------

Upload the firmware on Second Switch:

edledge-switch# copy tftp flash2:
Address or name of remote host []? 192.168.1.5
Source filename []? c2960x-universalk9-mz.152-7.E3.bin
Destination filename [c2960x-universalk9-mz.152-7.E3.bin]? [ENTER]

Accessing tftp://192.168.1.5/c2960x-universalk9-mz.152-7.E3.bin...
Loading c2960x-universalk9-mz.152-7.E3.bin from 192.168.1.5:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 26714112 bytes]
26714112 bytes copied in 165.180 secs (860573 bytes/sec)
---------------------------------------------------------------------------------------------------

Upload the firmware on Third Switch:

edledge-switch# copy tftp flash3:
Address or name of remote host []? 192.168.1.5
Source filename []? c2960x-universalk9-mz.152-7.E3.bin
Destination filename [c2960x-universalk9-mz.152-7.E3.bin]? [ENTER]

Accessing tftp://192.168.1.5/c2960x-universalk9-mz.152-7.E3.bin...
Loading c2960x-universalk9-mz.152-7.E3.bin from 192.168.1.5:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 26714112 bytes]
26714112 bytes copied in 165.180 secs (860573 bytes/sec)
---------------------------------------------------------------------------------------------------

Upload the firmware on Fourth Switch:

edledge-switch# copy tftp flash4:
Address or name of remote host []? 192.168.1.5
Source filename []? c2960x-universalk9-mz.152-7.E3.bin
Destination filename [c2960x-universalk9-mz.152-7.E3.bin]? [ENTER]

Accessing tftp://192.168.1.5/c2960x-universalk9-mz.152-7.E3.bin...
Loading c2960x-universalk9-mz.152-7.E3.bin from 192.168.1.5:!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 26714112 bytes]
26714112 bytes copied in 165.180 secs (860573 bytes/sec)

Read more

Firmware or IOS Upgrade/Downgrade Of Standalone Cisco 2960 Switch

edledge Cisco logo

Views: 2,759 ScenarioMake: Cisco SwitchesModel: Cisco 2960 SeriesMode: Command Line Interface [CLI]Description: In this article, we will discuss a stepwise method to upgrade/downgrade the firmware or IOS of the standalone Cisco 2960 Switch. Firmware upgrade of Cisco Switch Stack can also be done as mentioned in the linked article. Firmware Download First of all download … Read more

Cisco 2960 Switch Stack or Member’s Firmware Upgrade Failing

edledge Cisco logo

Views: 1,175 ScenarioMake: Cisco SwitchesModel: Cisco 2960 SeriesMode: Command Line Interface [CLI]Description: In this article, we will discuss how to resolve the issue if the Cisco 2960 switch stack or one member of the switch stack is failing to upgrade to new firmware or IOS. Problem Sometimes the Cisco Switch Stack or one member of … Read more

Dell N4000 Series Switch Stack Firmware Upgrade

logo

Views: 1,042 Scenario:Make: Dell SwitchesModel: N4032, N4032F, N2048, N4064, N4064F, etcMode: CLI (Command Line Interface)Description: In this article, we will discuss the step-wise method to upgrade the firmware of the Dell switch stack. We will use Command Line Interface here. Follow the article for Dell N4000 Series Standalone Switch Firmware Upgrade. Step1: TFTP ServerA TFTP … Read more

Dell N4000 Series Standalone Switch Firmware Upgrade

logo

Views: 648 Scenario:Make: Dell SwitchesModel: N4032, N4032F, N2048, N4064, N4064F, etcMode: CLI (Command Line Interface)Description: In this article, we will discuss the step-wise method to upgrade the firmware of the standalone Dell switch. We will use Command Line Interface here. Refer to the linked article for Dell N4000 Series Switch Stack Firmware Upgrade. Step1: TFTP … Read more