52037317 发表于 2018-7-25 11:02:04

华为--交换机配置console口和telnet密码实例

  sys 进入到系统视图
  Enter system view, return to user view with Ctrl+Z.
  user-interface aux 0
  authentication-mode scheme
  Notice: Telnet or SSH user must be added , otherwise operator can't login!
  qu
  local-user huawei 增加用户名
  New local user added.
  password simple huawei 配置密码,且密码不加密
  service-type telnet ssh level 3
  服务类型为SSH和telnet,且用户登陆后权限为管理员权限
  qu
  user-interface vty 0 4
  authentication-mode scheme
  Notice: Telnet or SSH user must be added , otherwise operator can't login!
  
  配置用户登录user-interface vty 0 4
  authentication-mode scheme
  创建本地用户local-user huawei
  password simple huawei
   service-type telnet level 3
页: [1]
查看完整版本: 华为--交换机配置console口和telnet密码实例