联系我们

  • 北京市石景山区八大处高科技园区
  • zwyx@sinoyunet.com

华为路由器 交换机 配置Console用户界面

发布时间:2019-01-10
配置Console用户界面的物理属性
 system-view,进入系统视图。
 user-interface console 0,进入Console用户界面视图。
 speed speed-value,设置传输速率。
  缺省情况下,传输速率为9600bit/s。
 parity { even | none | odd },设置校验位。
  缺省情况下,校验位为none。
 stopbits { 1.5 | 1 | 2 },设置停止位。
  缺省情况下,停止位为1位。
 databits { 5 | 6 | 7 | 8 },设置数据位。
  缺省情况下,数据位为8位。
2 配置Console用户界面的终端属性
 system-view,进入系统视图。
 user-interface console 0 ,进入Console用户界面视图。
 idle-timeout 12 [ seconds ],设置用户超时断连功能。
  在设定的时间内,如果连接始终处于空闲状态,系统将自动断开该连接。
  缺省情况下,用户界面断连的超时时间为5分钟。
 screen-length 28 [ temporary ],设置终端屏幕每屏显示的行数。
  使用参数temporary可以指定终端屏幕的临时显示行数。
  缺省情况下,终端屏幕显示的行数为24行。
 screen-width screen-width [ temporary ],设置终端屏幕每屏显示的列数。
  使用参数temporary可以指定终端屏幕的临时显示列数。
  缺省情况下,终端屏幕显示的列数为132列。
 history-command max-size size-value,设置历史命令缓冲区大小。
  缺省情况下,用户界面历史命令缓冲区大小为10条历史命令。
3 配置Console用户界面的用户优先级
 system-view,进入系统视图。
 user-interface console 0,进入Console用户界面视图。
 user privilege level 3,设置用户的优先级。
4 配置Console用户界面的用户验证方式
设置AAA验证
 system-view,进入系统视图。
 user-interface console 0,进入Console用户界面视图。
 authentication-mode aaa,设置用户验证方式为AAA验证。
 quit,退出Console用户界面视图。
 aaa,进入AAA视图。
 local-user user-name password irreversible-cipher password,配置本地用户名和密码。
 local-user user-name service-type terminal,配置本地用户的接入类型为Console用户。
 quit,退出AAA视图。
设置密码验证
 system-view,进入系统视图。
 user-interface console 0 ,进入Console用户界面视图。
 authentication-mode password,设置用户验证方式为密码验证。
 set authentication password cipher,设置验证密码,输入的密码以密文方式显示。
5 检查配置结果
 display users [ all ]命令显示用户界面的使用信息。
 display user-interface console ui-number [ summary ]命令查看Console用户界面信息。
 display local-user命令查看本地用户列表。
 display access-user命令查看在线用户。
6 配置举例
 user-interface con 0
  idle-timeout 12
  user privilege level 3
  authentication-mode password
  set authentication password cipher admin123
return