145
return
# Display the running configuration on user lines.
<Sysname> system-view
[Sysname] line vty 0
[Sysname-line-vty0] display this
#
line aux 0
user-role network-admin
#
line vty 0 63
authentication-mode none
user-role network-admin
user-role network-operator
#
return
reset saved-configuration
Use
reset saved-configuration
to delete next-startup configuration files.
Syntax
reset saved-configuration
[
backup
|
main
]
Views
User view
Predefined user roles
network-admin
Parameters
backup
: Deletes the backup next-startup configuration file.
main
: Deletes the main next-startup configuration file.
Usage guidelines
CAUTION:
Use this command with caution. In standalone mode, this command permanently deletes the next-startup
configuration files from both MPUs. In IRF mode, this command permanently deletes the next-startup
configuration files on all MPUs in the IRF fabric.
Delete a next-startup configuration file if it is corrupted or does not match the software version.
You can delete the main, the backup, or both.
To delete a file that is set as both main and backup next-startup configuration files, you must execute both
the
reset saved-configuration
backup
command and the
reset saved-configuration
main
command.
Using only one of the commands removes the specified file attribute instead of deleting the file.
For example, if the
reset saved-configuration
backup
command is executed, the backup next-startup
configuration file setting is set to NULL, but the file is still used as the main file. To delete the file, you must
also execute the
reset saved-configuration
main
command.