Enables the Flash user interface (UI) on a device. The following rules apply:
flash-ui
no flash-ui
None
The following example shows the current settings for the management policy named test-cw. In this example, flash-ui is not enabled, which is the default setting.
vx9000-3C6F18# vx9000-3C6F18#config Enter configuration commands, one per line. End with CNTL/Z. vx9000-3C6F18(config)#management-policy test-cw 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, flash-ui is first enabled, then it is disabled using the no command.
vx9000-3C6F18(config)#management-policy test-cw vx9000-3C6F18(config-management-policy-test-cw)#flash-ui vx9000-3C6F18(config-management-policy-test-cw)#show context management-policy test-cw no telnet no http server nova flash-ui https server rest-server ssh ssh enable-weak-mac-algo 1 vx9000-3C6F18(config-management-policy-test-cw)#no flash-ui 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, flash-ui and https server are enabled. In this case, the Flash UI is reachable on port 10443.
vx9000-3C6F18(config-management-policy-test-cw)#flash-ui vx9000-3C6F18(config-management-policy-test-cw)#show context management-policy test-cw no telnet no http server nova flash-ui https server rest-server ssh ssh enable-weak-mac-algo 1 vx9000-3C6F18(config-management-policy-test-cw)#
In the following example, flash-ui and http server are enabled. In this case, the Flash UI is reachable on port 10080.
vx9000-3C6F18(config-management-policy-test-cw)#no flash-ui 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)#flash-ui vx9000-3C6F18(config-management-policy-test-cw)#show context management-policy test-cw no telnet http server nova flash-ui no https server rest-server ssh ssh enable-weak-mac-algo 1 vx9000-3C6F18(config-management-policy-test-cw)#
no | Disables Flash UI access on the device |