web-management (System Services)
Syntax
web-management {
control max-threads max-threads;
http {
interface [interface-names] ;
port port;
}
https {
interface [interface-names];
( local-certificate name | pki-local-certificate name | system-generated-certificate );
port port;
virtual-domain virtual-domain-name {
pki-local-certificate pki-local-certificate-name;
}
}
management-url management-url;
session {
idle-timeout minutes;
session-limit number;
}
traceoptions {
file {
filename;
files number;
match regular-expression;
size maximum-file-size;
(no-world-readable | world-readable);
}
flag flag level level;
no-remote-trace;
}
}
Hierarchy Level
[edit system services]
Description
Enabling tracing can adversely impact scale and performance and may increase security risk. We strongly recommend using the trace, tracing, or traceoptions commands only under the guidance of a JTAC support engineer. After collecting the debug information, immediately disable tracing to minimize risk and restore normal system performance.
Configure settings for HTTP or HTTPS access. HTTP access allows management of the device using the browser-based J-Web graphical user interface. HTTPS access allows secure management of the device using the J-Web interface. With HTTPS access, communication between the device’s Web server and your browser is encrypted.
On SRX340, SRX345, and SRX380 devices, the factory-default configuration has a generic HTTP configuration. To use Gigabit Ethernet (ge) and fxp0 ports as management ports, you must use the set system services web-management http interface command to configure HTTP access for those interfaces. The Web management HTTP and HTTPS interfaces are changed to fxp0.0 and from ge-0/0/1.0 through ge-0/0/7.0.
vSRX Virtual Firewall 3.0 on Hyper-V does not support the web management https configuration.
Options
| control max-threads max-threads |
Configure the maximum number of simultaneous threads to handle access requests.
|
| https |
Configure the secure version of the HTTP service, HTTPS, which is encrypted. |
| management-url |
Configure the URL path for Web management access. |
| traceoptions |
Set the trace options.
|
The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.
Required Privilege Level
system—To view this statement in the configuration.
system-control—To add this statement to the configuration.
Release Information
Statement introduced before Junos OS Release 7.4.
Support for https introduced for SRX5400, SRX5600, and SRX5800
devices starting from Junos OS Release 12.1X44-D10 and on vSRX Virtual Firewall, SRX300, SRX320,
SRX340, SRX345, SRX380, SRX550M, and SRX1500 devices starting from Junos OS Release
15.1X49-D40.
virtual-domain statement is introduced in Junos OS Release
23.1R1