zoukankan      html  css  js  c++  java
  • 5700清空所有配置的方法

    5700能否通过reset按键清空配置,清空配置的方法是什么?

    5700系列交换机目前暂无reset按键,清空配置的方法如下:
    
    方法一:通过命令行恢复
    
    1.系统视图下输入
    
    [S5348TP-SI]undo startup saved-configuration
    
    取消下次启动时已保存的配置启动
    
    2.用户视图下输入
    
    <S5348TP-SI>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
    
    3.用户视图下输入
    
    <S5348TP-SI>reboot
    
    Info: The system is now comparing the configuration, please wait.
    
    Warning: All the configuration will be saved to the configuration file for the next startup:, Continue?[Y/N]:N
    
    Info: If want to reboot with saving diagnostic information, input 'N' and then execute 'reboot save diagnostic-information'.
    
    System will reboot! Continue?[Y/N]:Y
    
    重启设备,此时系统会提示两次选择,第一次提示是否保存当前配置,选择N,第二次提示是否重启,选择Y。
    
    重启完成后设备即恢复出厂设置。
  • 相关阅读:
    Div高度百分比
    字典树模板题 POJ 2503
    POJ 2828
    POJ 2186
    HDU 3397 双lazy标记的问题
    HDU 3911 区间合并求最大长度的问题
    CodeForces 444C 节点更新求变化值的和
    POJ 3667 线段树的区间合并简单问题
    HDU 4578 线段树复杂题
    UVAlive 3211 Now or Later
  • 原文地址:https://www.cnblogs.com/Summer6/p/13054160.html
Copyright © 2011-2022 走看看