maxc1017 发表于 2018-7-14 07:37:58

Cisco ASA 5505 密码重置

  公司一台Cisco asa5505崩了,还好有台备机,可是之前被其他人拿去用过,不知道登陆密码,于是拿出console线接入那台备用的5505,重新上电,在启动时按esc键,这时出现提示符 rommon #0>
  配置寄存器的值为0x41 rommon #0>confreg 0x41
  输入reboot,重启设备 rommon #1>reboot
  重启设备后会跳过输入密码的过程
  看到提示符 ciscoasa>
  修改密码
  ciscoasa>enable
  Password:
  ciscoasa#configure terminal
  ciscoasa(config)#enable password xxx
  将寄存器的值改为0x01
  ciscoasa(config)#config-register 0x01
  恢复出厂设置
  ciscoasa(config)#configure factory-default
  保存当前配置
  ciscoasa(config)#exit
  ciscoasa#copy running-config start-config
  重载
  ciscoasa#reload
  就可以了的说
页: [1]
查看完整版本: Cisco ASA 5505 密码重置