如果是思科交换机的话启动配置文件保存在flash里面。默认名称是:config.text
如果你想破解密码可以重启交换机,在60秒内按下交换机的mode键,使交换机进入monitor模式,然后按照下面的命令操作:
switch:flash_init switch:load_helper
switch:dir flash:
switch:rename flash:config.text flash:config.old
switch:boot
--------------------重启后就没密码了,然后登陆再操作
Switch#rename flash:config.old flash:config.text
Switch#copy flash:config.text system:running−config
Switch(config)#no enable secret 删除加密密码
Switch#copy run start 保存配置
Switch#show run 查看密码
保存在RAM里,你要删除配置文件的话可以在特权模式下输入:del flash:config.text