Enables HTML5-based NOVA UI. The following rules apply:
nova
no nova
None
The following example shows the current settings for the management policy named test-cw. In this example, nova is enabled, which is the default setting.
vx9000-3C6F18(config-management-policy-test-cw)#? Management Mode commands: aaa-login Set authentication for logins allowed-locations Add allowed locations banner Define a login banner flash-ui Enable FLASH UI ftp Enable FTP server http Hyper Text Terminal Protocol (HTTP) https Secure HTTP idle-session-timeout Configure idle timeout for a configuration session (GUI or CLI) ipv6 IPv6 management access restriction no Negate a command or set its defaults nova Enable NOVA UI passwd-retry Lockout user if too many consecutive login failures privilege-mode-password Set the password for entering CLI privilege mode rest-server Enable rest server for device on-boarding functionality restrict-access Restrict management access to the device snmp-server SNMP ssh Enable ssh t5 T5 configuration telnet Enable telnet user Add a user account clrscr Clears the display screen commit Commit all changes made in this session do Run commands from Exec mode end End current mode and change to EXEC mode exit End current mode and down to previous mode help Description of the interactive help system revert Revert changes service Service Commands show Show running system information write Write running configuration to memory or terminal
In the following example, nova is first disabled using the no command, then it is re-enabled.
vx9000-3C6F18(config-management-policy-test-cw)#no nova vx9000-3C6F18(config-management-policy-test-cw)#show context management-policy test-cw no telnet no http server no nova no flash-ui https server rest-server ssh ssh enable-weak-mac-algo 1 vx9000-3C6F18(config-management-policy-test-cw)#nova vx9000-3C6F18(config-management-policy-test-cw)#show context management-policy test-cw no telnet no http server nova no flash-ui https server rest-server ssh ssh enable-weak-mac-algo 1 vx9000-3C6F18(config-management-policy-test-cw)#
In the following example, nova and https server are enabled. In this case, NOVA UI is reachable on port 443.
vx9000-3C6F18(config-management-policy-test-cw)#show context management-policy test-cw no telnet no http server nova no flash-ui https server rest-server ssh ssh enable-weak-mac-algo 1 vx9000-3C6F18(config-management-policy-test-cw)#
In the following example, nova and http server are enabled. In this case, NOVA UI is reachable on port 80.
vx9000-3C6F18(config-management-policy-test-cw)#no nova vx9000-3C6F18(config-management-policy-test-cw)#http server vx9000-3C6F18(config-management-policy-test-cw)#no https server vx9000-3C6F18(config-management-policy-test-cw)#nova vx9000-3C6F18(config-management-policy-test-cw)#show context management-policy test-cw no telnet http server nova no flash-ui no https server rest-server ssh ssh enable-weak-mac-algo 1 vx9000-3C6F18(config-management-policy-test-cw)#
no | Disables NOVA UI access on the device |