1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| <H3C>system-view [H3C]super pass wordH3C //设置用户分级密码 [H3C]undo super password //删除用户分级密码 [H3C]local user bigheap 123456 1 //Web网管用户设置,1(缺省)为管理级用户,缺省admin,admin [H3C]undo local user bigheap //删除Web网管用户 [H3C]user-interface aux0 //只支持0 [H3C-Aux]idle-timeout 250 //设置超时为2分50秒,若为0则表示不超时,默认为5分钟 [H3C-Aux]undoidle-timeout //恢复默认值 [H3C]user-interface vty 0 4 //只支持0到4 [H3C-vty]idle-timeout 250 //设置超时为2分50秒,若为0则表示不超时,默认为5分钟 [H3C-vty]undoidle-timeout //恢复默认值 [H3C-vty]set authentication password123456 //设置telnet密码,必须设置 [H3C-vty]undo set authenticationpassword //取消密码 [H3C]displayusers //显示用户 [H3C]displayuser-interface //用户界面状态
|