Routers

Juniper – Web interface is not responding

Juniper web interface is far from being great. It has it's faults but one of the most weird faults is that it stops responding after a while. Both http and https web access stop responding and only Telnet or SSH is available. While common fix to reboot the router is nice (as it can be done from SSH or simply by unplugging power) it's far from being quick usually taking 5 minutes to boot up. Fortunately there's a way.

Solution

If your JunOS interface isn't responding and you can access the SSH, telnet or console you can simply type 3 magic commands:

Enter CLI (Command Line Interface)

Enable editing of configuration

Restart Web Interface of JunOS

root@JuniperSRX2202% cli
root@JuniperSRX2202> edit
Entering configuration mode
root@JuniperSRX2202# run restart web-management
Web management gatekeeper process started, pid 2742

Simple, yet necessary to bring back web interface.

Notes

This router flaw is available in JUNOS Software Release [12.3X48-D30.7] and earlier.
Tested and confirmed on: Juniper SRX220H2

Przemyslaw Klys

System Architect with over 14 years of experience in the IT field. Skilled, among others, in Active Directory, Microsoft Exchange and Office 365. Profoundly interested in PowerShell. Software geek.

Share
Published by
Przemyslaw Klys

Recent Posts

Upgrade Azure Active Directory Connect fails with unexpected error

Today, I made the decision to upgrade my test environment and update the version of…

1 month ago

Mastering Active Directory Hygiene: Automating Stale Computer Cleanup with CleanupMonster

Have you ever looked at your Active Directory and wondered, "Why do I still have…

2 months ago

Active Directory Replication Summary to your Email or Microsoft Teams

Active Directory replication is a critical process that ensures the consistent and up-to-date state of…

7 months ago

Syncing Global Address List (GAL) to personal contacts and between Office 365 tenants with PowerShell

Hey there! Today, I wanted to introduce you to one of the small but excellent…

11 months ago

Active Directory Health Check using Microsoft Entra Connect Health Service

Active Directory (AD) is crucial in managing identities and resources within an organization. Ensuring its…

1 year ago

Seamless HTML Report Creation: Harness the Power of Markdown with PSWriteHTML PowerShell Module

In today's digital age, the ability to create compelling and informative HTML reports and documents…

1 year ago