H3C交换机如何设置TELNET登陆?

2024年12月04日 16:45
有5个网友回答
网友(1):

  H3C交换机设置TELNET登陆流程:
  进入console0口:

  [H3C]user-interface aux 0(S)
  修改验证模式:
  [H3C-ui-aux0]authentication-mode password
  设置aux0 口密码:
  [H3C-ui-console0]set authentication password cipher | simple wisdom
  进入VLAN1接口视图:
  [H3C]interface Vlan-interface 1
  为该接口设置IP:
  [H3C-Vlan-interface1]ip address 172.16.99.100 255.255.255.0
  [H3C-Vlan-interface1]ip address 172.16.99.100 24
  进入vty 0 4接口:
  [H3C]user-interface vty 0 4
  设置密码模式:
  [H3C-ui-vty0-4]authentication-mode password
  设置密码:
  [H3C-ui-vty0-4]set authentication password cipher|simple wisdom
  设置登录级别:
  [H3C-ui-vty0-4]user privilege level 3

网友(2):

进入console0口:
[H3C]user-interface aux 0(S)
修改验证模式:
[H3C-ui-aux0]authentication-mode password
设置aux0 口密码:
[H3C-ui-console0]set authentication password cipher | simple wisdom
进入VLAN1接口视图:
[H3C]interface Vlan-interface 1
为该接口设置IP:
[H3C-Vlan-interface1]ip address 172.16.99.100 255.255.255.0
[H3C-Vlan-interface1]ip address 172.16.99.100 24
进入vty 0 4接口:
[H3C]user-interface vty 0 4
设置密码模式:
[H3C-ui-vty0-4]authentication-mode password
设置密码:
[H3C-ui-vty0-4]set authentication password cipher|simple wisdom
设置登录级别:
[H3C-ui-vty0-4]user privilege level 3

网友(3):

[SwitchA]user-interface vty 0 4 进入用户界面视图
[SwitchA-ui-vty0-4]authentication-mode password 设置认证方式为密码验证方式
[SwitchA-ui-vty0-4]set authentication password simple huawei 设置登陆验证的password为明文密码”huawei”
[SwitchA-ui-vty0-4]user privilege level 3 配置登陆用户的级别为最高级别3(缺省为级别1)

网友(4):

telnet service enable

user-interface vty 0 4

authentication-mode scheme 

quit

local-user xxx

password simple yyy

service-type telnet

user privilege level 3

quit

配置完成,登陆用户名xxx,密码yyy。

网友(5):

user-interface vty 0 5
set authentication password simple XXXX //X代表你要设置的密码。