system-view [H3C] user-interface aux 0[H3C-ui-aux0] authentication-mode password [H3C-ui-aux0] set authentication password simple h3c 退出重新启动后,交换机提示用户输入访问口令 Login authentication Password:
用户的命令控制级别设置
[H3C-ui-aux0] user privilege level 0
[H3C] super password level 1 simple 111111 [H3C] super password level 2 simple 222222 [H3C] super password level 3 simple 333333 8、TELNET密码验证配置 [h3c-3100] user-interface vty 0 4
[h3c-3100-ui-vty0-4] authentication-mode password // 设置认证方式为密码验证
[h3c-3100-ui-vty0-4] set authentication password simple h3c // 设置登陆验证密码为h3c(明文保存)
[h3c-3100-ui-vty0-4] user privilege level 3 // 设置登陆用户的级别为最高级3(缺省为1)
9、TELNET本地用户名和密码验证配置 需要输入用户名和密码才可以登陆交换机。 [h3c-3100] user-interface vty 0 4
[h3c-3100-ui-vty0-4] authentication-mode scheme
[h3c-3100-ui-vty0-4] local-user h3c // 设置本地用户名为:h3c
[h3c-3100-user-h3c] password simple h3c // 设置验证密码为:h3c (明码保存) [h3c-3100-user-h3c] service-type telnet level 3 // 设置为TELNET服务,级别为3
10、保存交换机配置 [h3c-3100] save [h3c-3100] quit 至此,可以断开与交换机的Console口的连接,转而通过交换机的网络接口连接PC,通过 Telnet 登陆,对交换机进行进一步的管理和配置。
11、如果忘记登陆密码
11.1、重新启动该设备,在启动阶段看到显示“press ctrl-b to enter boot menu”界面时按Ctrl和B键。这样将进入启动菜单,一般这个密码是不会被设置的,默认是空口令,直接回车即可。如果这个密码也被设置那么我们就只有将设备返厂维修了。
11.2、当交换机显示出boot menu界面时,我们会看到有9个选项 BOOT MENU
1. Download application file to flash 2. Select application file to boot 3. Display all files in flash 4. Delete file from flash 5. Modify bootrom password 6. Enter bootrom upgrade menu 7. Skip current configuration file 8. Set bootrom password recovery
9. Set switch startup mode 0. Reboot
Enter your choice(0-9): 依次为:
download application file to flash -- 下载配置文件到flash中 select application file to boot -- 选择要启动的配置文件 display all files in flash -- 显示flash中保存的所有配置文件信息 delete file from flash -- 删除flash中的配置文件 modify bootrom password -- 修改boot menu的密码 enter bootrom upgrade menu -- 进入bootrom升级菜单 skip current configuration file -- 启动加载时跳过当前配置文件 set bootrom password recovery -- 设置bootrom恢复密码 set switch startup mode -- 设置交换机启动模式 reboot -- 重新启动交换机
选择 7.skip current configuration file(启动加载时跳过当前配置文件)即可。 11.3、选择skip current configuration file(启动加载时跳过当前配置文件)后,继续选择 0.Reboot 来重新启动交换机,不过这次启动和以往不同的是将不加载当前的configuration file配置文件,也就是说里面设置的密码验证都将暂时无效。 11.4、再次启动交换机自检完毕后就会显示startup configuration is skipped,user interface aux0 is available的信息,这表明当前的配置文件没有加载,用户顺利进入 aux0 即 console 控制台管理界面,不用输入任何密码就可以近来了。 11.5、通过user-interface aux 0进入console设置模式,然后通过authentication-mode none将控制台验证密码取消。最后千万不要忘记使用save将修改保存,否则重新启动后又将回到之前的配置文件,同样需要密码验证了。 system-view [H3C] user-interface aux 0[H3C-ui-aux0] authentication-mode none [H3C-ui-aux0] quit [H3C] quit save12、如何恢复出厂设置
reset saved-configurationThe saved configuration file will be erased. Are you sure? [Y/N]: y // 提示是否擦除配置文件
Configuration in the device is being cleared. Please wait ... ...
Configuration in the device is cleared. rebootThis command will reboot the system. Since the current configuration may have been changed, all changes may be lost if you continue. Continue? [Y/N] Y // 提示是否重启设备,按Y将重新启动
【提示】擦除配置文件后,必须要重启设备后才能恢复到出厂设置。