思科3560怎样清除配置
发布网友
发布时间:2022-05-13 21:29
我来回答
共3个回答
热心网友
时间:2023-10-30 03:24
一、清除交换机配置命令:write erase
二、删除vlan.
第一步:察看当前VLAN配置
Cat2950#show vlan
第二步:察看Flash中的文件名称(交换机的配置文件和ios都保存在Flash中)
Cat2950#dir
flash: 看一下VLAN文件在FLASH里的具体名称,一般的都是VLAN.DAT
第三步:删除vlan.dat (交换机的VLAN信息保存在vlan.dat中)
Cat2950#delete flash:vlan.dat
第四步:察看当前的VLAN配置
Cat2950#show vlan
热心网友
时间:2023-10-30 03:25
erase startup-config清楚配置, delete flash:vlan.dat删除vlan信息,然后重启之后就是出厂配置了
热心网友
时间:2023-10-30 03:25
特权模式下 erase startup-config
sw#erase startup-config Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete