Navigating through Node Hierarchy
您可以使用以下两个命令之一to navigate to any node from the current node:
Both commands auto complete the group or folder names. You can also use the device hostname as an alias to navigate to a device node in the hierarchy. In doing so, your prompt changes to reflect where you are in the hierarchy:
(host) [mynode] #change-config-node Aruba7010
(host) [00:0b:86:99:97:57] #
The followingCLICommand-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions.command displays your current node:
(host) [00:0b:86:99:97:57] #pwd
/md/Home-Production/00:0b:86:99:97:57
The followingCLICommand-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions.command allows you to navigate one group up in the hierarchy:
(host) [00:0b:86:99:97:57] #cd ..
(host) [Home-Production] #