140 CHAPTER 6: IP SERVICES COMMANDS
Syntax — set ip https server {enable | disable}
■ enable — Enables the HTTPS server.
■ disable — Disables the HTTPS server.
Defaults — The HTTPS server is enabled by default.
Access — Enabled.
Examples — The following command disables the HTTPS server on a WX
switch:
WX1200# set ip https server disable
success: change accepted.
See Also
■ “clear ip telnet” on page 112
■ “display ip https” on page 121
■ “display ip telnet” on page 125
■ “set ip telnet” on page 146
■ “set ip telnet server” on page 146
set ip route Adds a static route to the IP route table.
Syntax — set ip route {default | ip-addr mask |
ip-addr/mask-length} gateway metric
■ default — Default route. A WX switch uses the default route if an
explicit route is not available for the destination.
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).
■ gateway — IP address, DNS hostname, or alias of the next-hop router.
■ metric — Cost for using the route. You can specify a value from
0 through 2,147,483,647. Lower-cost routes are preferred over
higher-cost routes.