A web-based management user interface provides a visual representation of a subset of the current switch configuration and states. The Web-UI allows for easy access from modern browsers to modify some aspects of the configuration. The Web UI also provides extensive access to the Network Analytics Engine. Many aspects of the hardware can be monitored in a dashboard view and customized.
Enable the Web UI on a VRF:
switch(config)# https-server vrf <mgmt|default|VRF>
Configure REST API:
switch(config)# https-server rest access-mode read-<only|write>
Show commands to validate functionality:
show https-server
config
switch(config)# https-server
rest REST API configuration
vrf Configure HTTPS Server for VRF
<cr>
switch(config)# https-server vrf default
switch(config)# https-server vrf mgmt