Operation Manual
IP Services Commands
IP Services Commands
8 – 109
set ip https server
Enables the HTTPS server on an MX. The HTTPS server is required for Web View access to the
switch.
Syntax
set ip https server {enable | disable}
Defaults
The HTTPS server is disabled by default.
Access
Enabled.
History
Examples
The following command enables the HTTPS server on an MX:
MX# set ip https server enable
success: change accepted.
See Also
● clear ip telnet on page 8-95
● set ip telnet on page 8-112
● set ip telnet server on page 8-113
● show ip https on page 8-137
● show ip telnet on page 8-139
set ip route
Adds a static route to the IP route table.
Syntax
set ip route {default | ip-addr mask | ip-addr/mask-length} default-router
metric
W arning!
If you disable the HTTPS server, Web View access to the MX is disabled.
enable Enables the HTTPS server.
disable Disables the HTTPS server.
Version 1.0 Command introduced
Version 3.2
❑ Default changed to disabled
❑ HTTPS server no longer required for WebAAA
default Default route. An MX uses the default route if an explicit route is not
available for the destination.
Note: default is an alias for IP address 0.0.0.0/0.
ip-addr mask IP address and subnet mask for the route destination, in dotted decimal
notation (for example, 10.10.10.10 255.255.255.0).
ip-addr/mask-length IP address and subnet mask length in CIDR format (for example,
10.10.10.10/24).