Category Archives: Networking

JunOS : logger: transfer-file failed to transfer /var/transfer/config/juniper.conf.gz

Having the following log error entry using the archival function to backup your configuration on your Juniper device? logger: transfer-file failed to transfer /var/transfer/config/re0.HostName_juniper.conf.gz_20181129_034459 I have experienced the following, where no further details provided, under the following conditions : – The backup server (ftp, sftp) is reachable and working properly – The credentials to the… Read More »

JunOS : LIBJNX_FILE_SYSTEM_FAIL: /var/transfer/config/: No such file or directory

Encountered such issue in your log file of your Juniper network device? LIBJNX_FILE_SYSTEM_FAIL: /var/transfer/config/: No such file or directory This is most likely related to your configuration archival (backup), with such statement : set system archival configuration [transfer-on-commit | transfer-interval] set system archival configuration archive-sites “scp://user@IP_Address/path/to/folder” password “USER_Password” This is most likely caused by filesystem corruption… Read More »

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

Experiencing the following error while upgrading JunOS? 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=PackageProductionRSA_2018/emailAddress=ca@juniper.net ERROR: Package signature validation failed. Aborting install. This error could be caused by incorrect date and time set on your device (back in time). To validate the current value,… Read More »

JunOS : Versions running on dual partitions are not same

Having the following notification on the console output after booting your Juniper EX switch? WARNING: JUNOS versions running on dual partitions are not same This might have been caused by an incomplete/failed upgrade of JunOS. Either way, unless this is the result of an action made on purpose, it is important that both slices have… Read More »

JunOS : Configuring the QSFP+ uplink ports on EX4300

By default, all QSFP+ ports on the EX4300 chassis are configured as virtual chassis ports (vcp). VC minimal (recommended) requirement is two ports, meaning that two out of the four ports can be used as regular 40 Gbps interfaces and/or for uplink purpose. Let’s assume we want to use the port #0 and 1 as… Read More »

ScreenOS : SSL error accessing the WebUI

If you are using the WebUI to manage your Juniper SSG / ScreenOS device, you probably encountered the following error accessing the page lately : ERR_SSL_VERSION_OR_CIPHER_MISMATCH If you use a browser that allow SSLv3, you will be able to access the device. However as we all know the weakness of this protocol, it isn’t ideal… Read More »

ScreenOS : ERR_SSL_VERSION_OR_CIPHER_MISMATCH accessing WebUI

You probably encountered the following error if you are a fan of using the Juniper SSG/ScreenOS WebUI using a “modern” browser : ERR_SSL_VERSION_OR_CIPHER_MISMATCH Well, since the latest clustered SSL exploits, the vast majority of browsers decided to disable some protocols and ciphers for everyone’s safety. To work around this issue, you may use the following… Read More »