im17me

思科交换机恢复出厂设置

思科交换机分为两种系统,分别是IOS和CatOS,下面介绍IOS版本的操作,
  Switch#write erase
  Erasing the nvram filesystem will remove all files! Continue? [confirm]y[OK]
  Erase of nvram: complete
  Swtich# delete flash:vlan.dat ------------老版本需做此操作。
  Delete filename [vlan.dat]?
  Delete flash:vlan.dat? [confirm]y
  Switch#reload

  System configuration has been modified. Save? [yes/no]: no
  Proceed with reload? [confirm]


  另一种方法是启动的时候按Mode进入引导模式,执行如下命令:
  flash_init
  rename flash:config.text flash:config.old 
  boot

 

分类:

技术点:

相关文章:

  • 2021-10-24
  • 2021-12-05
  • 2021-11-29
  • 2021-08-20
  • 2021-11-27
  • 2021-10-26
  • 2022-12-23
  • 2022-02-08
猜你喜欢
  • 2021-12-02
  • 2021-12-02
  • 2021-11-30
  • 2021-10-28
  • 2021-12-06
  • 2021-12-15
相关资源
相似解决方案