From d132727debfb668c8dd6d3b418a4e58d75fbaed0 Mon Sep 17 00:00:00 2001 From: Noriu Date: Fri, 2 Aug 2024 11:44:32 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B48=E6=9C=882=E6=97=A5=2011:44:36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1. 基础部分/0801_交换机.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/1. 基础部分/0801_交换机.md b/1. 基础部分/0801_交换机.md index 111ca7e..b32e4bc 100644 --- a/1. 基础部分/0801_交换机.md +++ b/1. 基础部分/0801_交换机.md @@ -157,19 +157,21 @@ 10. 恢复出厂默认设置 - > reset saved-configuration //简写:res sa + > reset saved-configuration //简写:res sa - ``` - reset saved-configuration //恢复出厂设置 - Warning: The action will delete the saved configuration in the device. - The configuration will be erased to reconfigure. Continue? [Y/N]:y //是否要恢复出厂设置,选择Y - Warning: Now clearing the configuration in the device. - Info: Succeeded in clearing the configuration in the device. - reboot //重启 - Info: The system is now comparing the configuration, please wait. - Warning: All the configuration will be saved to the configuration file for the n - ext startup:, Continue?[Y/N]:n //提示是否保存当前配置,选择N - Info: If want to reboot with saving diagnostic information, input 'N' and then e - xecute 'reboot save diagnostic-information'. - System will reboot! Continue?[Y/N]:y //是否重启,选择Y - ``` + ``` + reset saved-configuration //恢复出厂设置 + Warning: The action will delete the saved configuration in the device. + The configuration will be erased to reconfigure. Continue? [Y/N]:y //是否要恢复出厂设置,选择Y + Warning: Now clearing the configuration in the device. + Info: Succeeded in clearing the configuration in the device. + reboot //重启 + Info: The system is now comparing the configuration, please wait. + Warning: All the configuration will be saved to the configuration file for the n + ext startup:, Continue?[Y/N]:n //提示是否保存当前配置,选择N + Info: If want to reboot with saving diagnostic information, input 'N' and then e + xecute 'reboot save diagnostic-information'. + System will reboot! Continue?[Y/N]:y //是否重启,选择Y + ``` + +