You are managing an ArubaOS-CX switch using the CLl. The current prompt reads "Switch(config-if>#". Which single CLI command should you issue to move back to the Manager context?
The end command is used to exit from any configuration context and return to the manager context. The manager context is indicated by the # symbol at the end of the prompt. The manager context allows you to execute commands that do not require saving changes to the configuration, such as show or clear commands. The disable command is used to exit from the manager context and return to the operator context, which is indicated by the > symbol. The quit and exit commands are used to exit from the current context and return to the parent context, such as from config-if to config. However, these commands do not move you directly to the manager context from any configuration context. Therefore, the correct answer is A. end. References: Navigating to the manager context (#) - Aruba, Manager context (#) - Aruba
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit