日期:2016-04-05  浏览次数:3091 次

Console查看端口对应的IP地址设置为多少
display ip interface brief
 
 
例如:配置Console界面锁定时间为20分钟,取值范围是(1-1500) 
 
<sysname> system-view 
[sysname] user-interface console 0 
[sysname-ui-console0] lock lock-timeout 20
 
 
 
重启设备。 reboot 
 
 
清除配置:
Info: The system is now comparing the configuration, please wait. 
Warning: All the configuration will be saved to the configuration file for the next startup:, Continue?[Y/N]:n(注意:此处提示是否保存当前配置,须选择"N") 
System will reboot! Continue?[Y/N]:y (再选"Y",重启设备)
 
 
请新建一个账号,同时开启web和telnet功能,请参考: 
[Quidway] aaa //进入aaa视图 
[Quidway-aaa] local-user admin123 password cipher Admin@123 //配置一个账号,用户名admin,密码Admin@123 
[Quidway-aaa] local-user admin123 level 15 //配置账号级别为最高级 
[Quidway-aaa] local-user admin123 service-type web telnet //给账号开启http服务 
Quidway-aaa]quit //退出