Huawei:VRP: Difference between revisions
From Cheatsheet
Jump to navigationJump to search
(→Checks) |
|||
| Line 2: | Line 2: | ||
== Checks == | == Checks == | ||
Commands available within User view mode. | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
# Show basic system information | # Show basic system information | ||
display version | display version | ||
# Show the current configuration | |||
display current-configuration | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 15:07, 22 August 2023
Checks
Commands available within User view mode.
# Show basic system information display version # Show the current configuration display current-configuration
Commands
Basics
# Enter System view mode (configuration) system-view # Quit the current view or quit the session if in User view mode quit # Use the "run" command to execute a User view mode command within System view mode run display version