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

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…

2 tygodnie 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…

5 miesięcy 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…

7 miesięcy 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…

8 miesięcy ago

How to Efficiently Remove Comments from Your PowerShell Script

As part of my daily development, I create lots of code that I subsequently comment…

9 miesięcy ago

Unlocking PowerShell Magic: Different Approach to Creating ‘Empty’ PSCustomObjects

Today I saw an article from Christian Ritter, "PowerShell: Creating an "empty" PSCustomObject" on X…

9 miesięcy ago