Cisco思科 Nexus 3548P清除密码重设步骤

工程实践
弱电工程 工程实践
Cisco思科 Nexus 3548P清除密码重设步骤

Cisco思科 Nexus 3548P清除密码重设步骤

弱电工程工程实践

导语

N3K N5K系列机器破密步骤 switch(boot)# switch(boot)# configure terminal switch(boot-config)# admin-password N3K358p //设置新密码有密码复杂程度设定,要至少有大小写字母、阿拉伯数字和符号三种组合而成

要点

  • N3K N5K系列机器破密步骤 switch(boot)# switch(boot)# configure terminal switch(boot-confi
  • Remote Authentication for login through console has beendisabled switch(boot-con
  • switch(boot) # load bootflash: n3500-uk9
  • bin //加载IOS文件,从而进入IOS系统

N3K N5K系列机器破密步骤

switch(boot)#

switch(boot)# configure terminal

switch(boot-config)# admin-password N3K358p //设置新密码有密码复杂程度设定,要至少有大小写字母、阿拉伯数字和符号三种组合而成。

WARNING! Remote Authentication for login through console has beendisabled

switch(boot-config)# exit

switch(boot)#

switch(boot)# dir bootflash: //显示bootflash:内容以找到机器要加载的IOS文件。

switch(boot) # load bootflash: n3500-uk9.5.0.3.A1.2a.bin //加载IOS文件,从而进入IOS系统。

switch login: admin //账号

Password: N3K358p //使用刚才设置的管理员密码登录机器,这里的密码是密文加密,看不到的,但实际是存在的。

switch# //进入系统了,这时可以进行测端口。

switch# write erase //端口测完之后,输入这命令进行恢复出厂设置。

Warning: This command will erase the startup-configuration.

Do you wish to proceed anyway? (y/n) [n] y //输y

switch# reload //输入重启命令reload,进行重启。

WARNING: This command will reboot the system

Do you want to continue? (y/n) [n] y //输y,接下来会自动进行重启。

如果进行测端口时,用show run查看到端口有配置时,可以进行恢复出厂设置清除配置,再进系统配密码,然后再进行测端口,测完端口之后,进行恢复出厂设置。

此清除密码步骤适用Cisco Nexus N3K系列和N5K系列(测试过),可能也适用Cisco Nexus系列下的子系列(未测试)