web-if

This command configures the Web Interfaces table, which lets you define additional interfaces for accessing the device's Web and REST management interfaces.

Syntax

(config-system)# web
(web)# web-if <Index>
(web-if-<Index>)#

Command

Description

Index

Defines the table row index.

https-only-val {http-and-https|https-only}

Defines the protocol required for accessing the management interface.

http-port

Defines the device's LAN HTTP port for management interface access.

https-port

Defines the device's LAN HTTPS port for management interface access.

interface-name

Assigns an IP Interface through which the management interface is accessed.

require-client-certificate {no|yes}

Enables requirement of client certificates for HTTPS management interface connections.

tls-context-name

Assigns a TLS Context (from the TLS Contexts table) to the management interface.

Command Mode

Privileged User

Example

This example configures a web interface on IP network interface "ITSP", using TLS certification and HTTPS:

(config-system)# web
(web)# web-if 0 (web-if-0)# interface-name ITSP (web-if-0)# tls-context-name ITSP (web-if-0)# https-only-val https-only (web-if-0)# activate