zoukankan      html  css  js  c++  java
  • H3C 模拟器 pc与sw直连 开启telnet

    如图所示

    1 在pc上添加虚拟网卡,与上一章节的添加方式相同

    配置pc的ip地址

    10.17.4.3

    255.255.252.0

    2 sw设置

    <sw1>system-view
    [sw1]vlan 10
    [sw1-vlan10]int vlan 10
    [sw1-Vlan-interface10]ip address 10.17.7.253 22
    [sw1-Vlan-interface10]qu
    [sw1]user-interface vty 0 4
    [sw1-line-vty0-4]authentication-mode scheme
    [sw1-line-vty0-4]quit
    [sw1]local-user yhq
    New local user added.
    [sw1-luser-manage-yhq]password simple 123
    [sw1-luser-manage-yhq]service-type telnet
    [sw1-luser-manage-yhq]authorization-attribute user-role level-3
    [sw1-luser-manage-yhq]qu
    [sw1]ip route-static 0.0.0.0 0.0.0.0 10.17.4.3
    [sw1]vlan 10
    [sw1-vlan10]port g1/0/1

    在pc的cmd窗口

    telnet 10.17.7.253

    ##Console口登陆
    system-view
    user-interface aux 0
    authentication-mode scheme
    quit
    local-user test
    password simple 123
    dis this
    service-type terminal
    authorization-attribute user-role level-15

  • 相关阅读:
    sklearn库学习笔记1——preprocessing库
    juypter notetbook
    信用卡欺诈
    matplotlib1
    python一行输入多个数
    pandas数据预处理
    pandas基础用法
    numpy简单用法2
    numpy 简单用法
    简单循环
  • 原文地址:https://www.cnblogs.com/yhq1314/p/11416634.html
Copyright © 2011-2022 走看看