如何清空Cisco配置
1. 备份之前的配置信息
copy flash:config.text config.old
2. 清除交换机配置命令:
write erase
当然也可以使用
erase startup-config
也可以实现清除
3. 重启查看
reload
如何删除VLAN
1. 查看当前VLAN配置
Cat2950#show vlan
2. 查看Flash中的文件名称(交换机的配置文件和ios都保存在Flash中)
Cat2960#dir flash:
3. 看一下VLAN文件在FLASH里的具体名称,一般的都是VLAN.DAT
4. 删除vlan.dat (交换机的VLAN信息保存在vlan.dat中)
Cat2960#delete flash:vlan.dat
5. 再次查看当前VLAN配置
Cat2960#show vlan
http://www.savh.cn/thread-335.htm
转载请注明:Savh.Cn 发表