Huawei:VRP: Difference between revisions

From Cheatsheet
Jump to navigationJump to search
No edit summary
Line 11: Line 11:
# Show the current configuration
# Show the current configuration
display current-configuration
display current-configuration
# Display logs
display logbuffer
</syntaxhighlight>
</syntaxhighlight>



Revision as of 08:33, 7 September 2023


Checks

# Display the configuration of the current view (can be used in any view, including Interface view)
display this

# Show basic system information (User view)
display version

# Show the current configuration
display current-configuration

# Display logs
display logbuffer

Commands

Basics

# Enter System view to perform switch configuration
system-view

# Quit the current view or quit the session if in User view
quit

# Use the "run" command to execute a User view command within System view mode
run display version

# Enter Interface view for interface 10GE1/0/40
interface 10GE1/0/40