Category Archives: Networking

JunOS : ERROR: Package signature validation failed. Aborting install.

The following error may occur during the JunOS software upgrade process : [Jul 28 15:11:32]: Checking pending install on fpc0 fpc0: Verify the signature of the new package verify-sig: cannot validate certs.pem certificate is not yet valid: /C=US/ST=CA/L=Sunnyvale/O=Juniper Networks/OU=Juniper CA/CN=PackageProductionSHA1RSACA/emailAddress=ca@juniper.net ERROR: Package signature validation failed. Aborting install. This is usually a sign that your Juniper… Read More »

JunOS : Autorecovery information needs to be saved

If your Juniper device indicate an alarm status (red light shown on the unit), you can run the following command to find out the details : show system alarm And the following output is shown: 1 alarms currently active Alarm time Class Description 2021-10-19 03:06:00 UTC Minor Autorecovery information needs to be saved This mean… Read More »

JunOS : Interface irb.1 must be configured under interfaces

While adding a new security zone on your SRX firewall, you may encountered the following error while committing your changes: [edit security zones security-zone VLAN1] ‘interfaces irb.1’ Interface irb.1 must be configured under interfaces error: configuration check-out failed This is a common mistake where the irb interface configuration was forgotten. For those unfamiliar with the… Read More »

IOS : Factory reset a Cisco Catalyst switch

In this article we will cover the procedure to reset a Cisco Catalyst to factory default settings. This will wipe out the current configuration written in flash and also the VLan database file as well. 1. Connect the switch serial console port to a computer and open up a terminal so you can see the… Read More »

PanOS : Failed to load into software manager

The following error message may happen from time to time when attempting to load new software version in Palo Alto Firewall or Panorama : Successfully downloaded Preloading into software manager Error: Image File Authentication Error Failed to load into software manager. Please retry. Post processing failed. Please retry PanOS always do software image integrity check… Read More »

JunOS : fpc0 qsfp-0/0/0 failed to init hw

Encountering the following log event on your Juniper MX router? fpc0 qsfp-0/0/0 failed to init hw This could be caused by various factors, such as : Defective FPC Defective PIC Defective transceiver Incompatible transceiver* *I have observed this error on customer equipment when DAC cables were used. The Juniper MX series does not officially support… Read More »

JunOS : Configuring DHCP forwarder on QFX serie

Here is how to configure DHCP relay on the QFX platform. 1. Define a DHCP server group with DHCP servers IP address(es) : set forwarding-options dhcp-relay server-group <server-group-name> <ip.address> Example : If you want to name the group as “PRD-dhcpSrv” and the IP of the server is 10.1.1.10 : set forwarding-options dhcp-relay server-group PRD-dhcpSrv 10.1.1.10… Read More »