李斯特 发表于 2018-7-26 10:29:21

H3C 华为Telnet配置

  R1:
  <H3C>sys
  System View: return to User View with Ctrl+Z.
  sysname H3C-R1
  interface e0/0/0
  ip add 192.168.1.1 255.255.255.0
  undo sh
  Interface Ethernet0/0/0 is not shut down
  quit
  telnet server enable
  % Start Telnet server
  user-interface vty 0 4
  set authentication password cipher cisco
  user privilege level 3
  return
  *****************************************************************************************
  R2:
  *****************************************************************************************
  <H3C>sys
  System View: return to User View with Ctrl+Z.
  sysname H3C-R2
  interface e0/0/0
  ip add 192.168.1.2 255.255.255.0
  undo sh
  Interface Ethernet0/0/0 is not shut down
  return
  <H3C-R2>ping 192.168.1.1
  PING 192.168.1.1: 56data bytes, press CTRL_C to break
  Request time out
  Reply from 192.168.1.1: bytes=56 Sequence=2 ttl=255 time=4 ms
  Reply from 192.168.1.1: bytes=56 Sequence=3 ttl=255 time=1 ms
  Reply from 192.168.1.1: bytes=56 Sequence=4 ttl=255 time=25 ms
  Reply from 192.168.1.1: bytes=56 Sequence=5 ttl=255 time=1 ms
  --- 192.168.1.1 ping statistics ---
  5 packet(s) transmitted
  4 packet(s) received
  20.00% packet loss
  round-trip min/avg/max = 1/7/25 ms
  <H3C-R2>telnet 192.168.1.1
  Trying 192.168.1.1 ...
  Press CTRL+K to abort
  Connected to 192.168.1.1 ...
  *********************************************************************************
  * Copyright (c) 2004-2009 Hangzhou H3C Tech. Co., Ltd. All rights reserved.*
  * Without the owner's prior written consent,                                                         *
  * no decompiling or reverse-engineering shall be allowed.                                  *
  *********************************************************************************
  Login authentication
  Password:
  <H3C-R1>
页: [1]
查看完整版本: H3C 华为Telnet配置