zoukankan      html  css  js  c++  java
  • packet tracer 配置telnet

    步骤一:配置路由器以太网IP地址

    Router>

    Router>enable                                                                                

    Router#configure terminal

    Enter configuration commands, one per line. End with CNTL/Z.

    Router(config)#hostname Router1                                                   //配置路由器的主机名

    Router1(config)#interface gigabitEthernet 0/0                               //进入路由器的以太网gigabitEthernet 0/0

    Router1(config-if)#ip address 192.168.0.1 255.255.255.0                //配置接口的ip地址

    Router1(config-if)#no shutdown                                                        //激活接口,路由器接口默认关闭

    步骤二:配置路由器VTY

    Router1(config-if)#line vty 0 4                                                            //进入vty线路模式

    Router1(config-line)#password admin                                               //配置vty口令

    Router1(config-line)#login                                                                   //配置登录检查

     步骤三:配置路由器特权口令

    Router1(config)#enable password abc123

     步骤四:配置PC的IP地址

     

    步骤五:通过Telnet访问路由器

  • 相关阅读:
    解题:POI 2006 Periods of Words
    解题:NOI 2014 动物园
    1483. 最高平均分
    1438. 较大分组的位置(回顾)
    1258. 漂亮子数组
    1903. 部门统计(回顾)
    1509. 柠檬水找零
    1451. 到最近的人的最大距离
    1425. 比较含退格的字符串
    1394. 山羊拉丁文
  • 原文地址:https://www.cnblogs.com/tkid/p/10417702.html
Copyright © 2011-2022 走看看